Getting
Started.
Everything you need to deploy and manage your Discord bot on Ryok Cloud. Python and JavaScript supported out of the box.
Yes — Ryok Cloud offers both a free tier and paid plans. The free tier is great for small bots and testing. Paid plans unlock more RAM, CPU, and storage for production-grade bots.
To see available plans or request a custom one, join our Discord server and open a ticket.
Join our Discord server to ask about pricing or request a custom plan for large-scale bots.
Setting up your first bot on Ryok Cloud takes under 5 minutes.
Ryok Cloud supports Python 3.8 through 3.12. discord.py and all common libraries install via pip.
requirements.txt in your project root. Dependencies install automatically on startup.python-dotenv
aiohttp
TOKEN in itUse os.getenv('TOKEN') to read environment variables set in the panel.
Ryok Cloud supports Node.js 16 through 22. discord.js, discord.fixed.js, and all npm packages work out of the box.
package.json. The panel runs npm install automatically.TOKEN in .env file and read it with process.env.TOKEN.The Ryok Cloud panel gives you full control over your bot from any browser.
- Start / Stop / Restart — control your bot process from the panel home screen with one click
- Console — view live logs and send console input directly to your running bot
- File Manager — upload, edit, rename, and delete files directly in the browser
- SFTP Access — connect with any SFTP client using credentials in the Settings tab
- Resource Usage — monitor CPU, RAM, and disk usage in real time
- Auto-restart — your bot restarts automatically if it crashes
- Schedules — set up timed restarts or commands to run on a schedule
Join our Discord server and open a support ticket. Our team responds 24/7.