Console
How to use the live server console and send commands.
The console is your direct line to your game server. Watch real-time output and send commands without needing an external tool.
Using the Live Console
- Go to your server's Console tab
- The console displays live server output as it happens
- Type a command into the input field at the bottom and press Enter to send it
The console shows everything your server outputs — startup messages, player activity, errors, and more.
Popup Console
Need more screen space? Click the popup console button to open the console in a fullscreen window. This is useful when you need to monitor output while working on other parts of the panel.
Sending Commands
The command input works just like typing directly into your server's terminal. The exact commands available depend on your game:
| Game | Example Commands |
|---|---|
| Minecraft | /say Hello, /op PlayerName, /whitelist add Player |
| Valheim | Common server management commands |
| Other games | Check your game's documentation for available commands |
💡 Tip: You can scroll through the console output to review past messages. The console automatically scrolls to the bottom when new output arrives.
⚠️ Warning: Be careful with commands that modify world data or player permissions. There's no undo for most server commands.
Related Pages
- Server Management — Power controls and startup parameters
- Schedules — Automate commands on a schedule
How is this guide?