# 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 cause errors. Always check the mod page for version compatibility.

Installing Server Mods [#installing-server-mods]

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