Created
October 30, 2022 13:28
-
-
Save RichardDally/d637e6506bd186e6335d52e742a24ec6 to your computer and use it in GitHub Desktop.
Satisfactory Windows dedicated server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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