VPS Setup
Set up a Virtual Private Server for running standard TPM 24/7.
Note: TPM+ users don't need a VPS - it's hosted by Coflnet Discord bot.
Recommended Providers
Vultr (vultr.com) or Linode (linode.com) - $5/mo
Alternatives: DigitalOcean, Hetzner, AWS Lightsail
Requirements:
1GB RAM (2GB for multiple accounts)
1 vCPU
25GB storage
Ubuntu/Debian OS
Location: Chicago (closest to Hypixel)
Setup Steps
1. Create VPS Instance
Sign up with provider
Create new instance with Ubuntu/Debian
Choose $5-6/mo plan
Select Chicago datacenter
Add SSH key (recommended)
Create instance
2. Connect via SSH
Linux/macOS:
Windows: Use Termius app
3. Initial Setup
4. Install Node.js
5. Install Tools
6. Get TPM
7. Install Dependencies
Standard installation:
Using loader:
8. Configure
See Config Structure for details.
9. Test Run
Should see: Bot → Hypixel → Coflnet → Ready. Press Ctrl+C to stop.
Running 24/7
Tmux (Recommended)
PM2 (Alternative)
Monitoring & Maintenance
Check resources:
Update system:
Restart bot:
Multiple Accounts
Requirements:
1 account: 1GB RAM
2-3 accounts: 2GB RAM
4+ accounts: 4GB RAM or multiple VPS
Config:
Security
Use SSH keys
Keep system updated
Enable UFW firewall
Backup config.json5 regularly:
Troubleshooting
Bot won't start: Check Node.js version (node --version) and config.json5 syntax
Disconnects: Check ping mc.hypixel.net and free -h (may need RAM upgrade)
Can't connect: Verify IP, check VPS running in dashboard, ensure port 22 open
See Common Issues for more help.
Next: Config Structure | Loading Configs | Auto-Rotation
Last updated
Was this helpful?