Satisfactory dedicated server
docker run --name satisfactory -p 7777:7777/udp -p 7777:7777/tcp rfvgyhn/satisfactory:dev
/home/steam/.config/Epic/FactoryGame/Saved mount for world save files/home/steam/satisfactory/FactoryGame/Saved mount for server configdocker run -d --name satisfactory \
-p 7777:7777/udp \
-p 7777:7777/tcp \
-v /host/path/saves:/home/steam/.config/Epic/FactoryGame/Saved \
-v /host/path/config:/home/steam/satisfactory/FactoryGame/Saved \
rfvgyhn/satisfactory:dev
Note that the container runs as non-root user 1000:1000. Make sure your mounted volume(s) have the correct permissions. (When running Docker in rootless mode, the user is remapped to a different id, usually 100999:100999)
The latest tag will follow the latest Satisfactory server release.
You can specify a specific version using the available tags
Content type
Image
Digest
sha256:7a561ce69…
Size
2.8 GB
Last updated
almost 2 years ago
docker pull rfvgyhn/satisfactory