GameGrid
Using the Live Console - visual guide

Using the Live Console

Watch your server’s output as it happens, and send commands straight to the game.

Reading the output

Open the "Console" tab in your server panel. Output streams in live as the server produces it, and each line carries the time it arrived.

A silent console with a Live badge means nothing is being logged. That is normal on an idle server, and it is not the same thing as a broken connection.

Error lines are prefixed with [ERROR]. Commands you send are prefixed with [CMD]>. The header counts output lines, error lines and commands as they arrive.

The view holds the most recent 500 lines. Older output is in the game’s own log files, which you can read or download from the Files tab.

The stream pauses while the browser tab is in the background, and reconnects when you come back to it.

The Live, Connecting and Reconnecting badge

The last item in the header is a badge for the stream itself. It is what tells a quiet server apart from a dropped connection.

BadgeWhat it means
LiveConnected to your server’s output
Connecting…The stream is opening
Reconnecting…The connection dropped and is being retried every few seconds. Output already on screen stays where it is

Auto-scroll, Refresh and Clear View

Three controls sit above the output.

ControlWhat it does
Auto-scrollKeeps the view pinned to the bottom. It turns itself off as soon as you scroll up to read something — tick it again, or scroll back to the bottom, to resume
RefreshReloads the stored history
Clear ViewEmpties your own view only. It changes nothing on the server and nothing in its log, and reloading the page brings the history back

Sending Commands

Type a command in the box at the bottom and press Enter, or click "Send".

Do not put a slash in front of it. The console is the server’s own terminal, not the in-game chat box, so it is list rather than /list.

Valheim has no command box

Valheim’s server program does not accept typed commands, so its Console tab shows the live log only. The actions it does support — saving the world, broadcasting a message, giving an item — are buttons on Valheim’s Game Tools tab.

What your game accepts

Commands are game-specific. See your game’s admin-commands article for the full list.

Palworld is a short, fixed set of commands rather than a full command line. Type help in the console to see exactly what it accepts.

Reading the reply

Your command appears in the output prefixed with [CMD]>, followed by whatever the server answered. Some games answer on the connection and the reply appears immediately; others only write to their log, and the console says so rather than leaving a blank where the answer should be. A command the server refuses is reported as refused, with the reason where there is one.

If nothing appears at all, check the server is running — a stopped server has no console to talk to.