# How to Install Mods on Your Core Keeper Server (/docs/core-keeper/mod-setup)



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

Core Keeper supports mods via [mod.io](https://mod.io/g/corekeeper).

Installing Mods [#installing-mods]

<Steps>
  <Step>
    Download mods from [mod.io/g/corekeeper](https://mod.io/g/corekeeper).
  </Step>

  <Step>
    Stop your server from **Console**.
  </Step>

  <Step>
    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**.
  </Step>

  <Step>
    Navigate to `CoreKeeperServer_Data/StreamingAssets/Mods/`.
  </Step>

  <Step>
    Create a subfolder for each mod and upload the mod files.
  </Step>

  <Step>
    Start your server.
  </Step>
</Steps>

Important Notes [#important-notes]

* **All players must install the same mods** on their local client
* Some mods are client-only, some server-only, some both — check each mod's page
* Dependencies must be installed manually
* Mods can break after game updates — verify compatibility

Related Guides [#related-guides]

* [Server Configuration](/docs/core-keeper/server-config)
