How To Add Admins to Your Mordhau Server
Learn how to grant admin permissions on your Mordhau dedicated server.
Adding admins to your Mordhau server gives trusted players the ability to kick, ban, change maps, and manage the server in-game.
Find the Player's Steam64 ID
You need the player's Steam64 ID. Go to SteamID.io and search for their Steam profile. Copy the SteamID64 value.
Open Files
Log in to the XGamingServer Panel and select your Mordhau server. In the sidebar, click Files.
Navigate to the Config Directory
Navigate to the configuration directory. The Game.ini file is typically found at Mordhau/Saved/Config/LinuxServer/ or a similar path.
Open Game.ini
Open the Game.ini file.
Add Admin Entries
Under the [/Script/Mordhau.MordhauGameSession] section, add the player's Steam64 ID:
[/Script/Mordhau.MordhauGameSession]
Admins=76561198000000001
Admins=76561198000000002Add one Admins= line per admin.
Save and Restart
Save the file and restart your server from the Console page.
Using Admin Commands In-Game
Once a player is an admin, they can open the console (~) and use commands such as:
| Command | Description |
|---|---|
adminlogin | Authenticate as admin (if password is set) |
kick [playername] | Kick a player |
ban [playername] | Ban a player |
unban [playername] | Unban a player |
changelevel [mapname] | Change the map |
addbots [count] | Add AI bots |
removebots [count] | Remove AI bots |
slomo [speed] | Change game speed |
📝 Note: Admin changes to
Game.inirequire a server restart. In-game admin commands take effect immediately.
How is this guide?