Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardDally/d637e6506bd186e6335d52e742a24ec6 to your computer and use it in GitHub Desktop.
Save RichardDally/d637e6506bd186e6335d52e742a24ec6 to your computer and use it in GitHub Desktop.
Satisfactory Windows dedicated server
Download steamcmd:
https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
Install/update the server:
.\steamcmd.exe ^
+force_install_dir C:\SteamCMD\SatisfactoryServer ^
+login anonymous ^
+app_update 1690800 ^
-beta public ^
validate ^
+quit
pause
Create a batch file to start server:
TODO
More documentation:
- https://satisfactory.fandom.com/wiki/Dedicated_servers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment