Skip to main content
The heart of every DayZ server is serverDZ.cfg, which controls the server name, player limits, time flow, security settings, and which map loads. This guide walks through the settings that matter with an annotated example, shows how to switch between Chernarus and Livonia, and introduces the mission economy files that control loot.

Editing serverDZ.cfg

Open serverDZ.cfg in the server’s root directory using the Game Panel’s File Manager or SFTP. Save your changes, then restart the server from the Game Panel, because the config is only read at startup.

Annotated Example

Two settings deserve extra care: keep verifySignatures = 2 (it’s the anti-tamper check that keeps modified clients out; see Installing Mods for how keys work), and always set a strong passwordAdmin.

Key Settings Reference

Choosing the Map: Chernarus or Livonia

The template line inside class Missions selects the mission, and with it, the map:
The mission folder with the matching name must exist in mpmissions/. Community terrains (Namalsk, Deer Isle, and others) ship their own mission templates as part of their mods; see Installing Mods.
Switching maps means switching missions. Characters and persistence are stored per mission, so players effectively start fresh on the new map.

The Loot Economy: Mission Files

Loot isn’t configured in serverDZ.cfg. It lives in XML files inside your mission folder, e.g. mpmissions/dayzOffline.chernarusplus/db/: A tiny types.xml example that makes the Mosin more common and longer-lived:
Economy files are unforgiving: one malformed XML tag can break loot spawning server-wide. Take a backup before editing, change a few values at a time, and validate your XML before restarting.

Applying Changes

  1. Save your edits in the File Manager.
  2. Restart the server from the panel, since serverDZ.cfg and mission files load at startup.
  3. Economy changes apply gradually: existing loot follows old lifetimes until it despawns or is restocked.

Need a DayZ server to configure?

DayZ hosting from €8.00/month with full file access, one-click backups, and 24/7 support included.