Host your Discord bot,
deployed straight from GitHub
Node.js or Python. Connect a repo, set your token, and go. FadeHost clones, installs, and runs your bot 24/7 in a secure sandbox — and redeploys automatically on every push. Your first bot is free — no coins, no daily renewals.
Free tier · Node.js & Python · auto-deploy · always-on
Official FadeHost bots, deployed in a click
Ready-made bots we build and maintain in the open. No repo, no code — pick one, paste your Discord bot token, done. Your first bot is free.
Role Bot
Let members pick their own roles with a click. Post a button menu and you're done — no database, nothing to configure.
View the source ↗Logging Bot
A full audit log for your server — joins, leaves, deleted & edited messages, bans, role and nickname changes — all to a channel you choose.
View the source ↗Server Status Bot
Your game server, live in Discord — the bot's presence shows the player count, /status and /players for everyone, /start /stop /restart for staff.
View the source ↗Everything your bot needs
Auto-deploy from GitHub
Connect a public or private repo. Every push redeploys your bot automatically — no SSH, no manual restarts.
AI Crash Doctor
Bot stuck in a crash loop? We read the logs and tell you the cause and the fix in plain English — bad token, missing intent, missing package — within a minute.
1-click MySQL database
Paid bots get a real MySQL database included. One click provisions it and injects DATABASE_URL into your bot — no setup, no extra cost.
True live console
Your bot's output streams to the panel in real time over WebSockets — not a refresh button.
Node.js or Python
discord.js or discord.py — we auto-detect your language from the repo. npm, pnpm and yarn all work (lockfiles and packageManager pins respected), and a missing start script won't stop us: we find your entry file and run it.
Secure sandbox, 24/7
Each bot runs isolated — non-root, locked-down filesystem, hard memory & CPU limits — and auto-restarts if it ever crashes.
Live in three steps
Connect your repo
Paste your GitHub URL (add a token for private repos) and your bot token.
We build & run it
We clone the repo, install dependencies, and start your bot in a secure container.
Push to deploy
Add our webhook and every git push ships instantly. That's it.
Simple pricing
- ✓ 256 MB RAM · always-on
- ✓ No coins, no daily renewals
- ✓ Node.js or Python
- ✓ GitHub auto-deploy
- ✓ 1 free bot per verified account
- ✓ Starter — 1 GB · $2/mo
- ✓ Standard — 2 GB · $3/mo
- ✓ Pro — 4 GB · $6/mo
- ✓ Everything in Free + priority resources
- ✓ Host multiple bots
Already hosting a game server? Add bots to the same subscription in theplan builder.
Frequently asked questions
Is the free Discord bot hosting actually free?
Yes - every verified account gets one hosted bot free, forever: 256MB RAM, always on. No coins, no daily renewal clicks, no sleep timers, and no credit card required. Paid tiers ($2-6/month) exist for bigger bots.
Which languages and libraries are supported?
Node.js (discord.js and friends) and Python (discord.py, nextcord, py-cord). We detect the runtime from your repo - package.json for Node, requirements.txt for Python - install dependencies, and run your start command.
Does it work with pnpm or yarn projects?
Yes. If your repo ships a pnpm-lock.yaml, a yarn.lock, or a packageManager pin, we install with that exact package manager - preinstall hooks like only-allow pnpm are respected, not fought. And if package.json has no start script, we find your entry file (main, index.js, bot.js) and run it instead of failing.
How does deploying from GitHub work?
Connect the FadeHost GitHub App (one click), pick your repo, and set your DISCORD_TOKEN as an environment variable. We clone, install, and start the bot - and every push to your default branch redeploys it automatically.
Can I host a bot without writing any code?
Yes - premade FadeHost bots (a role-menu bot, a game server status bot, and a full server logging bot - open source and maintained by us) deploy in one click: pick one, paste your bot token (the status bot also takes a FadeHost access token so it can talk to your game server), done.
Can I run a music bot?
Yes, on the Pro tier ($6/month, 4GB RAM + 3 vCPU) - audio transcoding needs real headroom. The free 256MB tier is sized for utility bots: moderation, roles, logging, slash commands.
What happens when my bot crashes?
It restarts automatically, and the built-in crash doctor reads the stack trace and explains the cause in plain English - usually a bad token or a missing privileged intent. The live console shows everything your bot prints.
Guides
Your PC vs a VPS vs managed hosting - the honest comparison.
What "free" really gets you - coins, sleep timers, and the real options.
requirements.txt, intents, tokens - and why keep_alive hacks must die.
package.json contract, slash-command registration, production checklist.