Skip to content

How To Change Maps On Your DayZ Server

Want to explore new terrains on your DayZ server? This guide will walk you through the steps to switch between default DayZ maps.

If you’re looking to upload a custom map follow this guide.

Changing Map On Your DayZ Server

  1. Access the Game Host Bros Panel and Stop your DayZ server.

  2. Go to Management > File Manager.

  3. Open serverDZ.cfg.

  4. Scroll down and edit template= to one of the following:

    MapTemplate ID
    Chernarus PlusdayzOffline.chernarusplus
    LivoniadayzOffline.enoch
    SakhalindayzOffline.sakhal
  5. Click save and start your server.

serverDZ.cfg
class Missions
{
class DayZ
{
template="dayzOffline.chernarusplus"; // Mission to load on server startup. <MissionName>.<TerrainName>
// Vanilla mission: dayzOffline.chernarusplus
// DLC mission: dayzOffline.enoch
};
};