# console

The `console` command allows access the output of the game server executable. Depending on which server you are running it allows you to see the current activity of the game server, check errors in real time, and input commands.

{% hint style="info" %}
Some game servers provide a verbose output in console.
{% endhint %}

{% hint style="info" %}
Some game servers can be managed from the console.
{% endhint %}

## Commands

Run the following command to access console:

Standard: `./gameserver console`

Short: `./gameserver c`

Answer **y** at the prompt.

## Exiting the console

To exit the console: Press **CTRL + b**, then, press **d**

{% hint style="success" %}
Take your time as this can be confusing at first.
{% endhint %}

{% hint style="danger" %}
Pressing `CTRL+c` while in console will kill the [tmux](/requirements/tmux.md) session, stopping the game server.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxgsm.com/commands/console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
