Console and power
How to follow logs, run commands, and control the server state.
Real-time console
The console shows everything the server is doing: startup, player connections, warnings, errors, and shutdown. Use it as your first diagnostic tool whenever something does not work.
To run a command, type it in the field below the console and press Enter. Commands are normally sent without the leading /. For example: list.
Power controls
| Control | When to use it |
|---|---|
| Start | Turns on an offline server |
| Restart | Shuts down and starts the server again in a controlled way |
| Stop | Requests a safe shutdown and saves the world |
| Force stop | Interrupts immediately; use only when the server is unresponsive |
A forced stop can cause lost progress or file corruption. Wait for a normal shutdown whenever possible.
Useful first commands
list— shows connected players.say message— broadcasts a message to everyone.op player— grants operator access; use only for trusted accounts.whitelist on— enables the access list.whitelist add player— adds a player to the list.save-all— requests a world save.
Available commands depend on the installed server version and software. Plugins and mods may add their own commands.
When to ask for help
Before opening a ticket, copy the console section starting where the error begins and explain what changed most recently. Never include passwords, tokens, or SFTP credentials in logs.