Skip to content

gameservercentral/satisfactory-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

satisfactory-docker

Nightly Build License: MIT

Overview

This project provides a Docker image that uses SteamCMD to easily install and update dedicated Satisfactory servers.

Note: This repository and its contents are not affiliated with, endorsed, or supported by Steam or Coffee Stain Studios.

Build the Docker Image

To build the image locally, run:

docker build -t satisfactory-local .

Run the Locally Built Image

To run the container with the common Satisfactory Dedicated Server ports exposed and start the server automatically, use /data/FactoryServer.sh as the entrypoint:

docker run -it --rm \
  -v /path/to/local/saves:/data-preseed/FactoryGame/Saved/SaveGames \
  -p 7777:7777/udp \
  -p 15000:15000/udp \
  -p 15777:15777/udp \
  satisfactory-local /data-preseed/FactoryServer.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages