> 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/gateway/de/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path.md).

# Devolutions Gateway-Aufzeichnungspfad

Dieses Thema dient als Referenz für allgemeine Informationen zur Devolutions Gateway-Aufzeichnung.

{% hint style="info" %}
Das Aufzeichnungsformat ist WebM und die Dateigröße beträgt je nach Komprimierung etwa 15 kb/s.
{% endhint %}

Der Aufzeichnungspfad kann nur in der Devolutions Server Console festgelegt werden.

![](https://cdnweb.devolutions.net/docs/DVLSCONSOLE4010_2024_2.png)

Hier sind einige wichtige Überlegungen:

* Wenn der neue Pfad auf einen Netzwerkstandort wie einen freigegebenen Ordner oder einen UNC-Pfad gesetzt wird, beachten Sie, dass dies Auswirkungen auf den Netzwerkverkehr haben kann, sowohl eingehend als auch ausgehend.
* Stellen Sie sicher, dass das Konto, unter dem der Gateway-Dienst betrieben wird, über die erforderlichen Berechtigungen verfügt, um sowohl auf die Gateway-Dateien als auch auf die Dateifreigabe zuzugreifen.

#### Zielpfad für Devolutions Gateway-Aufzeichnungen (manuelle Linux-Konfiguration)

1. Öffnen Sie die Datei `gateway.json` im Gateway-Installationsordner mit einem Texteditor.
2. Fügen Sie der JSON-Datei die folgende Zeile hinzu: `"RecordingPath": "<destination folder>",`
3. Verwenden Sie unbedingt doppelte Backslashes, wie im folgenden Beispiel:`"RecordingPath": "C:\\Recordings",`
4. Starten Sie den Devolutions Gateway-Dienst neu.


---

# 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/gateway/de/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path.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.
