7 Days to Die Server Setup
Complete guide to setting up a 7 Days to Die server on CoreSynth.
Overview
| Feature | Details |
|---|---|
| Availability | 24/7 |
| Platform | Linux |
| Panel | Control panel |
| Connection | 7days.coresynth.io |
| Mod Support | Steam Workshop |
| GSLT Token | Required |
Prerequisites
Steam Game Server Login Token (GSLT)
- Log in to Steam
- Go to Game Server Token Management
- Create a new token for 7 Days to Die (APP ID: 251570)
- Copy the generated token
Note: Without a GSLT token, the server will not appear in the official server list.
Getting Started
Step 1 — Create your service
- Log in to CoreSynth Dashboard
- Navigate to Game Servers
- Select 7 Days to Die
- Choose location and hardware (recommended: 6-8 GB RAM, 2 CPU cores)
- Complete your order
Step 2 — serverconfig.xml Configuration
In the control panel, edit serverconfig.xml:
<?xml version="1.0" encoding="UTF-8"?>
<serverconfig>
<!-- Network -->
<property name="ServerPort" value="26900"/>
<property name="ServerIsPublic" value="true"/>
<property name="ServerPassword" value=""/>
<property name="ServerMaxPlayerCount" value="8"/>
<!-- Server Identity -->
<property name="ServerName" value="My 7 Days Server"/>
<property name="ServerDescription" value="7 Days to Die Server"/>
<property name="ServerWebsiteURL" value=""/>
<!-- Game Settings -->
<property name="GameWorld" value="Navezganey"/>
<property name="WorldGenSeed" value=""/>
<property name="WorldGenSize" value="4096"/>
<!-- Difficulty -->
<property name="GameMode" value="GameModeSurvival"/>
<property name="Difficulty" value="2"/>
<property name="ZombieSpawnDelay" value="600"/>
<!-- Admin -->
<property name="AdminFileName" value="admin.xml"/>
<property name="TelnetEnabled" value="true"/>
<property name="TelnetPassword" value="your_telnet_password"/>
<property name="TelnetPort" value="8081"/>
<!-- GSLT Token -->
<property name="gslt" value="your_gslt_token"/>
</serverconfig>Step 3 — Important Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
ServerMaxPlayerCount | number | 8 | Maximum player count |
GameWorld | string | Navezganey | World name |
WorldGenSize | number | 4096 | Map size (2048-16384) |
Difficulty | number | 2 | Difficulty (0-5) |
gslt | string | — | Steam GSLT token |
Step 4 — Server Start
- In the control panel, click Start
- Wait for game files to download (first start may take 10-20 minutes)
- Server will automatically restart
Connecting to Server
Method 1 — Steam
- Launch 7 Days to Die
- Go to View → Servers → Add a Server
- Enter IP address or
7days.coresynth.io - Click Connect
Method 2 — Direct Connect
- In 7 Days menu, select Play → Join Game
- Enter
7days.coresynth.io - If password is set, enter it
Installing Mods
Installing Mods via Panel
- In the control panel, go to Mods
- Enter Steam Workshop ID of the mod
- Click Install
- Restart server
Popular Modded Experience
| Mod Pack | Description | Workshop ID |
|---|---|---|
| Undead Legacy | Popular overhaul mod | 1949585907 |
| Darkness Falls | Classic modded experience | 249541CF |
| Ravenhurst | Fantasy expansion | 1787255111 |
Recommended Mods
| Mod | Purpose | Workshop ID |
|---|---|---|
| Undead Legacy | Complete overhaul | 1949585907 |
| More Builds | Building expansion | 1825313725 |
| Schmitty’s More Snoods | Zombie variants | 1779359449 |
| Better Storage | Inventory expansion | 1969964817 |
Troubleshooting
Server Not Showing in List
Cause: Missing or invalid GSLT token.
Solution:
- Verify GSLT token at Steam Dev Portal
- Check that
ServerIsPublicis set totrue - Restart server
Connection Timeout
Cause: Firewall blocking connection.
Solution:
- In the control panel, go to Security
- Ensure port 26900 (UDP) is allowed
Performance Issues
Cause: Insufficient hardware for large world.
Solution:
- Lower
WorldGenSizeto 2048 or 3072 - Increase RAM to at least 6 GB
- Reduce zombie count in settings
Next Steps
- Subdomains — Custom domain setup
- Game Servers — All supported games
Need help? Open a support ticket or ask Alex.
Last updated on