From 27cde3e22a0a0201ef628243381c46f610e30d6f Mon Sep 17 00:00:00 2001 From: Piras314 Date: Tue, 19 Nov 2024 19:50:05 -0500 Subject: [PATCH] update server hosting link --- src/en/general-development/setup/server-hosting-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/general-development/setup/server-hosting-tutorial.md b/src/en/general-development/setup/server-hosting-tutorial.md index 7c301e3ca..448b4e271 100644 --- a/src/en/general-development/setup/server-hosting-tutorial.md +++ b/src/en/general-development/setup/server-hosting-tutorial.md @@ -4,7 +4,7 @@ Hosting a local sandbox server for playing around is easy, but setting up a larg ## Level 0: Local Sandbox Server -1. Download the latest build from https://cdn.networkgamez.com/fork/goobstation/, Windows x64 if you're on Windows, macOS x64 if you're on macOS, Linux x64 if you're on Linux, and Linux ARM64 if you're on an ARM linux machine like a Raspberry Pi (server builds are headless). +1. Download the latest build from [https://cdn.simplestation.org/fork/goobstation-lrp](https://cdn.simplestation.org/fork/goobstation-lrp), Windows x64 if you're on Windows, macOS x64 if you're on macOS, Linux x64 if you're on Linux, and Linux ARM64 if you're on an ARM linux machine like a Raspberry Pi (server builds are headless). 2. Extract that to a directory somewhere. 3. Run `run_server.bat` (Windows) or `Robust.Server` [via terminal on macOS/Linux](#running-the-server-on-macos-or-linux)) 4. 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.