Deploy your bot.
Choose a platform to host your instance. Follow the specific instructions for each provider to ensure a successful deployment.
Deploy to Koyeb
Deploy Now- Login to koyeb.com and create new App
- Select GitHub and connect your forked repo
- Set Build Command: npm install
- Set Run Command: node index.js
- Add env SESSION_ID from below, then Deploy!
Deploy to Render
Deploy Now- Go to render.com → New Web Service
- Click the deployment button above
- Connect your GitHub account
- Fill in the SESSION_ID as environment variable
- Click Deploy and wait for the build to complete
Deploy on Panel
Manual Setup
- Go to your Pterodactyl / HopePanel
- Create a new Node.js server (v18+)
- Open "File Manager" tab in the panel
- Download index.js below & upload it
- Click "Start" — bot deploys itself!
Deploy on VPS
Manual Setup
- Connect to your VPS via SSH
- Run: sudo apt update && sudo apt install nodejs git
- Download index.js below to your server
- Create .env and add SESSION_ID
- Run the bot: pm2 start index.js
Deploy on Termux
Manual Setup
- Install Termux from F-Droid on Android
- Run: pkg install nodejs git
- Run: git clone https://github.com/ahmedpixels/AHMED-MD
- cd AHMED-MD && npm install
- Add SESSION_ID in .env and node index.js