Modding Wiki
  • 🏠Home
  • 🫂How to contribute
  • Playing with Mods
    • Discovering Mods
    • Installing Mods
      • On Game Clients
      • For Multiplayer
      • On Dedicated Servers
      • No Console Support
    • Troubleshooting
    • Reporting Bugs
    • Uninstalling Mods
  • Creating Mods
    • Getting Started Modding
      • Setting Up the Modding SDK
      • Testing the Example Mods
      • Viewing Console Logs
    • Modding Limitations
    • Inspecting Other Mods' Code
    • Modding Tools
      • Scripting IDE
      • Unity Explorer
      • Asset Ripper
      • NG Tools Missing Script Recovery
      • DnSpy
      • Attaching a Debugger
    • Common Concepts
      • Unique Names and IDs
    • Modding Libraries
      • CoreLib
    • Modding Examples
      • Items
        • Weapons and Tools
        • Armor
        • Food
      • Obtaining items
        • Adding Crafting Recipe
        • Adding your items to crafters
        • Adding items to Enemy loot
      • Placeables
        • Tiles
      • NPCs and Enemies
      • UI and Interactions
      • Client-Server communications
    • Inspecting Base Game Content
      • Importing Ripped Assets to your Editor
      • Inspecting Assets In-Game
      • Inspecting Game Code
    • Updating your Modding SDK
    • Releasing Mods
      • Create a mod.io Page
      • Mod Files Upload
  • Concepts
    • Important Folder Paths
    • Technologies and Tools
    • Elevated Access
  • Archive
    • General Reference
    • Outdated Unity Setup Guide
    • Outdated IL2CPP Guides
      • Getting started with modding
      • How to view game source code
      • How to setup your Unity project
      • How to install Core Keeper mono version
Powered by GitBook
On this page
  • Manual File Management
  • Distributing Mods to your Players

Was this helpful?

Edit on GitHub
Export as PDF
  1. Playing with Mods
  2. Installing Mods

On Dedicated Servers

Last updated 7 months ago

Was this helpful?

Dedicated servers do not have mod.io integration, so mod files must be managed manually.


Manual File Management

  1. Download the mods you want from the mod.io website using the Download File button

  2. Open the game server installation folder and navigate to the : <server-install-folder>/CoreKeeperServer_Data/StreamingAssets/Mods/. You may need to create the Mods/ folder if it doesn't already exist.

  3. Unzip each of the mod zips you downloaded inside the folder so that each mod is in its own subfolder.

    • The name of each mod folder does not matter as long as it is unique, but you probably want it to include the name of the mod for later reference.

    • Ensure that each mod subfolder has a ModManifest.json file.

  4. Remember to if you haven't yet. Continue to the next section to help clients get their mods.

Distributing Mods to your Players

The easiest way to ensure that players have exactly the same mods as the server is to use manual mod installation. This means automatic updates don't cause problems with version mismatches.

  1. Set up all of your mods on the server

  2. Zip the server's mods directory

  3. Have all players

  4. Send your players the zip file and have them unzip it into .

read the general multiplayer notes
unsubscribe from every mod in the game's mod.io integration
mods folder
their manual mod installation folder