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
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.
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 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.
Best practices for smooth deployments
The in-panel editor is great for small tweaks. Use SFTP for initial uploads, large files, or bulk changes.
Turn it on before uploading, editing, or installing packages. End maintenance only after everything finishes.
Open the console and logs when you deploy. Fix errors before you bring the bot back online.
Store tokens and API keys as environment variables or in a .env file uploaded via SFTP.
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.
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