> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-management/rtc/rtc-features.md).

# RTC Features

## RTC Features

#### Remote File Manager

* Real-time file transfer.
* Remote file management: copy, modify, delete.

#### Remote Terminal (CMD, PowerShell)

* Full access to the command line of the remote computer.
* Integrations with artificial intelligence

#### Multi-monitor support

* Ability to select a specific screen.
* Display one or all monitors of the remote computer.

#### Process and service management

* Monitoring and control of process activity.
* Start, stop and restart services.

***

### Remote Desktop

RTC provides the administrator full access to the remote computer desktop, enabling comprehensive hardware management and assistance to end users without physical presence.

<figure><img src="/files/dd0869e83bbe3989ef2146db7b748b6f92ec6bb1" alt="" width="375"><figcaption></figcaption></figure>

#### **Remote desktop features:**

* **User connection options**
  * **Visible user login**
    * The toolbar in the RTC interface displays the login of the user currently logged in to the remote computer.

* **Support for multiple monitors:** The RTC feature enables management of computers equipped with multiple monitors, providing full flexibility in choosing the screen on which the administrator will work.

  **Screen selection button** allows adjusting the display to the user's needs.

  * **Display options:**
    * One primary screen – default setting.
    * Switch to any other monitor connected to the device.
    * Display all monitors simultaneously.

  <figure><img src="/files/bb567c3e0277510096342d2134865230393de2af" alt="" width="375"><figcaption></figcaption></figure>

* **Clipboard**: clipboard management between computers.

  * To send the contents of your clipboard to the remote computer, select **Send**. To retrieve the clipboard contents from the remote computer, select **Get**.

  <figure><img src="/files/0143c9e2b6d78e7dcfbabd2c72b83be1c7a01381" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
In settings there is an option to enable **automatic clipboard**, which removes the need to use this option manually. However, note that in such a case appropriate permissions must be granted to the browser itself to handle the clipboard. In most cases the browser will prompt to grant them.

![](/files/44ed8667ac1ed942a54437a98ef797d4b44ca991)
{% endhint %}

* **Screen scaling**: selection of the displayed image size (1% - 100%).
* **Connection quality**: selection of the displayed image quality (1% - 100%).
* **Frame rate:** medium and fast

<figure><img src="/files/cacc0669fc6ae4b3185b2e3bf80f85429b2682e0" alt="" width="181"><figcaption></figcaption></figure>

* **Keyboard shortcuts**: ability to send commands such as:
  * Alt + Ctrl + Del&#x20;
  * Win&#x20;
  * Win + Down
  * win + up
  * win + l
  * win+ M
  * Shift + win + m
  * win + r
  * alt +f4
  * ctrl + w&#x20;
  * alt + tab
  * win + left
  * win + right

<figure><img src="/files/6ccb9e2630ab11138cf09b4b0f681561942d7252" alt="" width="375"><figcaption></figcaption></figure>

* **Remote actions**: ability to perform actions such as:

  * Screenshot
  * Switch desktop wallpaper
  * Lock screen (WIN+L)
  * Wake
  * Sleep
  * Restart
  * Shutdown
  * Uninstall RTC AgentSleep&#x20;

  <figure><img src="/files/97d195fb33c5bc08f3d9e79d232bda7f8abdcea8" alt="" width="375"><figcaption></figcaption></figure>
* **Real-time chat:** RTC enables real-time conversations with the end user. The chat window opens automatically in the user's browser. This feature allows quick exchange of information during a remote session.

<figure><img src="/files/6ad36d8efb685110632b2cd176443ad006f6361e" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
\[**Real-time chat]** We are working on this functionality. We will announce its deployment in the changelog as soon as it becomes available.
{% endhint %}

***

### Remote Terminal

The RTC tool provides access to the remote computer terminal, allowing the administrator to:

* Perform administrative actions using **CMD** or **PowerShell**.
* Quickly diagnose issues, change system configuration, and execute advanced scripts.
* Integration with artificial intelligence provides support for generating scripts, improving them, and analyzing obtained results.

<figure><img src="/files/81c7f3faaa1607e5ead8ce5b9bba56ae191d734e" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
When executing commands from this level, they are run in the context of the system service, because that is how the agent operates. This means there is no need to elevate privileges; the system service runs with system administrator privileges.

The login displayed in the upper right corner is only information about the currently logged-in user.
{% endhint %}

***

### Remote file management

RTC enables:

* **File transfer** between the local and remote computer.
* **File management**, deletion and download directly from the RTC interface.

<figure><img src="/files/8533c06b1f729c3e18a9ab7c05f2d8c3c405c98c" alt="" width="375"><figcaption></figcaption></figure>

***

### Service and process management

RTC allows:

* Monitoring system processes and services in real time.
* Performing operations such as:

  * Stopping selected processes.
  * Starting services.
  * Restarting services
  * Stopping selected services.

  <figure><img src="/files/1dc346bd2547fdd5574f75b3db7235cda7a379d6" alt="" width="375"><figcaption></figcaption></figure>

***

### Event logs

* The event list displays all actions performed by the administrator during the RTC session.

<figure><img src="/files/b8770a10bbab7ac39a9a2d723a7e7f481e5a27eb" alt="" width="375"><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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-management/rtc/rtc-features.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.
