How to Install Mods on Factorio Server
Factorio is famous for its massive modding scene. Adding mods to your server allows you to change recipes, add machines, or play full overhaul packs like Space Age.
Steps to Install Mods
- Go to the Factorio Mod Portal and find the mods you want.
- Download the
.zipfile for the mod. - Open the Lobby Maker File Manager for your server.
- Navigate to the
mods/directory. If it doesn't exist, create it. - Upload your downloaded mod
.zipfiles into themods/folder. - Restart your server.
Ensure that the mod versions match the exact Factorio server version you are running. If there is a mismatch, the server will fail to start.
Mod List Configuration
When you upload mods, Factorio automatically creates a mod-list.json file. You can edit this file to enable or disable specific mods:
{
"mods": [
{
"name": "base",
"enabled": true
},
{
"name": "space-exploration",
"enabled": true
}
]
}Players joining the server must have the exact same list of enabled mods. Factorio will prompt joining players to sync and download the mods automatically when they connect.