> ## 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 Custom Workshop Maps in MORDHAU

> Install custom maps on your MORDHAU server using the Mod.io integration to add community-created arenas, siege maps, and large-scale battlegrounds.

## Beyond official Frontiers

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

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

***

> Mordhau uses **Mod.io** for its community content rather than the standard Steam Workshop. This allows for cross-platform mod support and more granular control over mod updates. To install a custom map, you must subscribe to it via the server config and use its internal name to load it.

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

***

## 1. Subscribing to Mods (Game.ini)

1. Find the map you want on [Mordhau Mod.io](https://mordhau.mod.io).
2. Note the **Resource ID** (a series of numbers).
3. Open `Game.ini` and locate the `[Modivol.Modivol]` section (or create it):
   ```ini theme={null}
   [Modivol.Modivol]
   Mods=123456
   Mods=789012
   ```

***

## 2. Launching the Map

Adding the ID tells the server to download the files, but it does not tell the server to *start* the map.

1. To change to the custom map in-game, use: `changelevel U_InternalMapName`
2. **Finding the Name:** The internal name is often different from the Mod.io title (e.g., `U_HelmsDeep` for "Lord of the Rings - Helm's Deep"). You can find this name in the mod's description or by checking the server log on boot.

***

<Important>
  ### The "U\_" Prefix

  Most custom maps in Mordhau require the `U_` (Unreal) prefix before the map name when using the `changelevel` command. Without it, the server will default to a vanilla map or fail to load.
</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 synced.
</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>
