Features
Console
Stream server logs live and run commands over RCON
The Console tab gives you a real terminal for every server — no SSH, no
docker logs, no attaching to containers.

Watch logs in real time
An xterm.js terminal streams the server's console output live over Server-Sent Events — from JVM startup flags to player chat. Scrollback, colors and formatting are preserved exactly as the server prints them.
Run commands
Type any server command at the prompt — say, give, gamemode, whitelist,
stop — and it executes through RCON, with the response echoed back into the
terminal.
RCON is enabled automatically on every server MCSM creates. The RCON port is
never published — it's only reachable over the internal Docker network,
so the console works without exposing anything to the internet.
Next steps
- Prefer buttons over commands? The Players tab manages operators, whitelist, kicks and bans for you.