1 min read

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 the Map on Your DayZ Server

  1. 1

    Log in to Bropanel and Stop your DayZ server.

  2. 2

    In the sidebar, go to Files.

  3. 3

    Open serverDZ.cfg.

  4. 4

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

    MapTemplate ID
    Chernarus PlusdayzOffline.chernarusplus
    LivoniadayzOffline.enoch
    SakhalindayzOffline.sakhal
  5. 5

    Click Save and start your server.

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