> 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/establishing-an-rtc-connection/event-logs.md).

# Event logs

RTC records the actions performed by the administrator during an active session.

The logs allow you to review the history of actions performed from RTC and can be helpful when verifying changes, analyzing events, and troubleshooting.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FM6p9uHOeT5tD31FZxnY5%2Fimage.png?alt=media&amp;token=bec8c819-db9a-458c-aca6-c3671f9cc31b" alt="Lista zdarzeń zarejestrowanych podczas sesji RTC." width="375"><figcaption><p><em>List of events recorded during the RTC session.</em></p></figcaption></figure>

### Recorded events

The event list presents the actions performed by the administrator while working in RTC.

Depending on the functions used, these may include, among others, operations related to:

* remote desktop support,
* performing remote actions,
* using the terminal,
* file management,
* process and service management.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FdNpn3tmlRXiwAptWNnAJ%2Fimage.png?alt=media&amp;token=baddeadd-7eaa-49a5-990d-ed35d5cf9e74" alt="Lista operacji w środowisku RTC" width="297"><figcaption><p><em>List of events in the RTC environment.</em></p></figcaption></figure>

{% hint style="info" %}
The event list allows you to trace the actions performed by the administrator during the RTC session. In the current version, export is not available.
{% endhint %}

### Event verification

When analyzing logs, it is worth paying attention to the sequence of operations performed and the information assigned to a given event.

This makes it possible to determine which actions were performed as part of the remote connection and facilitates analysis in the event of an unexpected change on the computer.

### FAQ

<details>

<summary><strong>Does RTC record administrator actions?</strong></summary>

Yes. The event list presents actions performed by administrators during RTC sessions.

</details>

<details>

<summary><strong>What can RTC logs be used for?</strong></summary>

The logs can be used to verify actions performed during the session.

</details>

<details>

<summary><strong>Are operations performed in different RTC tools visible in the logs?</strong></summary>

Yes. The event list may contain information about actions performed within the available RTC functions, such as remote management of the computer, files, processes, and services.

</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/establishing-an-rtc-connection/event-logs.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.
