✨ v2.15.0 Channel Routing & Enhanced UX

DeadLink

A minimalistic, powerful Discord companion for 7 Days to Die servers. Clean analytics, smart routing, and safe controls.

Core Features

Everything you need to manage your 7DTD server community, designed with simplicity and effectiveness in mind.

🎯

Channel Routing

Route announcements, game events, and bot commands to dedicated Discord channels. Keep your community organized with smart message routing.

📊

Server Analytics

Clean charts and trend analysis for player activity. Track server health and engagement without the complexity.

📋

Daily Reports

Automated daily summaries delivered to Discord. Stay informed about server activity with concise, readable reports.

🌙

Horde Alerts

Smart horde night notifications with rate limiting. Keep your community prepared without spamming channels.

Safe Controls

Secure server management through Discord commands. Scoped permissions and telnet integration for safe operations.

🐳

Docker Ready

Deploy anywhere with Docker support. Includes comprehensive configuration and environment management.

Quick Setup

Get DeadLink running in minutes with these simple steps.

1

Clone & Configure

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.

2

Environment Setup

# 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.

3

Launch

# 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.