> 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/knowledge-base/how-to-articles/send-logs-from-remote-desktop-manager-macos.md).

# Protokolle von Remote Desktop Manager macOS senden

Senden Sie Sitzungsprotokolle und Absturzberichte von Remote Desktop Manager macOS an den Kundensupport zur Fehlerbehebung und Problemanalyse.

### Sitzungsprotokolle

Befolgen Sie diese Schritte, um Sitzungsprotokolle an unser Kundensupport-Team zu senden, wenn ein Problem mit Remote Desktop Manager macOS auftritt.

1. Gehen Sie in Remote Desktop Manager macOS zum Abschnitt ***Help*** und klicken Sie auf ***Session logs***.
2. ***Aktivieren*** Sie die Sitzungsprotokolle.
3. Reproduzieren Sie das Problem und senden Sie die Protokolldatei zur Analyse an unser Kundensupport-Team unter <service@devolutions.net>.

{% hint style="info" %}
Die Sitzungsprotokollierung ist nicht persistent, d. h. sie wird beim Schließen von Remote Desktop Manager automatisch deaktiviert.
{% endhint %}

### Absturzberichte

Dies ist nützlich, wenn Remote Desktop Manager macOS abstürzt.

1. Beenden Sie Remote Desktop Manager macOS erzwungen.
2. Öffnen Sie Remote Desktop Manager macOS.
3. Klicken Sie auf den Pfeil, um das Dropdown-Menü zu öffnen und weitere Details zum Absturz anzuzeigen.
4. Kopieren Sie den Fehlertext und klicken Sie auf ***Do not send report***.
5. Senden Sie die Informationen an <service@devolutions.net>.

#### Erstellen und Senden eines Spindump für Remote Desktop Manager

1. Gehen Sie zu ***Finder*** – ***Application*** – ***Utilities*** – ***Activity Monitor***.
2. Wählen Sie Remote Desktop Manager aus, klicken Sie auf die Auslassungspunkte-Schaltfläche (***...***) und wählen Sie ***Spindump*** (dies kann einige Minuten dauern und das System fordert möglicherweise ein Passwort an).
3. Klicken Sie auf die Schaltfläche ***Save***.
4. Kontaktieren Sie unser Kundensupport-Team unter <service@devolutions.net>, um einen sicheren Upload-Link zu erhalten, mit dem Sie ihnen die Datei senden können.


---

# 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/knowledge-base/how-to-articles/send-logs-from-remote-desktop-manager-macos.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.
