DayZ Server Setup
Complete guide to setting up a DayZ server on CoreSynth.
Overview
| Feature | Details |
|---|---|
| Availability | 24/7 |
| Platform | Linux |
| Panel | Control panel |
| Connection | dayz.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 DayZ (APP ID: 223350)
- 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 DayZ
- Choose location and hardware (recommended: 8-10 GB RAM, 2-3 CPU cores)
- Complete your order
Step 2 — Server Configuration
In the control panel, edit main configuration file:
hostname="My DayZ Server"
password="server_password"
passwordAdmin="admin_password"
maxPlayers=30
worlds=chernarusplus
platforms=windows
serverMods=
customMapMissionFile=
onLoadScript=
missionScript=Step 3 — Advanced Configuration (serverDZ.ini)
Edit serverDZ.ini for advanced settings:
[General]
MaxPlayerCount=30
PauseWaveWhenNoPlayers=0
WaveStartTimer=7200
WavesRestartWave=1
[Time]
Present config time speed multiplier=0.1
Present first night duration percent=0.33
Present time acceleration=12
TimeStampFormat=Europe
[Map]
CustomMapCenterX=0
CustomMapCenterY=0
[Networking]
SteamQueryPort=27016
SteamPort=27015Step 4 — GSLT Token Configuration
- In panel, go to Startup
- Find Game Server Token or GSLT Token
- Paste your token
- Save and restart server
Step 5 — 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 DayZ
- Go to View → Servers → Add a Server
- Enter IP address or
dayz.coresynth.io - Click Connect
Method 2 — Direct Connect
- In DayZ menu, select Play → Direct Connect
- Enter
dayz.coresynth.io - Enter server password (if set)
Installing Mods
Installing Mods via Panel
- In the control panel, go to Mods
- Enter Steam Workshop ID of the mod
- Click Install
- Add mod ID to configuration:
serverMods=mod1;mod2;mod3;- Restart server
Recommended Mods
| Mod | Purpose | Workshop ID |
|---|---|---|
| Community Framework | Required for many mods | 1558632036 |
| CF (Dependency) | Required framework | 1564025534 |
| Arms/Explosives | Weapons expansion | 1869065124 |
| MoreDoors | Building expansion | 1848612618 |
| Etherium Trader | Trading system | 1794296428 |
| Player Marker | Player markers on map | 1826396738 |
Troubleshooting
Server Not Showing in List
Cause: Missing or invalid GSLT token.
Solution:
- Verify GSLT token at Steam Dev Portal
- Check token is correctly set in startup parameters
- Restart server
Connection Timeout
Cause: Firewall blocking connection.
Solution:
- In the control panel, go to Security
- Ensure ports 2302 (UDP), 27015 (UDP) are allowed
Mod Not Loading
Cause: Incorrect mod order or missing dependency.
Solution:
# Ensure CF (Community Framework) is first
serverMods=1558632036;1564025534;your_mod_id;Next Steps
- Subdomains — Custom domain setup
- Game Servers — All supported games
Need help? Open a support ticket or ask Alex.
Last updated on