> 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/server/de/knowledge-base/how-to-articles/configure-recording-server.md).

# Aufzeichnungsserver konfigurieren

Die folgenden Schritte beschreiben die Optionen zur Installation des Aufzeichnungsservers für Devolutions Server mit Devolutions Gateway. Es ist möglich, ihn auf einem eigenständigen Rechner zu installieren.

Devolutions Gateway-Aufzeichnungspfade können NUR in der [Devolutions Server Console](https://docs.devolutions.net/server/de/devolutions-server-console/) konfiguriert werden. Weitere Details finden Sie unter [Devolutions Gateway-Aufzeichnungspfad](https://docs.devolutions.net/gateway/de/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path).

### Installation der Devolutions Gateway-Aufzeichnung <a href="#devolutions-gateway-recording-installation" id="devolutions-gateway-recording-installation"></a>

Ein [Devolutions Gateway](https://docs.devolutions.net/gateway/de/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server) muss installiert werden, bevor dieser Vorgang gestartet wird.

1. Gehen Sie in der Weboberfläche von Devolutions Server zu ***Administration*** – ***Systemeinstellungen*** – ***Aufzeichnungsserver***.
2. Klicken Sie auf ***Devolutions Gateway-Aufzeichnung aktivieren***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4261_2026_1.png" alt=""><figcaption></figcaption></figure>
3. Wählen Sie ein Aufzeichnungsformat und entscheiden Sie, ob Devolutions Gateway-Aufzeichnungen nach einem benutzerdefinierten Zeitraum automatisch gelöscht werden sollen oder nicht.
4. Klicken Sie auf ***Speichern***.
5. Gehen Sie in Remote Desktop Manager zum Bereich ***Eigenschaften*** – ***Sicherheit*** – ***Sitzungsaufzeichnung*** – ***Sitzungsaufzeichnung*** der unterstützten Eintragstypen:
   * Apple Remote Desktop
   * Azure Blob Storage
   * Chrome
   * FTP
   * Google Drive
   * RDP
   * S3
   * SCP
   * SFTP
   * SSH Shell
   * Telnet
   * VNC
   * WebDav
6. Setzen Sie den ***Modus*** auf ***Erforderlich***.
7. Setzen Sie die ***Aufzeichnung*** auf ***Remote***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW4450_2026_1.png" alt=""><figcaption></figcaption></figure>

   Die Aufzeichnungsoption ***Remote*** erscheint nur, wenn die Devolutions Gateway-Aufzeichnung gemäß Schritt 2 aktiviert wurde.
8. Klicken Sie auf ***Aktualisieren***, um die Änderungen zu speichern und das Fenster zu schließen.

**Gateway-Aufzeichnungsgröße pro Minute**

| Auflösung         | 1 FPS   | 5 FPS    | 10 FPS   |
| ----------------- | ------- | -------- | -------- |
| 720p (1280x720)   | 0,35 MB | 1,76 MB  | 3,52 MB  |
| 1080p (1920x1080) | 0,79 MB | 3,96 MB  | 7,91 MB  |
| 4k (3840x2160)    | 3,16 MB | 15,82 MB | 31,64 MB |

**Devolutions Launcher**

Sitzungen können auch über [Devolutions Launcher](https://docs.devolutions.net/launcher/de/configuration-and-settings/devolutions-launcher-session-menu) gestartet werden.


---

# 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/server/de/knowledge-base/how-to-articles/configure-recording-server.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.
