How to Join Your Mordhau Server ​
You either find your server through the in-game server browser or connect directly through Steam using your server's address.
Find connection details ​
Important
You can find the IP address and the ports of your server in the dashboard. For the connection through Steam you use the Query Port, not the Game Port. This is the most common reason why joining fails.
Via the in-game server browser ​
Start Mordhau
Launch the game and wait for the main menu to load.Open the server browser
Select Fight in the main menu. This takes you to the server browser with the list of all public servers.Search for your server
Enter the name of your server into the search field. This is much faster than scrolling through the full list.Join the server
Select your server from the list and join it.
Password protected server
If a password is set for your server, you are asked for it when joining. You can find the password in the dashboard of your server.
Connect through Steam ​
If you want to join using your server's address specifically, use a Steam connection link.
Start Steam
Make sure Steam is running on your PC and that you are signed in.Build the connection link
Assemble the link from the IP address and the Query Port of your server:steam://connect/<IP address>:<Query Port>Warning
This is where the Query Port goes, not the Game Port. You can find both values in the dashboard of your server.
Open the link
Enter the link into your browser's address bar, or open it on Windows withWin+R. Steam launches Mordhau and connects you to your server.
Tip
Save the finished link as a bookmark or pass it on to your fellow players – that way nobody has to search for the server in the browser.
Which ports does Mordhau use? ​
Note
A Mordhau server uses three ports:
| Port | Protocol | Purpose |
|---|---|---|
| Game Port | UDP | Carries the actual game traffic |
| Query Port | UDP | Server query: your server appears in the server list through it, and the Steam link connection runs through it |
| Beacon Port | UDP | Used while players are establishing the connection |
You can see the values that apply to your server in the dashboard. All three ports have to be reachable – if one of them is missing, joining can fail even though the server is running.
Server does not appear in the server browser ​
For your server to be listed publicly it has to register with Steam. This is controlled by the entry bAdvertiseServerViaSteam in the Game.ini.
Stop the server
Stop your server via the dashboard.Warning
Only edit the
Game.iniwhile the server is stopped. Mordhau rewrites the file on shutdown and overwrites changes you made while it was running.Connect via SFTP
Connect to your server via SFTP.Open the Game.ini
Open the following file:/Mordhau/Saved/Config/LinuxServer/Game.iniSet the entry
Look for the entrybAdvertiseServerViaSteamin the file and set it toTrue:inibAdvertiseServerViaSteam=TrueStart the server
Save the file and start your server.
Tip
Freshly started servers take a few minutes before they show up in the server list. The Steam connection link gets you onto your server even while it is not listed yet.
Note
The folder LinuxServer and the Game.ini are only created after your server has fully started once. If you cannot find the file, start your server once and stop it again.