Mordhau has two admin routes. A list of accounts in the config gets rights in game, and RCON gives remote control of the server.
1. Find your account ID
Mordhau identifies players by an account ID rather than a name. It is printed in the server console when you connect, which is the easiest place to copy it from.
2. Add yourself to the admin list
- Stop the server in the Game Panel.
- Open
Game.iniin the config folder underMordhau/Saved/Config/. - Under
[/Script/Mordhau.MordhauGameSession], add oneAdminsline per admin with their account ID. - Set
AdminPasswordas well, so admin tools can be unlocked in game. - Save and start the server.
3. Set up RCON
- In the same section, set
RconPasswordto something long. RconPortis already set to a port allocated to your service. Do not change it.- Restart the server. Any standard RCON client can now connect with that password.
The Console tab in the Game Panel also accepts server commands directly, without a password, which is enough for most moderation.
4. Moderation
- Kicks and bans can be issued from the console or by an in game admin.
- Bans are written to the
BannedPlayerslist inGame.ini. Remove a line there while the server is stopped to lift a ban. - Map changes and rotation control are available to admins in game.
5. If admin does not work
- Check the account ID against the one in the console. A player name will not work.
- Check the entries are under the correct section header.
- Restart after editing. The file is read at boot, and Mordhau overwrites it on shutdown, so an edit to a running server is lost.
Open a ticket from Support in the Client Area with your account ID and the admin lines from your config if rights are still refused.





