7 Days to Die RCON / Telnet Setup
How to enable and use remote console (Telnet/RCON) access for your 7DTD dedicated server.
7 Days to Die uses Telnet as its remote console protocol, allowing you to run server commands without being in-game.
Enabling Telnet / RCON
In serverconfig.xml:
<property name="TelnetEnabled" value="true" />
<property name="TelnetPort" value="8081" />
<property name="TelnetPassword" value="YourSecurePassword" />
<property name="TelnetFailedLoginLimit" value="10" />
<property name="TelnetFailedLoginsBlocktime" value="10" />| Setting | Default | Description |
|---|---|---|
TelnetEnabled | true | Enable remote console |
TelnetPort | 8081 | TCP port for Telnet connections |
TelnetPassword | "" | Password (blank = localhost only — no remote access) |
TelnetFailedLoginLimit | 10 | Wrong password attempts before IP is blocked |
TelnetFailedLoginsBlocktime | 10 | Block duration in seconds |
⚠️ Security: Set a strong password (16+ characters). With a blank password, Telnet only listens on localhost — you can't connect remotely.
Connecting via Telnet
Command Line
telnet <server-ip> 8081PuTTY (Windows)
- Set connection type to Raw (not SSH)
- Enter the server IP and port 8081
- Click Open
- Enter the Telnet password when prompted
RCON Tools
- ARRCON — Windows GUI RCON client
- mcrcon — Cross-platform CLI tool
- RCON Web Admin — Browser-based interface
Available Commands
All console commands are available via Telnet. You authenticate with the Telnet password, which grants admin-level access.
Web Dashboard (Alternative)
7DTD also has a built-in web dashboard:
<property name="WebDashboardEnabled" value="true" />
<property name="WebDashboardPort" value="8080" />Access it at http://<server-ip>:8080 in a browser.
Related Guides
How is this guide?

40% Off — Limited TimeGet your 7 Days to Die server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server