tgstation / Tgstation.Server.ControlPanel

Official client for tgstation-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tgstation.Server.ControlPanel

GitHub license Average time to resolve an issue

forthebadge forthebadge

Official management suite for tgstation-server

Installing

Windows

First, ensure you have the ASP .NET Core 6.0.X runtime installed. See here for download.

Once that's done, Click Here for a download link to the self updating version.

OSX/Linux

To install the latest version of the code

  1. Download and install the .NET 6.0 SDK
  2. Clone this repository
  3. Navigate to src/Tgstation.Server.ControlPanel
  4. Run dotnet publish -c Release -o <Your chosen installation directory>

To run the installation

  1. Navigate to your chosen installation directory
  2. Run dotnet Tgstation.Server.ControlPanel.dll

Usage

Please help this project out by contributing to this documentation

OAuth

To enable OAuth logins with the control panel, set your TGS OAuth configuration RedirectUrl property to http://localhost:<port> where <port> is any free port.

About

Official client for tgstation-server

License:GNU General Public License v3.0


Languages

Language:C# 100.0%