Skip to main content

Adding mods to your Satisfactory server

CreeperPanel

  1. Select Satisfactory in your games & software list. Docs Version Dropdown
  2. Select mods Docs Version Dropdown
  3. If this is your first time adding mods to the server you will be greeted with an Initalise mods fodler button, This will create the mods folder on the server and installed the latest version of the Satisfactory Mod Loader for you Docs Version Dropdown
  4. Search for the Mod you wish to install using the build in search bar, This will search https://ficsit.app/ for the mod
info

The search knows the current version of the game your server is running and will only show results that are compatible

Docs Version Dropdown 5. Select the version of the Mod you want and click Install Docs Version Dropdown 6. The mod should now be installed and will show in the Installed Mods section Docs Version Dropdown

That's it, The mod is now installed, On the next server restart the mod will be on the server

Manuel

  1. Navigate to your Satisfactory server install.
  2. Enter your FactoryGame directory and create the folder Mods
mkdir Mods
  1. Inside the mods you will need to create a new folder called SML, This is for the Satisfactory Mod loader
cd Mods
mkdir SML
  1. Download the Satisfactory Mod Loader from https://github.com/satisfactorymodding/SatisfactoryModLoader/releases and extract it inside of the SML folder
cd SML
wget https://github.com/satisfactorymodding/SatisfactoryModLoader/releases/download/v3.8.0/SML-LinuxServer.zip
unzip -o SML-LinuxServer.zip

That's it, You can repeat the same process to add mods to the server

info

Creating a new directory for each mod is required