How To Change the Map on Your Mordhau Server
Learn how to change maps and set up a map rotation on your Mordhau dedicated server.
Mordhau features a variety of maps with different sizes and layouts for its game modes. Here is how to change the map on your server.
Changing the Starting Map
Open the Startup Page
Log in to the XGamingServer Panel and select your Mordhau server. In the sidebar, click Startup.
Set the Map
Find the Map field and enter the map name. Common maps include:
| Map | Name |
|---|---|
| Grad | FFA_ThePit |
| Camp | FFA_Camp |
| Contraband | FFA_Contraband |
| The Pit | FFA_ThePit |
| Castello | FFA_Castello |
| Feitoria | FFA_Feitoria |
| Mountain Peak | FFA_MountainPeak |
| Taiga | FFA_Taiga |
| Crossroads | FFA_Crossroads |
📝 Note: Map names use a prefix based on the game mode (e.g.,
FFA_,FL_,INV_,SKM_,TDM_). The exact map name depends on the game mode you are running.
Restart Your Server
Go to Console in the sidebar and restart your server.
Setting Up a Map Rotation
Open Files
In the sidebar, click Files and navigate to the config directory.
Open Game.ini
Open Game.ini and find or add the [/Script/Mordhau.MordhauGameSession] section.
Add Map Rotation Entries
Add your desired maps to the rotation:
[/Script/Mordhau.MordhauGameSession]
MapRotation=FFA_Grad
MapRotation=FFA_Camp
MapRotation=FFA_Contraband
MapRotation=FFA_Castello
MapRotation=FFA_MountainPeak
MapRotation=FFA_TaigaSave and Restart
Save the file and restart your server.
💡 Tip: Admins can change the map mid-game using the console command
changelevel MapName. See the Adding Admins guide for how to set up admin access.
How is this guide?