Skip to content

Commit

Permalink
Fix wording for hosting lvl 0
Browse files Browse the repository at this point in the history
Doing commits with 1% battery was not a good idea.
  • Loading branch information
VasilisThePikachu committed May 26, 2024
1 parent 5bcb4e1 commit 85c143c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hosting a local sandbox server for playing around is easy, but setting up a larg
1. Download and install the [.NET 8 Runtime](https://dotnet.microsoft.com/download). You only need "x64" under "run console apps" not "hosting bundle" from the downloads page.
2. Download the latest version of the server from [our builds page](https://central.spacestation14.io/builds/wizards/builds.html), for your operating system. If you are running custom code, or a build is not available for your platform, see [Custom Code](#custom-code) below.
3. Extract that to a directory somewhere.
4. Run `run_server.bat` (Windows) or (or `Robust.Server` [via terminal on macOS/Linux](#running-the-server-on-macos-or-linux))
4. Run `run_server.bat` (Windows) or `Robust.Server` [via terminal on macOS/Linux](#running-the-server-on-macos-or-linux))
5. Open your Space Station 14 Launcher and click on ``Direct Connect To Server`` and type in ``localhost`` and click connect. You can also add it as a favorite if you click the ``Add Favorite`` button.
6. When there is a new update. Go back to the second step and just overwrite the files to update your server.

Expand Down

0 comments on commit 85c143c

Please sign in to comment.