# Screen (accessing consoles)

In order to make our plugin function, we use Screen. In order to access the console of sub-servers, you just need to simply execute the command below:

```
$ screen -r <the first part of the ServerID, example: screen -r 8451ld>
```

{% hint style="info" %}
If the command above does not work for you, you need to execute this one first:

`screen -d <the first part of the ServerID>`

And after that, repeat the command above.
{% endhint %}

In order to see all the active screens, you can execute the command below:

```
$ screen -ls
```

{% hint style="success" %}
That's it. If you want to learn more about Screen, you can always click on the [Screen (Advanced)](https://linuxize.com/post/how-to-use-linux-screen/) section in the Sidebar menu.
{% 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://playerservers.thearcadia.xyz/legacy-v2.x/screen.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.
