> ## 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 BepInEx & Mods in Valheim

> Install BepInEx on your Valheim server and learn how to add, configure, and manage plugins for custom gameplay features and quality-of-life modifications.

## Modding Your Viking Realm

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

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

***

> Since Valheim does not feature native mod support, the community uses the **BepInEx (Unity Modding Framework)** to inject custom code. For a modded server to function correctly, both the server and all joining clients must usually have the exact same set of plugins.

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

***

## Server-Side Setup

1. **Download:** Get the latest **BepInExPack Valheim** from Thunderstore.
2. **Deployment:** Extract the contents and upload them to your server's root directory (where the `valheim_server_x86_64` executable is located).
3. **Plugin Directory:** Once installed, placed any mod `.dll` files into the `/BepInEx/plugins/` folder.
4. **Restart:** Re-launch the server to initialize the plugins.

***

## Client-Side Best Practices

To avoid "Version Incompatible" errors, players should use a mod manager to sync with the server.

* **Recommended Tool:** **r2modman** or the Thunderstore Mod Manager.
* **Manual Sync:** If not using a manager, players must manually place the same `.dll` files into their local `BepInEx/plugins` folder.

***

<Important>
  ### Egg/Launch Logic

  On FREAKHOSTING, ensure your server is using the **Modded (BepInEx)** egg in the Startup/Software selection. This ensures the server starts using the BepInEx bootstrap script rather than the vanilla game engine.
</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 | **Valheim:** Mods initialized.
</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>
