Factorio game server with web admin interface
10K+
Start the container on a host
docker run -d \
-p 8000:8000 \
-p 34197:34197/udp \
-e "ADMIN_PASSWORD=*******" \
jjclark/factorio
Navigate to the control panel at http://host:8000/
Upload save files and mods. (You can mount volumes at /usr/local/factorio/saves and /usr/local/factorio/mods to automate this step.)
Click "Start Server"
Content type
Image
Digest
Size
113.7 MB
Last updated
almost 10 years ago
docker pull jjclark/factorio