> ## 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 on 7 Days to Die

> Enhance your 7D2D experience by learning how to install server-side XML mods and full overhaul mods like Darkness Falls on your server.

## Modding Your 7D2D Server

Modding 7 Days to Die (7D2D) provides a powerful way to customize gameplay, introduce new items, or completely revolutionize the game's progression system. Whether you are looking for simple quality-of-life adjustments or a total overhaul, understanding the installation process is your first step toward a unique survival experience.

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

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

***

## Mod Categories

Before beginning the installation, it is important to identify the type of mod you are using, as this determines whether your players need to download additional files.

<Tabs>
  <Tab title="Server-Side Mods (XML)">
    * **Description:** These mods primarily modify the server core XML data.
    * **Requirement:** Only the server requires these files.
    * **Player Experience:** Players can join smoothly without any local downloads (e.g., increased stack sizes, customized UI, or loot table tweaks).
  </Tab>

  <Tab title="Overhaul Mods (Assets)">
    * **Description:** These mods incorporate custom models, textures, or scripts.
    * **Requirement:** Both the server **and** the client must have identical files installed.
    * **Player Experience:** Players must manually install the mod on their own computers before they can connect (e.g., Darkness Falls or Undead Legacy).
  </Tab>
</Tabs>

***

## Installation Steps

Follow these instructions to upload and activate mods on your FREAKHOSTING server.

<Steps>
  <Step title="Access the File Manager">
    Log in to your [Game Panel](https://panel.freakhosting.com), select your server, and open the **Files** tab.
  </Step>

  <Step title="Create the Mods Directory">
    Ensure there is a folder named `Mods` (exactly as written, capital 'M') in your server's root directory. If it is missing, create it now.
  </Step>

  <Step title="Upload Mod Folders">
    Upload your individual mod folders directly into the `/Mods/` directory. Each mod must reside in its own specific subfolder.
  </Step>

  <Step title="Verify Installation">
    Check that the `ModInfo.xml` file is located directly within your mod's subfolder (e.g., `/Mods/MyModName/ModInfo.xml`).
  </Step>
</Steps>

<Warning>
  ### EAC Configuration

  For overhaul mods or any mod containing custom `.dll` files, you **must** disable Easy Anti-Cheat (EAC) to prevent connection errors.

  1. Open `serverconfig.xml` in the File Manager.
  2. Locate the line: `<property name="EACEnabled" value="true"/>`.
  3. Change the value to `false`.
  4. Save the file and restart your server.
</Warning>

***

## Optimization & Troubleshooting

<AccordionGroup>
  <Accordion title="Common Issues: Mods Not Loading">
    * **Nested Directories:** Ensure you did not create a redundant folder layer during upload (e.g., `/Mods/ModName/ModName/ModInfo.xml`).
    * **Case Sensitivity:** The folder name must be precisely `Mods`.
    * **Version Compatibility:** Always verify that the mod version matches the version of 7D2D running on your server.
  </Accordion>

  <Accordion title="Performance Management">
    Excessive mods can significantly increase RAM and CPU consumption. If you experience server lag or frequent crashes, try disabling mods one at a time to isolate the resource-intensive culprit.
  </Accordion>
</AccordionGroup>

***

<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>

***

<div align="center">
  **Last Updated:** January 2026 | **Modding:** Your world, your rules.
</div>
