> 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/keepass-plugin-installation-on-a-rds.md).

# Installation des KeePass-Plugins auf einem RDS

Die Verwendung von Remote Desktop Manager und KeePass auf einem Remote Desktop Service erfordert mehrere Schritte.

### Anforderungen

Die Installation von Remote Desktop Manager folgt [Terminal Services / Remote Desktop Services](/rdm/de/getting-started/installation/client/remote-desktop-services-terminal-services.md).

Stellen Sie sicher, dass die Installation von KeePass erfolgreich war und sich nicht auf einem Netzlaufwerk befindet.

### KeePass-Plugin

1. [Laden Sie das KeePass-Plugin herunter](https://keepass.info/download.html).
2. Entpacken Sie die Dateien im Installationsordner von KeePass (z. B. `C:\Program Files (x86)\KeePass Password Safe 2`).
3. Der KeePass-Installationspfad (`File – Settings – Clipboard – Paths – Configure installation path`) muss in **default.cfg** konfiguriert werden, auf die in [Terminal Services / Remote Desktop Services](/rdm/de/getting-started/installation/client/remote-desktop-services-terminal-services.md) verwiesen wird.
4. Um **default.cfg** manuell zu bearbeiten, passen Sie den Pfad an und fügen Sie die Zeile im Kontext hinzu: `C:\Program Files (x86)\KeePass Password Safe 2`.

Immer wenn Remote Desktop Manager gestartet wird und eine neue default.cfg-Datei erkennt, erscheint ein Dialogfenster.

Durch die Auswahl von Neue Konfiguration verwenden wird die Konfiguration des Benutzers einfach überschrieben. Wenn Sie nur den Lizenzschlüssel von Remote Desktop Manager nach einer Verlängerung aktualisieren möchten, wählen Sie ***Nur neue Registrierung abrufen***.


---

# 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/keepass-plugin-installation-on-a-rds.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.
