> For the complete documentation index, see [llms.txt](https://adaptix-framework.gitbook.io/adaptix-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adaptix-framework.gitbook.io/adaptix-framework/adaptix-c2/agent-browsers/remote-terminal-shell.md).

# Remote Terminal / Shell

## Remote Terminal

The **Remote Terminal** allows you to launch an application or command shell in fully interactive mode. For each operating system, you can either select an appropriate shell from a predefined list or specify one manually.

{% tabs %}
{% tab title="Linux" %}

<figure><img src="/files/U9HOw6DEMK3cvfmB8j6H" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Windows" %}

<figure><img src="/files/gSGZjiRMiVKwwsvu6S1X" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="MacOS" %}

<figure><img src="/files/RYP0cEgFphQlpamsSYAK" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

Each tab allows you to run multiple terminals in one session.

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

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

To start the terminal, click the ![](/files/LdEgM08Wm7Oz5CKLRfLV) button; to stop it, click the ![](/files/KzL2m2MbviHMO3s36ugy) button. The terminal includes support for **copy**, **paste**, **clear**, **find** and change console buffer size functions. By default, the console buffer only stores 10,000 lines.

<figure><img src="/files/tMOJBZf5nZ5kIVaXj4Ri" alt="" width="284"><figcaption></figcaption></figure>

**Save task to Task Manager** allows you to save the selected command and text in the manager.

<figure><img src="/files/1PPTxei8sjJZrgKufrH5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5cpwHjEoAmLdCBWMJv3i" alt=""><figcaption></figcaption></figure>

You can specify a corresponding **keytab** for the terminal.

<figure><img src="/files/8JZHguUsu7abjpT4RRm8" alt=""><figcaption></figcaption></figure>

## Remote Shell

The Remote Shell feature allows you to run applications or command shells in pseudo shell mode. For each operating system, you can either select the appropriate shell from a predefined list or specify it manually.

Some shells, such as cmd.exe in echo mode, can duplicate input and output. To eliminate this duplication, use **smart mode**.

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

<figure><img src="/files/uGuMtGuUu2C8pAK87rfw" 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://adaptix-framework.gitbook.io/adaptix-framework/adaptix-c2/agent-browsers/remote-terminal-shell.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.
