Skip to content
Peter J McDade edited this page Feb 2, 2026 · 3 revisions

⚙️ Factorio Server Manager

"The factory must grow" — and now it's easier than ever to manage.

A web-based tool for managing Factorio dedicated servers. Like logistics bots for your server administration.

🏭 Features

Feature Description
🔌 Power Control Start/stop your Factorio server
💾 Save Management Create, upload, download saves (autosave included!)
📦 Mod Portal Install mods faster than a stack inserter
📺 Live Console Watch logs stream like items on a belt
⚙️ Server Settings Configure your world like a circuit network
👥 User Management Control who gets the launch codes
🗃️ Mod Packs Bundle mods like a logistics chest

🚀 Quick Start

Deploy faster than a rocket launch:

docker run -d --name factorio-server-manager \
  -p 8080:80 \
  -p 34197:34197/udp \
  -v /opt/fsm-data:/opt/fsm-data \
  -v /opt/factorio/saves:/opt/factorio/saves \
  -v /opt/factorio/mods:/opt/factorio/mods \
  -v /opt/factorio/config:/opt/factorio/config \
  petejm/ofsm:latest

🔑 Default login: admin / factorio

📚 Documentation

Page Description
Installation and Usage 📋 Assembly instructions
Docker Setup 🐳 Containerized factory deployment
Development 🔧 For those who want to expand the factory
Changelog 🔬 Research history

🔗 Links


Built with mass production in mind. No biters were harmed in the making of this software. 🦎

Clone this wiki locally