Annotated Example Config
Network Settings
On managed hosting, ports are assigned per server. Don’t change ports arbitrarily; use the values configured for your service, visible in the panel. Firewall rules for these ports can be managed in the Firewall Manager.
The game Block
Choosing a Scenario
ThescenarioId points to a mission config inside the game (or inside a mod). Common vanilla examples:
Exact scenario IDs can change or grow with game updates, and mods add their own. The in-game Workshop page of a scenario mod and the official Bohemia server documentation list the current IDs. Scenario mods provide their own
scenarioId values to use here.
The gameProperties Block
Editing Your Config on Wasabi Hosting
1
Open the File Manager
Log in to the Game Panel, select your server, and open the File Manager (see File Management). Locate your server’s JSON config file.
2
Edit and validate
Make your changes in the built-in editor. Double-check commas, quotes, and brackets, since every setting except the last in a block needs a trailing comma.
3
Restart the server
Save the file, then Restart the server from the panel Console. Config changes only apply after a restart. Watch the console output for errors, since an invalid config or wrong
scenarioId is reported there at startup.
