Satisfactory Server

Satisfactory Server

January 20, 2024

Note

All new servers are installed through Pterodactyl and Wings

I have this installed in a Debian Linux VM, a Satisfactory server is installed via steamcmd. path may not be configured to launch steamcmd from just the command line so cd around link it up or something then go back to the home folder for steam.

Satisfactory save files location:
/home/steam/.config/Epic/FactoryGame/Saved/SaveGames/server
Satisfactory server:
/home/steam/.steam/steamapps/common/SatisfactoryDedicatedServer
Launch server:
1
2
3
4
sudo -u steam -s
cd /home/steam/SatisfactoryDedicatedServer
./FactoryServer.sh
./FactoryServer.sh -multihome=192.168.1.106
Update/Install Server:
steamcmd +force_install_dir ~/SatisfactoryDedicatedServer +login anonymous +app_update 1690800 -beta public validate +quit

Important

See SteamCMD blog post here