# How to Install Mods on Your Escape from Tarkov SPT-Fika Server (/docs/escape-from-tarkov/install-mods)



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

One of the biggest advantages of SPT is the extensive modding support. You can install server-side mods to change loot, AI, traders, quests, and much more.

> ⚠️ **Warning:** Only install mods that are compatible with your SPT version. Incompatible mods can crash your server or fail to load. On **SPT 4.0** servers, mods built for the older **3.x** platform will not run at all (you'll see `No Assemblies found in path` in the console) — always confirm the mod lists **SPT 4.0** support. See [Troubleshooting](/docs/escape-from-tarkov/troubleshooting) if a mod isn't loading.

The Easy Way: the SPT Mods Tab [#the-easy-way-the-spt-mods-tab]

Your server has a built-in **SPT Mods** tab in the panel that installs mods for you — no manual downloads or uploads.

<Steps>
  <Step>
    Open the SPT Mods tab [#open-the-spt-mods-tab]

    In the [XGamingServer panel](https://panel.xgamingserver.com), select your server and open the **SPT Mods** tab.
  </Step>

  <Step>
    Browse and install [#browse-and-install]

    Search the mod catalogue (powered by the SPT **Forge**). Pick a mod and click **Install** — the panel downloads the correct version straight onto your server. Installed mods show their **version** and flag when an **update** is available.
  </Step>

  <Step>
    Keep client mods in sync [#keep-client-mods-in-sync]

    Use **Enable Client Mod Sync** so that each player's client mod set is checked and kept aligned with the server automatically when they connect — no hand-matching files.
  </Step>
</Steps>

> 📝 **Note:** The mods tab installs the **server** side of a mod. Some mods also have a **client** part each player installs in their own `BepInEx/plugins` folder — check the mod's page.

Installing Server Mods Manually [#installing-server-mods-manually]

<div className="fd-steps">
  <div className="fd-step">
    Download the Mod [#1-download-the-mod]

    Download SPT-compatible server mods from the [SPT Hub](https://hub.sp-tarkov.com/). Make sure the mod version matches your server's SPT version.
  </div>

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

    Access the [XGamingServer Panel](https://panel.xgamingserver.com) and `Stop` your server.
  </div>

  <div className="fd-step">
    Upload the Mod [#3-upload-the-mod]

    Go to `Files` and navigate to the `user/mods/` directory. Upload the mod folder here. Each mod should have its own folder inside `user/mods/`.
  </div>

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

    Start your server. Check the `Console` for any errors related to the newly installed mod.

    > 📝 **Note:** Server-side mods only need to be installed on the server. However, some mods also have a client-side component that each player must install in their SPT client's `BepInEx/plugins` folder. Check the mod's documentation for details.
  </div>
</div>

Removing Mods [#removing-mods]

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

    Stop your server from the panel.
  </div>

  <div className="fd-step">
    Delete the Mod Folder [#2-delete-the-mod-folder]

    Go to `Files`, navigate to `user/mods/`, and delete the mod's folder.
  </div>

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

    Start your server to confirm the mod has been removed cleanly.

    If you need help with mods, join our [Discord](https://discord.xgamingserver.com) and we will assist you.
  </div>
</div>
