A minimalistic, powerful Discord companion for 7 Days to Die servers. Clean analytics, smart routing, and safe controls.
Everything you need to manage your 7DTD server community, designed with simplicity and effectiveness in mind.
Route announcements, game events, and bot commands to dedicated Discord channels. Keep your community organized with smart message routing.
Clean charts and trend analysis for player activity. Track server health and engagement without the complexity.
Automated daily summaries delivered to Discord. Stay informed about server activity with concise, readable reports.
Smart horde night notifications with rate limiting. Keep your community prepared without spamming channels.
Secure server management through Discord commands. Scoped permissions and telnet integration for safe operations.
Deploy anywhere with Docker support. Includes comprehensive configuration and environment management.
Get DeadLink running in minutes with these simple steps.
git clone https://github.com/thecdrz/DeadLink.git
cd DeadLink
cp config.example.json config.json
Download the latest version and set up your configuration files.
# Create .env file
DISCORD_TOKEN=your_bot_token
DISCORD_GUILD_ID=your_guild_id
TELNET_IP=your_server_ip
TELNET_PORT=8081
Configure your Discord bot token and server connection details.
# With Node.js
npm install
node index.js
# Or with Docker
docker run -d --env-file .env thecdrz/deadlink
Choose your preferred deployment method and start monitoring.