# How to Install Mods on Your Skyrim Together Reborn Server (/docs/skyrim-together/install-mods)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Here is how to install mods on your Skyrim Together Reborn server. All players connecting to your server should have the same mods installed locally.

> ⚠️ **Warning:** Not all Skyrim mods are compatible with Skyrim Together Reborn. Mods that add scripted content or modify core gameplay systems may cause issues in multiplayer. Test mods with a small group first.

Compatible Mod Types [#compatible-mod-types]

* **Texture replacers** — Generally safe, cosmetic only
* **Mesh replacers** — Generally safe
* **New items/weapons** — May work but can cause sync issues
* **Quest mods** — Often have issues with multiplayer sync
* **Script-heavy mods** — Likely to cause problems

Installing Mods [#installing-mods]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and stop your server.
  </div>

  <div className="fd-step">
    Upload Mod Files [#2-upload-mod-files]

    Go to `Files` and navigate to the appropriate mod directory. Upload your mod files (`.esp`, `.esm`, `.bsa` files).
  </div>

  <div className="fd-step">
    Update the Load Order [#3-update-the-load-order]

    Make sure the mod load order matches what players will use locally. All players must have identical mod lists and load orders.
  </div>

  <div className="fd-step">
    Start Your Server [#4-start-your-server]

    Start your server and have players connect with matching mods installed.
  </div>
</div>

Important Notes [#important-notes]

* All connected players **must** have the exact same mods installed locally
* Keep your mod list simple to avoid sync issues
* The [Skyrim Together Reborn wiki](https://wiki.tiltedphoques.com/tilted-online/) has a list of known compatible and incompatible mods

If you need help with mod compatibility, join our [Discord](https://discord.xgamingserver.com) and we will help you out.
