This module installs, launches, monitors, and backs up Wreckfest 2 dedicated servers.
NEEDS LIVE TEST. Current Steam identity, executable, config generation, and launch arguments pass static host validation. The dedicated server tool remains Early Access, and end-to-end behavior requires a current live server.
WindowsGSH installs anonymous SteamCMD app 3519390 (the dedicated-server tool is currently available anonymously) and launches Wreckfest2.exe directly.
Before every launch, WindowsGSH writes the configured server name, description, and game port into server-data/server_config.scnf, a JSON document under the net server config array. Existing keys and the rest of the file are preserved; only name, description, and game port are overwritten. The server is started with --server --save-dir=server-data.
| Purpose | Default | Protocol | Exposure |
|---|---|---|---|
| Game traffic | 40050 |
UDP | Public; firewall/UPnP eligible |
WindowsGSH reports supervised process state. RCON and remote administration are not advertised until implemented and verified.
- Executable:
Wreckfest2.exe - Configuration and saves:
server-data/server_config.scnf - Backup target:
server-datadirectory (required)
- The dedicated server tool is Early Access; its
server_config.scnfschema may change without notice. - RCON is not implemented.
- Only server name, description, and game port are managed by WindowsGSH; other
server_config.scnffields must be edited manually and are preserved as-is.
- Fresh-install/update app
3519390and verifyWreckfest2.exe. - Confirm
server_config.scnfis created or merged correctly, preserving unrelated keys. - Start, attach, restart WindowsGSH, stop, and confirm
server-dataintegrity. - Verify direct connection and player join on UDP
40050. - Test direct and WindowsGSM
serverfilesimports using Copy and Adopt. - Back up and restore
server-data.
Report issues through the issue tracker with sanitized version and log details. Never post credentials or private server files.
If you like the work I do and would like to support continued WindowsGSH and module development, you can contribute here:
Modules execute with WindowsGSH's Windows permissions. Review Wreckfest2Module.cs, module.json, and SECURITY.md before installing. Obtain Wreckfest 2 server files only through the official Steam app 3519390.