> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/dedicated-servers/server-management/entering-console.md).

# Entering console

## What is console?

Console is a direct interface of your server that acts as a virtual monitor and keyboard, seperate of your OS.&#x20;

Unlike SSH, RDP or other network based access methods, console connect directly to your  server's management interface, thus it remains accessible even if the OS is unresponsive, or the network is misconfigured.&#x20;

## How to access console?

### 1. Select the server that you would like to console into

You can do this by clicking the server's name on [Metal](https://metal.crunchbits.com/).

<figure><img src="/files/lEmjzQFkCxqDzcSCrgsG" alt=""><figcaption></figcaption></figure>

### 2. Enter the server's console

Click the `COMSOLE` button on the top-right of your screen.&#x20;

<figure><img src="/files/9svfwo3ZcII2ETpAuycp" alt=""><figcaption></figcaption></figure>

Then wait a few seconds, and if you have pop ups disabled, click on the link that will be generated.&#x20;

<figure><img src="/files/dHPI4mvnQbWI7PAehydu" alt=""><figcaption></figcaption></figure>

### 3. Make the console full screen

Start by going to `Options` \[1] > `Preference` \[2]

<figure><img src="/files/mvGkPpPfdRcHRIaT6Z08" alt=""><figcaption></figcaption></figure>

Then go to `Window` \[1], then **disable** `Auto-resize window` \[2], and click `OK` \[3].

<figure><img src="/files/kuRYrVWvkKhbpyOOWkRU" alt=""><figcaption></figcaption></figure>

Afterward, click the full screen icon.

<figure><img src="/files/rN6HI8nHnujv4cxOL5cX" alt=""><figcaption></figcaption></figure>

Now you can begin working on the server from the console, without being interrupted by the window auto-resizing!&#x20;

<figure><img src="/files/g3FINKbIeVeI0hojGXKr" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.synteq.com/dedicated-servers/server-management/entering-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
