Official management suite for tgstation-server v4
First, ensure you have the .NET Core 5.0 runtime installed. See here for download.
Once that's done, Click Here for a download link to the self updating version.
To install the latest version of the code
- Download and install the Dotnet 2.1 SDK
- Clone this repository
- Navigate to
src/Tgstation.Server.ControlPanel.Core
- Run
dotnet publish -c Release -o <Your chosen installation directory>
To run the installation
- Navigate to your chosen installation directory
- Run
dotnet Tgstation.Server.ControlPanel.Core.dll
Please help this project out by contributing to this documentation