Deploy Zentrynel
Deploy and Host Zentrynel with Railway
Zentrynel
Just deployed
/app/data
Deploy and Host Zentrynel on Railway
Zentrynel is a sharding-ready Discord moderation bot built with Bun and discord.js v14. It features slash commands, an escalating strike system with configurable thresholds, and per-server configuration. Protect your community with automatic mute, kick, and ban escalation out of the box.
About Hosting Zentrynel
Hosting Zentrynel on Railway is straightforward. The bot runs as a Docker container using the oven/bun:1-alpine base image. It uses SQLite for data storage, which persists on a mounted volume at /app/data. You need a Discord bot token and application client ID from the Discord Developer Portal. Once deployed, the bot automatically initializes its database, connects to Discord, and begins responding to slash commands. Register your slash commands by running bun run register or setting DEV_GUILD_ID for instant guild-scoped registration during development.
Common Use Cases
- Automated community moderation with escalating warnings that auto-mute, kick, or ban repeat offenders
- Multi-server Discord bot hosting with per-server configuration and independent strike histories
- Self-hosted moderation solution with full control over data and customizable thresholds
Dependencies for Zentrynel Hosting
- Bun runtime (included in Docker image)
- discord.js v14 (included in Docker image)
Deployment Dependencies
- Discord Developer Portal — Create a bot application and obtain your bot token and client ID
- Discord Bot Permissions Calculator — Ensure your bot has Moderate Members, Kick Members, Ban Members, and Manage Messages permissions
Why Deploy Zentrynel on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying Zentrynel on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
Zentrynel
wgtechlabs/zentrynelCLIENT_ID
Your application Client ID
DISCORD_TOKEN
Your Discord Bot token
