> ## 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 Set Up RCON in MORDHAU

> Enable and configure RCON on your MORDHAU server to manage gameplay, moderate players, and execute commands remotely through external admin tools.

## Remote Command Control

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

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

***

> **RCON** (Remote Console) allows you to send commands to your server without being connected as a player. This is essential for community managers who need to monitor chat, perform bans, or switch maps while away from their PC using mobile tools or dedicated staff dashboards.

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

***

## 1. Enabling RCON (Game.ini)

RCON must be explicitly activated in your server configuration:

1. Open `Game.ini` via the File Manager.
2. Locate the `[Server.Settings]` section.
3. Configure the following:
   ```ini theme={null}
   [Server.Settings]
   RconEnabled=1
   RconPassword=YourSecurePassword
   RconPort=7778
   ```
4. **Note:** Your `RconPort` should typically be **Game Port + 1** or a port specifically allocated to you in the **Network** tab.

***

## 2. Connecting a Client

Mordhau uses the standard **Source RCON** protocol.

* **Tools:** Use generic applications like *mRCON* (Windows) or *RCON Client* (Android/iOS).
* **Setup:** Enter your Server IP, RconPort, and Password to establish a connection.

***

<Important>
  ### Security Best Practice

  Never use your administrative in-game password as your RCON password. RCON is a powerful tool; if your password is leaked, anyone can wipe your ban list or shut down your server instantly.
</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:** RCON live.
</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>
