How do I install tgstation-server on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Tgstation.Server --exact --version 6.19.2. winget downloads the installer from /tg/station 13 and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install tgstation-server silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id Tgstation.Server --exact 6.19.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall tgstation-server via winget?⌄
Run: winget uninstall --id Tgstation.Server --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from tgstation-server's Apps & Features entry.
Is tgstation-server free?⌄
tgstation-server is distributed under AGPL-3.0. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does tgstation-server work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls tgstation-server directly from the publisher.
How do I keep tgstation-server up to date?⌄
Run winget upgrade --id Tgstation.Server --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of tgstation-server from microsoft/winget-pkgs.