> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/ribbon-menu-bar/reports/logs.md).

# Protokolle

Die ***Lokalen Verbindungsprotokolle*** ersetzen die [***Aktivitätsprotokolle***](/rdm/de/ribbon-menu-bar/reports/activity-logs.md) für Benutzer, die nicht die Berechtigung haben, diese anzuzeigen. Administratoren können die Berechtigung für ***Aktivitätsprotokolle*** unter ***Systemeinstellungen*** – ***Tresore*** – ***Protokolle*** verwalten.

#### Lokale Verbindungsprotokolle

Im Tab ***Berichte*** finden Sie die Funktion ***Lokale Verbindungsprotokolle***, die nützlich ist, wenn Sie dennoch auf Ihre lokalen Protokolle zugreifen möchten. Ein Klick darauf öffnet ein Fenster, das alle Ihre lokalen Protokolle in chronologischer Reihenfolge (von ältesten zu neuesten) enthält. Sie können durch die Liste scrollen, um die gesuchten Protokolle zu finden.

Die Schaltflächen am unteren Rand des Fensters bieten Ihnen weitere Optionen.

<table><thead><tr><th width="119">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Öffnen</strong></td><td>Öffnen Sie den lokalen Ordner auf Ihrem Computer, in dem die Protokolle gespeichert sind.</td></tr><tr><td><strong>Protokoll löschen</strong></td><td>Löschen Sie die Protokolle aus dem Fenster <em><strong>Lokale Verbindungsprotokolle</strong></em>. Die Protokolle werden nicht aus dem Ordner gelöscht.</td></tr><tr><td><strong>Kopieren</strong></td><td>Kopieren Sie die Protokolle so, wie sie im Fenster <em><strong>Lokale Verbindungsprotokolle</strong></em> erscheinen, in Ihre Zwischenablage.</td></tr></tbody></table>


---

# 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://docs.devolutions.net/rdm/de/ribbon-menu-bar/reports/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.
