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
| File | Size | Description | |
| CONFIG_REFERENCE.md | 10.0 KB | Every appsettings option, defaults, full event-type catalog. | Download |
| Manager-README.md | 7.7 KB | Project overview, what it does, source layout. | Download |
| REQUIREMENTS.md | 4.1 KB | Pre-flight checklist: OS, WebView2, WindroseRCON mod, network ports. | Download |
| SELF_HOSTING.md | 13.0 KB | Run your own hub instance. Includes systemd unit + nginx/Caddy/OpenLiteSpeed reverse-proxy configs. | Download |
| USER_SETUP.md | 11.0 KB | Step-by-step install guide for end users connecting to this hub. | Download |
Source
| File | Size | Description | |
| WindroseServerManager-Hub-source.zip | 355.6 KB | Full source for this hub (the cloud dashboard). For self-hosting your own instance. | Download |
| WindroseServerManager-source.zip | 826.0 KB | Full source for the desktop manager (.NET 8). Build with dotnet publish. | Download |
Windows Application
| File | Size | Description | |
| WindroseServerManager-v1.0.0.0-win-x64.zip | 104.4 MB | Self-contained Windows EXE + install scripts + docs. ~95 MB unpacked. No .NET install needed. | Download |
Getting started
- Download the WindroseServerManager-vX.Y.Z-win-x64.zip above.
- Right-click the downloaded ZIP → Properties → check Unblock if Windows flagged it as "from the internet".
- Unzip somewhere durable (e.g.
C:\WSM\).
- Copy
appsettings.Local.minimal.json → appsettings.Local.json and fill in your RCON password (or use appsettings.Local.example.json for the full reference with auth, Discord, and hub options).
- 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.)
- (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
- Windows 10 or 11 — the EXE is self-contained, no .NET install needed.
- Microsoft Edge WebView2 Runtime — pre-installed on Windows 11 and recent Windows 10. If the desktop app says it can't initialize WebView2, download it from Microsoft (one-time, evergreen). Or use
run-console.bat + your browser if you'd rather skip WebView2.
- WindroseRCON mod on your dedicated server — gives the manager its RCON access. The mod's
version.dll goes in your dedicated server's R5\Binaries\Win64\ folder.