Almost everything about how your MORDHAU server behaves, from player limits to admin access, is controlled through two configuration files: Game.ini and Engine.ini. This guide covers where to find them and how to safely edit the settings players and server owners ask about most.
Step 1: Finding The Config Files
- Log into your MintServers panel and click Stop to safely shut down your server.
- Navigate to the Files tab on the left-hand sidebar.
- Browse to
Mordhau/Saved/Config/LinuxServer/. BothGame.iniandEngine.iniare in this folder.
[/Script/Mordhau.MordhauGameSession] does not already exist in the file, add it yourself above the setting. If it already exists further down the file, add your setting underneath it instead of creating a duplicate heading.
Step 2: Common Game.ini Settings
Open Game.ini in the text editor and add or edit the settings below under the [/Script/Mordhau.MordhauGameSession] heading.
MaxSlotssets the maximum number of player slots. Going much past 64 tends to hurt server performance.ServerPasswordmakes your server private. Leave it blank for a public server.AdminPasswordlets any player log in as an admin in-game with theAdminLoginconsole command. Only share this with people you fully trust, since admins can add further admins themselves.Adminspermanently grants admin access to a specific PlayfabID, no login required. Add oneAdmins=line per person.MapRotationcontrols which maps appear in the in-game map vote. Add oneMapRotation=line per map.
open ?ServerPassword= . See our guide on How to Join Your MORDHAU Server for more on connecting directly by IP.
Step 3: Tick Rate (Engine.ini)
Tick rate controls how often the server updates, and is set in Engine.ini instead of Game.ini. It needs to be added under both headings shown below to apply to online and LAN connections.
Other Settings
Game.ini also supports more advanced options, including workshop mods, RCON, Discord webhook logging, and per-game-mode overrides for things like round duration and damage multipliers. These go beyond the basics covered here. If you need help setting one of these up, open a support ticket and our team can walk you through it.
Once your settings are saved, start your server back up from the Console tab to apply the changes. If something does not seem to be taking effect, no worries! Just open a support ticket and our team will gladly take a look.