Sons Of The Forest Dedicated Server for Windows
422
Only Windows build version 20348 or newer are supported (Win11, Server2022)
Create following folders
SonsOfTheForestDS
├───Backup
├───Config
├───Saves
└───docker-compose.yaml
networks:
SonsOfTheForestDS:
services:
SonsOfTheForestDS:
container_name: SonsOfTheForestDS
image: eisai/sonsoftheforest_ds:latest
isolation: process
restart: unless-stopped
networks:
- SonsOfTheForestDS
ports:
- "8766:8766/udp"
- "9700:9700/udp"
- "27016:27016/udp"
environment:
- verboseLogging=false
- AutoBackup=true
- AutoBackupInterval=1800 # In seconds
volumes:
- 'D:\SteamLibrary\steamapps\common\Sons Of The Forest Dedicated Server:C:\SonsOfTheForestDS' # CHANGE THIS, You can mount an empty folder to download the server from Steam
- '.\Config:C:\Users\ContainerAdministrator\AppData\LocalLow\Endnight\SonsOfTheForestDS'
- '.\Saves:C:\Users\ContainerAdministrator\AppData\LocalLow\Endnight\SonsOfTheForestDS\Saves\DedicatedServer\Multiplayer'
- '.\Backup:C:\Backup'
Documents
https://steamcommunity.com/sharedfiles/filedetails/?id=2992700419&snr=
Install an ultralight docker engine on Windows
https://eisaichen.com/?p=76
Content type
Image
Digest
sha256:807f7d238…
Size
3 GB
Last updated
almost 2 years ago
docker pull eisai/sonsoftheforest_ds