Downloads

Everything you need to run Windrose Server Manager on your game-server box, plus the source for both the manager and the hub.

Documentation

FileSizeDescription
CONFIG_REFERENCE.md10.0 KBEvery appsettings option, defaults, full event-type catalog. Download
Manager-README.md7.7 KBProject overview, what it does, source layout. Download
REQUIREMENTS.md4.1 KBPre-flight checklist: OS, WebView2, WindroseRCON mod, network ports. Download
SELF_HOSTING.md13.0 KBRun your own hub instance. Includes systemd unit + nginx/Caddy/OpenLiteSpeed reverse-proxy configs. Download
USER_SETUP.md11.0 KBStep-by-step install guide for end users connecting to this hub. Download

Source

FileSizeDescription
WindroseServerManager-Hub-source.zip355.6 KBFull source for this hub (the cloud dashboard). For self-hosting your own instance. Download
WindroseServerManager-source.zip826.0 KBFull source for the desktop manager (.NET 8). Build with dotnet publish. Download

Windows Application

FileSizeDescription
WindroseServerManager-v1.0.0.0-win-x64.zip104.4 MBSelf-contained Windows EXE + install scripts + docs. ~95 MB unpacked. No .NET install needed. Download

Getting started

  1. Download the WindroseServerManager-vX.Y.Z-win-x64.zip above.
  2. Right-click the downloaded ZIP → Properties → check Unblock if Windows flagged it as "from the internet".
  3. Unzip somewhere durable (e.g. C:\WSM\).
  4. Copy appsettings.Local.minimal.jsonappsettings.Local.json and fill in your RCON password (or use appsettings.Local.example.json for the full reference with auth, Discord, and hub options).
  5. Double-click WindroseServerManager.exe — a native desktop window opens with the dashboard. (For headless boxes, use run-console.bat or install-as-service.ps1 instead.)
  6. (Optional) Connect it to this hub: sign up, click Add server, paste the token into Hub.AgentToken in your config.

See SETUP.md inside the zip for the full walkthrough.

Requirements