> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Optimize Tickrate and Slot Limits in MORDHAU

> Optimize your MORDHAU server by adjusting network tickrate and player slot limits to balance smooth melee combat with stable server frame rates.

## Network Performance Engineering

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

> Mordhau is a combat-intensive game where every millisecond of latency counts. The "Tickrate" determines how many times per second the server calculates physics and weapon swings. While a higher tickrate results in smoother duels, it drastically increases the CPU load as the player count grows.

| Reading Time |  Difficulty  | Last Updated |
| :----------: | :----------: | :----------: |
|   5 minutes  | Intermediate | January 2026 |

***

## 1. Adjusting the Tickrate

To increase the "smoothness" of combat (especially for Duel servers):

1. Navigate to `/Mordhau/Saved/Config/LinuxServer/`.
2. Open `Engine.ini`.
3. Add or modify the following block:
   ```ini theme={null}
   [/Script/OnlineSubsystemUtils.IpNetDriver]
   NetServerMaxTickRate=60
   ```

* **30 Tick:** Recommended for 64-player Invasion (Stable/Standard).
* **60 Tick:** Recommended for 32-player Frontline (Smooth).
* **120 Tick:** Recommended for 1v1 Duel servers (Ultimate precision).

***

## 2. Max Players (Slots)

The slot limit is primarily defined in your FREAKHOSTING **Startup** settings.

* Ensure your `Game.ini` variable `MaxSlots=` matches your plan's allocation.
* **Extreme Tip:** Beyond 64 players, the engine can become unstable. We recommend staying at 64 or lower for public regional servers.

***

<Caution>
  ### CPU Saturation

  Increasing a 64-player server to 120 Tick will likely cause massive server-side lag ("Stuttering") as the CPU cannot keep up with the calculations. Always balance your Tickrate against your active player count.
</Caution>

<Note>
  ### Support Channels

  If you need assistance or have any questions, please contact our support team:

  * **Live Chat:** Available on our website
  * **Website Ticket:** [Submit a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### First Month Discount

  Use code **KB20** at checkout to get **20% off** your first month of hosting!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Mordhau:** Performance tuned.
</div>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>
