Wiki Navigation

Reference Guide
XML / JSON / CFG

Configuration Files Overview

Complete reference guide for all DayZ server configuration files. Understand the purpose, format, and location of each file to effectively manage your server.

Overview

DayZ server administration involves managing multiple configuration files that control different aspects of your server. XML files are the primary format for economy, events, and spawn configurations. JSON files handle modern gameplay mechanics and effect areas. CFG files manage server startup settings and core configuration. Most files are located in mpmissions/yourmission/ with some in the root server directory.

Pro Tips

Always backup your configuration files before making changes. Use a version control system like Git to track modifications and easily revert if something breaks. Validate XML files for syntax errors before deploying - a single missing bracket can prevent your server from starting. Test configuration changes on a staging server first, and make incremental changes rather than modifying multiple files at once.