I'll be straight with you – if you're here looking for a list of Windrose server commands, there isn't one. Not because I'm holding out on you, but because the game doesn't have them yet.
The Console Is Locked
Windrose runs on Unreal Engine 5, and UE5 games typically have a developer console you can open with the tilde key (~). In Windrose's retail Early Access build, that console is locked. You can't open it in-game, and there are no built-in admin commands to run on the server side either.
This is unusual for a survival game. Most titles in the genre – Ark, Conan Exiles, Valheim – give server admins a command console for spawning items, teleporting players, adjusting settings on the fly. Windrose just doesn't have that yet.
There's also no in-game permission or admin system. No way to designate someone as an admin, no admin password, no privilege escalation. Everyone on the server is equal.
What You Can Do Instead
Server management in Windrose right now is entirely file-based and panel-based. Here's what's available through the LOW.MS Control Panel at control.low.ms:
Configuration Files lets you edit the server's JSON config files directly in the browser. This is where you'll set your server name, player cap, difficulty settings, invite code behavior, and everything else the game exposes. It replaces what server commands would typically handle. The configuration guide walks through each setting.
Web Console shows the server's live log output. It's view-only – you can't type commands into it – but it's useful for monitoring what's happening on the server. Crashes, player connections, world save events all show up here.
File Manager gives you direct access to the server's file system. Need to edit a config file that isn't exposed through Configuration Files? Need to manually tweak a save? You can do it here. SFTP access on port 8822 is also available for bulk file operations.
Service Settings covers the basics: starting, stopping, restarting the server, viewing your invite code, and checking resource usage.
Scheduled Tasks can automate restarts if you want the server to bounce at a specific time each day. Useful for clearing memory since Windrose is still in Early Access and not perfectly optimized.
The Unofficial Console Unlock
There's a mod on Nexus Mods called SML (Simple Mod Loader) that can re-enable the UE5 developer console. Important caveat: it's marked as solo only on its Nexus page, so it won't help you on a dedicated server. It's also unofficial, not supported by the developers, and may break after any game update.
If you do go this route, understand that the commands available through the UE5 console are engine-level debug commands, not purpose-built server admin tools. They weren't designed for server administration and can cause instability or corrupt save data if misused.
I wouldn't recommend it for a server other people rely on. On a private test server where you don't mind things breaking? Your call.
What the Developers Have Said
The general expectation in the community and across hosting documentation is that admin tooling will expand during the Early Access period. That's a pretty standard trajectory for an EA survival game. Most titles in this genre launched with minimal admin tools and built them out over the first few months based on community feedback.
I'd expect to see some form of admin command system, RCON support, or at least a basic permission system added before Windrose leaves Early Access. But that's speculation on the timeline – no firm dates have been announced.
Settings That Replace Common Commands
A lot of what people want commands for can actually be handled through the JSON config files. Want to change the server password? That's in ServerDescription.json. Player cap? Same file. Difficulty scaling, co-op modifiers, world settings – all configurable without commands.
Check the configuration guide for the full breakdown of what's available. It's more than you might think.