Windrose servers can use console commands via the Windrose+ mod framework. The framework includes a useful RCON client for retrieving server info, diagnosing issues, and modifying specific settings. These commands can be invaluable for identifying broken configurations or modules and for quickly finding lag sources on the server. Most commands available to Windrose+ do not involve server moderation; for more moderation-based commands, check out the RCON guide to enable a separate client.
Requirement: Windrose+ must be installed on the server. Learn how to install Windrose+ here .
1. Log in to the BisectHosting Starbase panel .
2. Start the server.
3. Open the Windrose+ Dashboard and enter the Password .
4. Enter any commands into the Console window.
Console Commands Server
Command
Description
wp.help [command]
Show all commands or detailed help for a specific command.
wp.status
Show server status, including player count, all multipliers, and version.
wp.version
Displays the current Windrose+ version.
wp.config
Show current config values including multipliers, RCON status, and loaded mod count.
wp.multipliers
Displays all gameplay multipliers.
wp.uptime
Show how long the server has been running.
wp.reload
Reload config from disk. Changes to windrose_plus.json take effect immediately without a server restart.
Players
Command
Description
wp.players
Lists all online players with their actor ID's and world positions.
wp.pos
Gets world coordinates for one or all players.
wp.health
Gets the health values for one or all players.
wp.stamina
Gets the stamina, hunger, and thirst values for one or all players.
wp.playerinfo
Shows a player's position, health, alive status, and session time.
wp.playtime
Shows how long a player has been online.
wp.givestats
Record a stat/talent compensation note in windrose_plus_data\stat_grants_queue.log. This does not change the character's stats in-game.
World
Command
Description
wp.time
Displays the time of day.
wp.creatures
Counts all spawned creatures by type.
wp.entities
Counts total entities by type, useful for determining server lag.
wp.weather
Reads the current weather values from the game state.
Diagnostics
Command
Description
wp.perf
Shows server performance metrics including player count, uptime, and memory usage.
wp.memory
Show detailed memory usage for the server processes.
wp.doctor
Displays a support snapshot containing module load states, feature flags, and more.
wp.connections
Displays network connection info including active players, zombie controllers, server mode, and time since last player.
Admin
Command
Description
wp.gravity [player] <multiplier>
Sets one or all players' gravity multiplier.
wp.jump [player] <multiplier>
Sets one or all players' jump height multiplier.
wp.speed [player] <multiplier>
Sets one or all players' movement speed multiplier.
wp.tp [player] <x> <y> [z]
Teleports a player to specific world coordinates.
Map
Command
Description
wp.mapgen
Generate a heightmap from landscape actors for the live map viewer. Must be run on a fresh server.
wp.mapexport
Trigger the C++ HeightmapExporter mod to export raw terrain heightfield data. Check windrose_plus_data/heightmaps/ for output.
Debug
Command
Description
wp.inspect
Shows instance count and full names of the first 3 instances.
wp.discover
Probe all known property names on a UE4 type and report any that return values.
wp.props
List all discoverable properties on the first instance of a UE4 type.
wp.gm
Read a single property from R5GameMode by name.
wp.settings
List all readable R5GameMode settings.
wp.probe_player
Dump all name-related properties from R5PlayerState, PlayerController, and R5Character for connected players.