How to Enable Direct Connection on Your Windrose Server
With the UseDirectConnection option, players can connect directly via IP address and port without using the invite code.
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open ServerDescription.json
Open the fileServerDescription.jsonat:/R5/ServerDescription.json/R5/ServerDescription.jsonAdjust UseDirectConnection
SetUseDirectConnectiontotrueand adjust the following fields:DirectConnectionServerAddress— the host IP of your serverDirectConnectionServerPort— the default game port of your server (we already set this by default)DirectConnectionProxyAddress— stays at0.0.0.0
"UseDirectConnection": true, "DirectConnectionServerAddress": "YOUR_HOST_IP", "DirectConnectionServerPort": YOUR_GAME_PORT, "DirectConnectionProxyAddress": "0.0.0.0""UseDirectConnection": true, "DirectConnectionServerAddress": "YOUR_HOST_IP", "DirectConnectionServerPort": YOUR_GAME_PORT, "DirectConnectionProxyAddress": "0.0.0.0"Start the server
Save the file and start your server.
Join via direct connection
Once UseDirectConnection is enabled, players can connect to your server directly via its IP address.
Start Windrose
Launch Windrose.Select Play
Click Play in the main menu.Connect to Server
Select the Connect to Server option.Enter IP address
Enter the IP address and port of your server in the formatIP:Portand confirm.Example
123.45.67.89:7777123.45.67.89:7777
Note
When UseDirectConnection is enabled, players can still connect using the invite code. The direct connection via IP address and port is available as an additional option.