satisfactory-server icon indicating copy to clipboard operation
satisfactory-server copied to clipboard

A Dockerized version of the Satisfactory dedicated server

Results 10 satisfactory-server issues
Sort by recently updated
recently updated
newest added

Attempting to stop the satisfactory server by using the built-in commands (`quit`/`stop`/`exit`)will simply lock the container - the server won't be in usable state but it also won't shut down....

**Describe the Bug** When I start the docker container for the first time using the below docker compose file, the container logs the following and then exits: ``` Attaching to...

**Describe the Bug** Server is crashing and docker container is stopping while trying to load world. **Your Runtime Command or Docker Compose File** ``` docker run -d --name=satisfactory-server -h satisfactory-server...

I already hacked something together, since the official mod manager runs on electron. I hope I can help to add it ^^ https://github.com/fionera/satisfactory-server

enhancement

**Describe the Bug** A permission error occours when removing `/home/steam/.config/Epic/FactoryGame/Saved/SaveGames/server` **Your Runtime Command or Docker Compose File** ``` version: '3' services: game: image: 'wolveix/satisfactory-server:latest' ports: - '7777:7777/udp' - '15000:15000/udp' -...

The reason satisfactory is taking up so little memory right now is because they accidentally shipped the update with Server Streaming enabled. The feature itself can impact server stability negatively...

enhancement

Currently I have to manually load the latest save after restarting the container. It would be great if that could happen automatically

Not sure if this is a material change to the image, or something in the game server itself with 1.0. It appears the server process no longer listens internally on...

game bug

- Move the ENV section ahead of the RUN sections in the Dockerfile to be able to use the preset PGID and PUID. - Move DEBIAN_FRONTEND=noninteractive to ENV section. -...

### Describe the Bug SEGFAULT on server start in docker ### Your Runtime Command or Docker Compose File ``` cat docker-compose.yaml services: satisfactory-server: container_name: 'satisfactory-server' hostname: 'satisfactory-server' image: 'wolveix/satisfactory-server:latest' ports:...

enhancement
game bug
confirmed