eisai/satisfactory_ds

By eisai

Updated almost 2 years ago

Satisfactory Dedicated Server for Windows

Image
Languages & frameworks
0

253

eisai/satisfactory_ds repository overview

Only Windows build version 20348 or newer are supported (Win11, Server2022)

Preparation

Create following folders

SatisfactoryServer
├───Backup
├───Saves
└───docker-compose.yaml

Docker Compose

networks:
  SatisfactoryServer:

services:
  SatisfactoryServer:
    container_name: SatisfactoryServer
    image: eisai/satisfactory_ds:latest
    isolation: process
    restart: unless-stopped
    stop_grace_period: 2m
    networks:
      - SatisfactoryServer
    ports:
      - "7777:7777"
      - "7777:7777/udp"
    environment:
      - AutoBackup=true
      - AutoBackupInterval=1800     # In seconds
    volumes:
      - 'D:\SteamLibrary\steamapps\common\SatisfactoryServer:C:\SatisfactoryServer'     # CHANGE THIS, You can mount an empty folder to download the server from Steam
      - '.\Saves:C:\Users\ContainerAdministrator\AppData\Local\FactoryGame\Saved\SaveGames'
      - '.\Backup:C:\Backup'

Reference

Documents
https://satisfactory.fandom.com/wiki/Dedicated_servers

Install an ultralight docker engine on Windows
https://eisaichen.com/?p=76

Tag summary

Content type

Image

Digest

sha256:0d7344bff

Size

3.1 GB

Last updated

almost 2 years ago

docker pull eisai/satisfactory_ds