This article will show you how to configure your DayZ server by modifying its core configuration file, serverDZ.cfg.
To modify your DayZ server’s configuration file, you need to log in to your Nitrado Web Interface.

serverDZ.cfg file. You can now start modifying its parameters.
Note: you do not have to edit the file for every change. The settings people adjust most, including the server name, password, whitelist, voice chat and the admin logs, are also form fields in Settings > General.
Please keep in mind: Our support team does not assist with custom configurations and can only guarantee proper server functionality with vanilla settings. If you encounter issues with custom settings, you may need to revert to default or troubleshoot yourself.
Below is a list of the parameters in your serverDZ.cfg file and what each one does. Most lines in the file carry a short comment explaining themselves, so the file is easier to read than its length suggests.

hostname = "nitrado.net gameserver";password = "";passwordAdmin = "";#login your-admin-password in the in-game chat.enableWhitelist = 0;1 to allow only the player IDs listed in whitelist.txt.maxPlayers = 10;verifySignatures = 2;2 is supported.forceSameBuild = 1;0 and 1.disableVoN = 0;0 and 1.vonCodecQuality = 7;disable3rdPerson=0;0 and 1.disableCrosshair=0;0 and 1.disablePersonalLight = 1;lightingConfig = 0;serverTime="SystemTime";"SystemTime" uses the local time of the machine. You can also pin it to a fixed moment in "YYYY/MM/DD/HH/MM" format, for example "2015/4/8/17/23".serverTimeAcceleration=12;24, a full in-game day passes in one hour.serverNightTimeAcceleration=1;serverTimeAcceleration value.serverTimePersistent=0;0 and 1.loginQueueConcurrentPlayers=5;loginQueueMaxPlayers=500;instanceId = 1;storeHouseStateDisabled = false;true or false, and it is there for cases where persistence causes problems.storageAutoFix = 1;0 and 1.steamport = 11105; and steamqueryport = 11101;steamqueryport matches the Query Port shown on your Dashboard. Leave them as they are.adminLogPlayerHitsOnly = 0;0 the server logs all hits, including animals and infected.adminLogPlacement = 0;adminLogBuildActions = 0;adminLogPlayerList = 0;class Missions { class DayZ { template="dayzOffline.chernarusplus"; }; };dayzOffline.chernarusplus is the vanilla mission and dayzOffline.enoch is the DLC mission. You can also pick the map from the Mission dropdown in Settings > General.Further down the file sit the damage, respawn and mod switches. Each one has a toggle in Settings > General, which is the safer place to change them:
disableBaseDamagedisableContainerDamagedisableRespawnDialogdisableRespawnInUnconsciousnessenableCfgGameplayFilecfggameplay.json config file. Turning it on overwrites disableBaseDamage, disableContainerDamage, disableRespawnDialog, disablePersonalLight and lightingConfig, so set those inside cfggameplay.json once it is active.filePatchingPro Tip: turn on Show internal names (like in the configuration file) at the top of Settings > General. The panel then prints each setting’s config name beside it, so you can match the form to the file at a glance.


Ready to fine-tune your DayZ experience?
To change your DayZ server settings, log in to your Nitrado Web Interface:
serverDZ.cfg to access core server configuration options.The serverDZ.cfg file contains the main configuration for your DayZ server. It allows you to customize:
This file directly influences how your server runs and appears to players.
Open serverDZ.cfg in the Config Files section. Find the line:
passwordAdmin = "your-admin-password";
In-game, press Enter and type:
#login your-admin-password
This grants you access to in-game admin commands like kicking players or using admin tools.
Server messages live in messages.xml, not in serverDZ.cfg. Open Settings > Config Files and pick messages.xml from the file selector.
Each message sits in its own <message> block. A message that greets players two minutes after they connect looks like this:
<message>
<delay>2</delay>
<onconnect>1</onconnect>
<text>Welcome to my server #name</text>
</message>
A message that repeats every 15 minutes for everyone on the server looks like this:
<message>
<repeat>15</repeat>
<text>You are playing on my server (#name).</text>
</message>
#name is replaced with your server name. In a shutdown message, #tmin is replaced with the minutes remaining. The file ships with commented examples covering countdown shutdowns, repeating messages and connect messages, so the fastest start is to copy one and edit the text.
In serverDZ.cfg, modify the line:
maxPlayers = 10;
Set it to the number of slots on your plan. Raising it higher does not add capacity, so if you need more players, change the slot count on your plan first.
Yes. In serverDZ.cfg, use the following:
disableVoN = 0; // 0 = Enabled, 1 = Disabled
vonCodecQuality = 7; // 1 (lowest) to 30 (highest)
These settings control whether voice chat is allowed and its sound quality.
DayZ saves your world by default, so there is no persistence switch to turn on. The two persistence keys in serverDZ.cfg both exist for fixing problems, not for enabling saving:
storeHouseStateDisabled = false; // set true only if house and door persistence misbehaves
storageAutoFix = 1; // replaces corrupted persistence files with empty ones
⚠️ Before making changes to your DayZ server, we recommend making a backup.
In serverDZ.cfg, use the two time multipliers:
serverTimeAcceleration=12; // 0-24, how much faster in-game time runs
serverNightTimeAcceleration=1; // 0.1-64, applied on top of the value above
At 24, a full in-game day passes in one hour. Save the file and restart the server to apply it.
Once logged in as admin in-game using #login password, use these commands:
#kick playerName#ban playerName#logoutAfter saving changes in the config file, you must restart your server for them to apply. Make sure the syntax is correct. Errors in formatting can cause settings to fail silently.
Nitrado Support can only guarantee server functionality with vanilla (default) settings. If you modify configuration files manually, you’re responsible for testing and troubleshooting them. For issues related to broken configurations, you can try:
How to Configure Your DayZ Server on Nitrado
Accessing DayZ Server Configuration Files
Understanding serverDZ.cfg Parameters
FAQ – Nitrado DayZ Server Configuration
- Where do I edit the settings for my DayZ server on Nitrado?
- What is serverDZ.cfg and why is it important?
- How do I set myself or others as an admin?
- How do I change the Message of the Day (MOTD)?
- How do I change the player limit on my DayZ server?
- Can I turn off voice chat or adjust its quality?
- How do I make my server persistent (loot/base saving)?
- How do I speed up or slow down the day cycle?
- How do I kick or ban players as an admin?
- I changed settings but nothing happened. What now?
- Does Nitrado Support help with custom configurations?