Feature overview

Professional hosting features without the price tag

SFTP access, maintenance mode, console control, and automation tools that keep your Discord bot stable. Everything is included for free.

Core resources

1GBRAM per bot
1GBSSD storage
100%Dedicated CPU
24/7Uptime target
Technical specs

Resources tuned for Discord bots

1GB RAM

Enough memory for popular libraries, background tasks, and stable operation.

1GB storage

SSD-backed storage for code, configs, and cached assets.

100% CPU

Dedicated CPU share per bot so commands respond quickly.

Control panel

Everything you need to manage your bots

SFTP file access

Upload and manage files securely with your favourite SFTP client. Works with FileZilla, WinSCP, or Cyberduck.

  • Full directory access for uploads and deletes
  • Reliable for bulk transfers and large files
  • Required for initial deployments

Maintenance mode

Lock the bot in a safe state before uploads or installs to avoid conflicts.

  • Prevent partial deployments
  • Clear visual indicator when enabled
  • End maintenance only after all tasks finish

File manager

Edit small files directly in the panel for quick fixes.

  • Syntax highlighting
  • Create, edit, and delete files
  • Great for quick patches; use SFTP for bulk

Real-time console

Run shell commands and watch live logs.

  • npm install or pip install support
  • Command history and interactive shell
  • Debug issues in real time

Power controls

Start, stop, restart, or kill a stuck process from the panel.

  • Status indicators for online/offline
  • Resource usage monitoring
  • Uptime tracking

Logs viewer

Follow logs to catch errors early.

  • Live streaming output
  • Search and download logs
  • Error highlighting for faster fixes
Automation

Automation and reliability baked in

Auto-restart

Bots restart automatically after crashes so downtime stays low.

Backups

Regular backups protect your files. Keep your own copy for safety.

Uptime monitoring

Track uptime and receive alerts when something goes wrong.

Environment variables

Store tokens securely without hard-coding secrets in code.

24/7 availability

No sleep timers or forced restarts. Bots are meant to stay up.

Good habits

Best practices for smooth deployments

Use SFTP for uploads

The in-panel editor is great for small tweaks. Use SFTP for initial uploads, large files, or bulk changes.

Always enable maintenance mode before edits

Turn it on before uploading, editing, or installing packages. End maintenance only after everything finishes.

Watch your logs

Open the console and logs when you deploy. Fix errors before you bring the bot back online.

Keep secrets in env vars

Store tokens and API keys as environment variables or in a .env file uploaded via SFTP.

Update dependencies thoughtfully

Use npm update or pip install -U inside maintenance mode. Test quickly before going live.

Optional RPS credits

Play Rock-Paper-Scissors inside the panel to earn credits for extra RAM, storage, or slots. It is fun, optional, and never involves real money.

Ready to test it?

Experience the full feature set for free

Sign up, enable maintenance mode, upload via SFTP, and start your bot. That is it.

Deployment checklist

  • Maintenance mode on
  • Upload code with SFTP
  • Install dependencies
  • Set environment variables
  • End maintenance and start bot