How to Install Mods on Your Factorio Server

How to add mods to your Factorio dedicated server — mod folder, mod-list.json, and mod settings.

Installing Mods

  1. Download mods from mods.factorio.com
  2. Upload the .zip files to the mods/ folder — do NOT extract
  3. Restart the server

mod-list.json

Controls which mods are enabled. Auto-generated on first start:

{
  "mods": [
    {"name": "base", "enabled": true},
    {"name": "some-mod", "enabled": true}
  ]
}

Mod Settings (mod-settings.dat)

This binary file stores mod startup settings. To configure:

  1. Set up mod settings in your local Factorio client
  2. Copy mod-settings.dat from your local mods/ folder to the server's mods/ folder

Important

  • All players must have identical mods and versions — mismatches prevent connection
  • Players can use "Sync mods with server" in the server browser to auto-match
  • Mod checksums are verified at startup

How is this guide?

40% Off — Limited TimeGet your Factorio server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page