Windrose: Basic Server Settings
Table of contents
Settings overview
Windrose dedicated servers are configured via the GPORTAL web interface or by editing the ServerDescription.json config file directly. The most important settings are player limit, server password, and server name.
Settings via GPORTAL interface
In your GPORTAL dashboard, navigate to My Servers → Windrose → Settings:
- Server Name – Public name visible to players joining by code
- Max Players – Up to 8
- Password – Optional. Leave empty for open access
- Invite Code – Auto-generated. Share this with friends to join
Important: Always stop the server before making changes, then restart to apply them.
ServerDescription.json explained
The config file is located in the root folder of the dedicated server application:ServerDescription.json
| Key | Type | Description |
|---|---|---|
MaxPlayerCount |
Integer | Maximum number of players (max. 8) |
IsPasswordProtected |
Boolean | true/false – enables server password |
InviteCode |
String | Server join code for players |
FAQ
Yes. Always stop the server before editing ServerDescription.json and restart it afterward to apply changes. Changes made while the server is running may be overwritten.
Windrose supports up to 8 players per dedicated server.
→ See also: How to invite friends to your Windrose server