Overview
Vertra Cloud is ideal for hosting Discord bots, offering continuous uptime with auto-restart and real-time log monitoring.Discord.js (JavaScript)
Structure
package.json
vertracloud.config
Example
Discord.py (Python)
Structure
requirements.txt
vertracloud.config
Example
Deploy
Configure environment variables
After creating the application, add
DISCORD_TOKEN in environment variables with your bot token.Enable auto-restart
Activate auto-restart so the bot automatically returns in case of disconnection or error.
Available Versions
Node.js
| Version | Status | Description |
|---|---|---|
| 24.5.0 | Latest | Node.js 24.5.0 (latest version) |
| 22.18.0 | Recommended | Node.js 22.18.0 LTS (recommended for production) |
| 20.18.0 | Stable | Node.js 20.18.0 with extended support |
Python
| Version | Status | Description |
|---|---|---|
| 3.13 | Recommended | Python 3.13 LTS (recommended for production) |
| 3.13 | Latest | Python 3.13 (latest version) |
| 3.12 | Stable | Python 3.12 with extended support |
| 3.11 | Legacy | Python 3.11 with limited support |
Notes
- Bot Type: Always select Bot when creating the application (not Website)
- Environment variables: Configure
DISCORD_TOKENin the application’s variables - Auto-restart: Essential to keep the bot online in case of disconnection
- Memory: 256MB is enough for simple bots, 512MB+ for complex ones
- Logs: Use
console.log()(JS) orlogging(Python) to monitor in real-time - Polling: Both libraries use polling, which is simpler but consumes more resources than webhooks