> 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.md).

# RTC

RTC enables administrators to remotely access computers managed in eAuditor cloud®. The feature allows user support, diagnostics, and performing administrative tasks directly from the system.

The RTC connection uses WebRTC technology. To control a computer through RTC, the component is required **RTC Agent** installed on the target device.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FuFt6uqzBnuEySsyXIJbr%2Fimage.png?alt=media&amp;token=4375eece-ff0f-4b5d-b673-3ba9732e7671" alt="Przykładowy widok aktywnej sesji RTC z komputerem użytkownika." width="375"><figcaption><p><em>Sample view of an active RTC session with a user's computer.</em></p></figcaption></figure>

### RTC capabilities

Within an RTC connection, the administrator can, among other things:

* access the computer's remote desktop,
* control the mouse and keyboard,
* work with computers equipped with multiple monitors,
* use the remote CMD and PowerShell terminal,
* browse and manage files on the computer,
* monitor and manage processes and services,
* perform selected system actions,
* configure display and connection parameters,
* use a shared clipboard,
* check information about the active RTC session.

{% hint style="info" %}
Using RTC does not require additional external remote desktop software. However, the target computer must have [installed **RTC Agent**](/eacloud-docs-en/features/it-infrastructure/computers/actions/installation.md).
{% endhint %}

### How to get started with RTC?

Using RTC can be divided into several stages:

1. Install **RTC Agent** on the computer you want to manage remotely.
2. Establish an RTC connection with the selected computer.
3. After the session is established, use the available remote management tools.
4. When finished, close the RTC session.

The following sections describe the installation of RTC Agent, establishing a connection, and the available session features.

### In this section

* [**RTC Agent installation**](/eacloud-docs-en/features/it-management/rtc/installing-rtc-agent.md) - preparing the computer to handle RTC connections.
* [**Establishing an RTC connection**](/eacloud-docs-en/features/it-management/rtc/establishing-an-rtc-connection.md) - starting and ending a session with the selected computer.
* [**RTC session interface**](/eacloud-docs-en/features/it-management/rtc/establishing-an-rtc-connection/rtc-session-interface.md) - a description of the elements visible during an active connection.
* [**Remote management**](/eacloud-docs-en/features/it-management/rtc/remote-management.md) - remote desktop, terminal, files, and process and service management.
* [**RTC connection settings**](/eacloud-docs-en/features/it-management/rtc/establishing-an-rtc-connection/rtc-connection-settings.md) - configuration of session and image parameters.
* [**Event logs**](/eacloud-docs-en/features/it-management/rtc/establishing-an-rtc-connection/event-logs.md) - information recorded while using RTC.
* [**Troubleshooting**](/eacloud-docs-en/features/it-management/rtc/troubleshooting.md) - the most common issues related to RTC installation and connection.

### FAQ

<details>

<summary><strong>Is an additional remote desktop program required to use RTC?</strong></summary>

No. The connection is established directly from within eAuditor cloud® using WebRTC technology.

However, the component must be installed on the target computer **RTC Agent**.

</details>

<details>

<summary><strong>Does RTC only provide screen viewing?</strong></summary>

No. RTC allows not only viewing the remote desktop, but also performing administrative tasks.

The administrator can, among other things:

* control the mouse and keyboard,
* use the remote terminal,
* manage files,
* monitor and manage processes and services,
* perform selected system actions.

</details>

<details>

<summary><strong>Does RTC support computers with multiple monitors?</strong></summary>

Yes. RTC supports working with computers equipped with multiple monitors.

During an active session, the administrator can use the available options for handling the remote computer's screens.

</details>

<details>

<summary><strong>Can CMD and PowerShell be used during an RTC session?</strong></summary>

Yes. RTC provides a remote terminal for executing commands **CMD** and **PowerShell** on the target computer.

</details>

<details>

<summary><strong>Does RTC support privilege elevation during a session?</strong></summary>

Yes. During an RTC session, you can perform an action that requires administrator privileges, for example, select the Windows option **Run as administrator**. When the User Account Control window appears, enter the credentials for an account with the appropriate privileges.

The session remains visible to the user - there is no black screen and the desktop is not hidden. The user sees the administrator's actions in real time.

{% hint style="info" %}
RTC does not work like RDP. It does not take over the user's session or hide it after logging in with another account. You can log out the current user and sign in with another account, but the user still sees the entire process of this operation.
{% endhint %}

</details>


---

# 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.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.
