# How To Install Mods on Your Squad Server (/docs/squad/install-mods)



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

Squad supports Steam Workshop mods that can add new maps, factions, vehicles, and gameplay modifications. Here is how to install them.

<div className="fd-steps">
  <div className="fd-step">
    Find Mods on the Steam Workshop [#1-find-mods-on-the-steam-workshop]

    Browse the [Steam Workshop for Squad](https://steamcommunity.com/app/393380/workshop/) and find the mods you want to install. Copy the **Workshop ID** from each mod's URL.
  </div>

  <div className="fd-step">
    Open the Startup Page [#2-open-the-startup-page]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your Squad server. In the sidebar, click **Startup**.
  </div>

  <div className="fd-step">
    Enter the Mod IDs [#3-enter-the-mod-ids]

    Find the **Workshop Mod IDs** or **Mods** field and enter the mod IDs, separated as required by the field format.
  </div>

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

    Go to **Console** and restart your server. The mods will download automatically during startup.

    > 📝 **Note:** Mod downloads can take significant time depending on size. Watch the console for download progress.

    > ⚠️ **Warning:** Players must also subscribe to the same mods on the Steam Workshop to connect. Mods with mismatched versions will prevent players from joining.

    > 💡 **Tip:** If you are using modded maps, remember to add them to your `MapRotation.cfg` file using the mod's layer names.
  </div>
</div>
