Skip to content

Configuring your DayZ server

Updated July 02, 2026
DayZ
DayZ Configuration (serverDZ.cfg) | GameServerKings KB

DayZ Configuration (serverDZ.cfg)

This guide covers the configuration files and key settings for your DayZ server. For first boot and connecting, see Getting Started.

Located at the server root. The full file is long; key sections:

CFG
hostname = "My GSK DayZ Server";
password = "";
passwordAdmin = "STRONG_ADMIN_PASSWORD";
maxPlayers = 60;
verifySignatures = 2;
forceSameBuild = 1;
disableVoN = 0;
vonCodecQuality = 20;
disable3rdPerson = 0;
disableCrosshair = 0;
serverTime = "SystemTime";
serverTimeAcceleration = 1;
serverNightTimeAcceleration = 1;
serverTimePersistent = 0;
guaranteedUpdates = 1;
loginQueueConcurrentPlayers = 5;
loginQueueMaxPlayers = 500;
instanceId = 1;
storageAutoFix = 1;
class Missions {
    class DayZ {
        template = "dayzOffline.chernarusplus";
    };
};

steamQueryPort = 27016;
SettingNotes
hostnameServer browser display
passwordEmpty for public, set for private
passwordAdminRCON-style admin access (not in-game admin)
maxPlayersSlot count (cap by purchase)
verifySignatures2 enforces signed mods (recommended)
forceSameBuild1 prevents version mismatch
disable3rdPerson1 for first-person-only servers
disableCrosshair1 for hardcore feel
serverTimeAccelerationDay cycle multiplier (1 = real-time)
serverNightTimeAccelerationNight cycle multiplier
serverTimePersistent1 to make in-game time persist across restarts
templateMission file. dayzOffline.chernarusplus = vanilla Chernarus

After editing, restart.

Made with 💜 by GameServerKings