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.

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

  1. Sign up with provider

  2. Create new instance with Ubuntu/Debian

  3. Choose $5-6/mo plan

  4. Select Chicago datacenter

  5. Add SSH key (recommended)

  6. 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

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

  1. Use SSH keys

  2. Keep system updated

  3. Enable UFW firewall

  4. 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?