Everything you need to deploy and manage your bots on ClawdBot Army.
Get your first bot deployed in under 5 minutes.
Connect to your VPS securely.
ssh root@your-bot.clawdbot.army
SSH credentials are sent via email after signup.
Your VPS comes ready with:
git clone https://github.com/you/bot.gitcd bot && npm installpm2 start index.js --name mybotscp -r ./bot root@vps:/home/botpip install -r requirements.txtscreen -S bot python3 main.pynano .envDISCORD_TOKEN=your_tokenDATABASE_URL=mongodb://...pm2 savepm2 startuppm2 logs mybotfree -hdf -hhtopscp -r root@vps:/home/bot ./backupmongodump --out=/backup/db