Windrose Tutorials

How to Change Windrose Server Settings

Change Windrose server settings using Server Options in the Game Panel or by editing ServerDescription.json. Restart to apply.

Last updated: May 1, 2026

4.9

608+ Satisfied Customers

Change any Windrose server setting in two places: the Server Options page in the Game Panel for the most common fields, or R5/ServerDescription.json in the File Manager for the full list. Restart your server after any change.

Where Windrose Settings Live

Settings are stored in two places, and both write to the same underlying config:

  • Server Options (Game Panel): the most common settings exposed as labelled form fields (invite code, server password, direct connection toggle, and others). Easiest place to start.
  • R5/ServerDescription.json (File Manager): the complete server config. Use this when a setting isn’t exposed in Server Options.

Method A: Change a Setting in Server Options

Try this first. Most common settings are here.

  1. Log in to the Game Control Panel
  2. Select your Windrose server
  3. In the sidebar, click Server Options
  4. Find the setting you want to change (press CTRL+F to search)
  5. Edit the value in the field
  6. Click Save
  7. Click Restart to apply the change

If your setting isn’t on this page, use Method B.

Method B: Edit ServerDescription.json

Use this when a setting isn’t in Server Options.

  1. In the Game Control Panel sidebar, click File Manager
  2. Open R5/ServerDescription.json
  3. Find the setting you want to change (press CTRL+F to search)
  4. Edit the value, keeping the JSON syntax intact. Don’t remove the quotes around strings, and keep the commas between fields.
  5. Click Save
  6. Return to the dashboard and click Restart

Confirming Your Change

  1. Wait for the server status to show Online. This usually takes 1-2 minutes.
  2. Reconnect using your invite code. See How to Connect to Your Windrose Server.
  3. Verify the new behaviour in-game.

Troubleshooting

The change didn’t apply. You probably skipped the restart. Settings load when the server starts. They don’t hot-reload while the server is running.

Server won’t come back online after editing ServerDescription.json. A JSON syntax error is the most likely cause. Open the file in the File Manager, look for missing commas or unmatched quotes near your edit, and fix them. If you’re stuck, restore from a recent automatic backup (see Backing Up Your Windrose Server).

Setting not found in either place. A small number of values are controlled by command-line arguments on the Startup page, or by other files inside R5/. Open a support ticket with the setting name and we’ll point you at the right file.

Frequently Asked Questions

Windrose loads settings at startup. Click Restart in the Game Panel after saving for the change to apply.

Open R5/ServerDescription.json in the File Manager. The Game Panel exposes the most common fields, but the full list of server settings lives in that config file.

No. Both reference the same underlying config. Editing the file is just an alternate way to change the same settings.