What are the technical requirements for a Mordhau server?
The minimum requirements for a Mordhau server are 2 GB RAM, which is sufficient for small groups of players. For larger groups (8–16 players) or smoother gameplay, at least 8 GB RAM is recommended. Our hosting includes fast NVME disks, which further enhance performance and reduce map loading times.
How can I adjust the player limit on a Mordhau server?
In the Startup tab, locate the Max Players field and set the maximum number of players, e.g., 64. Save the changes, then restart the server for the new settings to take effect.
How do I change the map rotation on a Mordhau server?
To change the map rotation on a Mordhau server, follow these steps:
1. Open the Game.ini file in the control panel under the 'Files' tab or via SFTP.
2. Locate the map rotation section and add maps in the following format, each on a new line:
[/Script/Mordhau.MordhauGameMode]
MapRotation=FL_Feitoria
MapRotation=FL_Camp
MapRotation=FL_Grad MapRotation=FL_Crossroads
MapRotation=FL_MountainPeak
MapRotation=FL_Taiga
3. Save the file and restart the server to apply the changes.
This setup ensures that the server cycles through maps in the specified order. Make sure all listed maps are available on the server.
Do Mordhau servers support custom modifications?
Yes, Mordhau servers support modifications. To install them:
1. Open the Game.ini file using a text editor in the control panel.
2. Locate the section:
[/Script/Mordhau.MordhauGameSession]
3. Add mods by entering them in the format:
Mods=ModID1 Mods=ModID2 Mods=ModID3
4. Save the file and restart the server to activate the mods.
Ensure that the mods are properly installed and compatible with the server version.
How do I manage administrators on a Mordhau server?
In the Startup tab, locate the Admin Password field and set an admin password. Save the changes and restart the server.
To log in as an administrator in the game, open the console (tilde key ~) and enter:
AdminLogin [YourPassword]
Once logged in, you will have admin privileges to manage the server.
How do I adjust friendly fire damage on a Mordhau server?
To configure friendly fire damage, edit the Game.ini file. In the [ServerSettings] section, add the line:
FriendlyFireMultiplier=0.5
- A value of
0.5 means players receive 50% of the normal damage from allied attacks.
- A value of
0.0 completely disables friendly fire damage.
Save the file and restart the server for the changes to take effect. This allows you to adjust the level of realism and difficulty on the server.