> ## 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 Install Mods via Mod.io in MORDHAU

> Enable the Mod.io integration on your MORDHAU dedicated server to automatically download, update, and manage community mods and custom content packs.

## Community Mod Integration

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

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

***

> Unlike Many Steam-based games, Mordhau uses **Mod.io** for its community content. This system allows for streamlined mod management and automatic downloads for connecting players. To use mods, you must link your Mod.io account to the server and specify which Resource IDs to load.

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

***

## 1. Retrieving Your Auth Token

To allow your server to communicate with the Mod.io API:

1. Log in to [Mod.io](https://mordhau.mod.io).
2. Go to **Account Settings** -> **API Access**.
3. Generate an **OAuth Access Token**.
4. Save this token; you will need to enter it into your FREAKHOSTING **Startup** parameters.

***

## 2. Configuration (Game.ini)

Once you have your token, you must tell the server which mods to download by their **Resource ID**:

1. Open `Game.ini` via the File Manager.
2. Locate (or create) the `[/Script/Mordhau.MordhauGameSession]` section.
3. Add your mod IDs:
   ```ini theme={null}
   [/Script/Mordhau.MordhauGameSession]
   Mods=12345
   Mods=67890
   ```

***

<Important>
  ### The Startup Flag

  For the Mod.io integration to function, ensure the `-ModDownload` flag is active in your Startup tab. FREAKHOSTING servers usually enable this by default, but it is the primary reason mods fail to initialize on boot.
</Important>

<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:** Mod.io active.
</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>
