diff --git a/src/SUMMARY.md b/src/SUMMARY.md index ee232480d..faf30270b 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -270,6 +270,7 @@ Server Hosting - [Setting up SS14.Watchdog](en/server-hosting/setting-up-ss14-watchdog.md) - [OAuth](en/server-hosting/oauth.md) - [Setting up a Discord Bot](en/server-hosting/setting-up-redbot.md) +- [Known forks with prebuilt server builds](en/server-hosting/popular-forks-cdns.md) - [Maintenance]() - [Debugging server lockups](en/server-hosting/maintenance/debugging-server-lockups.md) diff --git a/src/en/general-development/setup/server-hosting-tutorial.md b/src/en/general-development/setup/server-hosting-tutorial.md index f31664d65..15ff7109e 100644 --- a/src/en/general-development/setup/server-hosting-tutorial.md +++ b/src/en/general-development/setup/server-hosting-tutorial.md @@ -11,7 +11,7 @@ If you wish to modify your server to add your own content. You will need a [prop ``` 1. Download and install the [.NET 8 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). 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://wizards.cdn.spacestation14.com/fork/wizards), for your operating system. If you are looking for another fork, ask that fork if they have a server builds page. Otherwise refer to the [Custom Code](#level-2-server-with-custom-code) section below. +2. Download the latest version of the server from [our builds page](https://wizards.cdn.spacestation14.com/fork/wizards), for your operating system. If you are looking for another fork, [try looking here](../../server-hosting/popular-forks-cdns.md). 3. Extract that to a directory somewhere. 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. diff --git a/src/en/server-hosting/popular-forks-cdns.md b/src/en/server-hosting/popular-forks-cdns.md new file mode 100644 index 000000000..10f795ab6 --- /dev/null +++ b/src/en/server-hosting/popular-forks-cdns.md @@ -0,0 +1,47 @@ +# List of codebases with prebuilt server packages + +This document will serve as a list of forks known to have a prebuilt server software for players to download. + +This doc was last updated at 2024-10-01 + +```admonish danger +All forks listed here (Except Wizard's Den) are **not vetted by Space Wizards**. We only put the links here for convenience. + +Third party server builds are not affiliated with the project, and have the same risks as running any random executable off the internet. Only run software that you trust. +``` + +| Fork name | URL | Available platforms | License | +|---|---|---|---| +| Wizard's Den | [Link](https://wizards.cdn.spacestation14.com/fork/wizards) | Windows, macOS (x64/Intel), Linux (x64/ARM64) | MIT | +| Harmony 14 | [Link](http://cdn.harmony14.com/fork/harmony/) | Windows, macOS (x64/Intel), Linux (x64/ARM64) | MIT | +| Solaris 14 | [Link](https://ss14-cdn.mw-gc.com/fork/MWGSolaris14) | Windows, macOS (x64/Intel), Linux (x64/ARM64) | MIT | +| Axolotl MRP | [Link](https://axolotl.yuniiworks.de/cdn/fork/axolotl/) | Linux (x64) | MIT | +| DeltaV | [Link](https://cdn.delta-v.org/fork/delta-v/) | Windows, macOS (x64/Intel), Linux (x64/ARM64) | AGPL | + +## FAQ: + +- The fork I want is not listed here. + - You will need to contact the fork you want a server build for and ask them if they provide one. If they do suggest them to add themselves here. + +- The fork I want is listed here, but my platform is not available for download. + - You will need to contact the fork asking if they are willing to build for your platform. + +- The fork does not provide prebuilds (or any other issue where you are unable to retrive a server prebuild) + - Your only choice is to compile the forks codebase yourself if available. Instructions can be found [here](../general-development/setup/server-hosting-tutorial.md#level-2-server-with-custom-code) + +- I'm a server host and I want to add myself here. + - You are free to make a PR yourself in the docs or ping @vasilisiscool (322708417540259841) in #hosting on discord with all the information needed. + +## Rules for listing: +1. Must have a decent playerbase on the hub and been on for at least a week. +2. Must be a simple link to the download source, no discord invites, no passwords or anything like that. +3. Must have at least one server platform. +4. Nothing malicious (Malware, infostealers etc) +5. 18+/ERP forks must be expliticly stated in the fork name. + +Dehubbed servers or any servers breaking these rules will be removed when found. + +