# 7 Days modding help

<figure><img src="https://rampart.games/templates/lagom2/assets/img/page-manager/7Days3.jpg" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Stop Server

Stop your 7 Days to Die server.\
Prevents issues or corruption during mod installation.,
{% endstep %}

{% step %}
Backup your server.

Make a full backup of:\
\> Server install directory (especially /Data and /Mods),\
\> Save data (usually in /Saves or /Worlds),
{% endstep %}

{% step %}
Create a "Mods" folder in your server root directory (if it doesn’t exist).

Example path: `C:\7dtd-server\Mods`\
The structure should look like: `C:\7dtd-server\Mods[ModName][mod files]`,
{% endstep %}

{% step %}
Download server-side mods from a trusted source.

Recommended sites:\
<https://7daystodiemods.com/>\
<https://community.7daystodie.com/forum/21-mods/>
{% endstep %}

{% step %}
Extract each mod's contents into its own subfolder inside the Mods folder.

Each mod must have its own folder under /Mods,\
Example:C:\7dtd-server\Mods\ServerSideZombies\
→ should contain folders like /Config, /Harmony, /Scripts, etc.
{% endstep %}

{% step %}
(Optional) Ensure Harmony dependency is included.

Most server-side mods require Harmony.,\
Many mods include it; if not, install it separately:<https://github.com/pardeike/Harmony>
{% endstep %}

{% step %}
Start the server.

The game will automatically load any mods in the `/Mods` directory
{% endstep %}

{% step %}
Monitor logs for errors.

Use the log output or output\_log.txt to ensure all mods loaded correctly.,\
Errors may indicate missing files or incorrect folder structure.,
{% endstep %}

{% step %}
Test functionality in-game.

Join the server and verify that the mods are active.,\
Admin tools, zombie tweaks, or gameplay overhauls should be apparent.,
{% endstep %}

{% step %}
Maintain mod updates.

Revisit the mod source pages to download updates.,\
Always stop the server before replacing mod files.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rampart-games-ltd.gitbook.io/docs/game-knowledge-base/7-days-to-die/7-days-modding-help.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
