> 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/troubleshooting-articles/keepass-troubleshooting.md).

# Fehlerbehebung bei KeePass

### Problem 1

Sie werden beim Verbinden mit einer Sitzung zweimal aufgefordert, KeePass zu öffnen.

#### Lösung

Klicken Sie in KeePass auf ***Tools - Options***, gehen Sie zur Registerkarte ***Advanced*** und deaktivieren Sie ***Remember*** und ***Automatically open last used database on startup***.

### Problem 2

Das folgende Plugin ist nicht mit der aktuellen KeePass-Version kompatibel.

#### Lösung

Stellen Sie sicher, dass die Installation von KeePass erfolgreich war.

Löschen Sie alle Dateien `RemoteDesktopManager.Connector.dll` und `RemoteDesktopManagerPlugin.dll`, die sich möglicherweise im Installationsordner von KeePass befinden.

{% hint style="info" %}
Wir haben seitdem geändert, wie ***Plug In*** workd; diese Dateien sollten nicht mehr existieren.
{% endhint %}

### Problem 3

Der KeePass-Modus ***Direct*** schlägt fehl.

#### Lösung

Damit dies funktioniert, muss Ihre ***Key Derivation function*** je nach Ihrer ***Encryption*** auf eine der folgenden Optionen eingestellt sein. Sie finden dies in Ihren KeePass ***Database settings*** im Abschnitt ***Security***.

* Verschlüsselung CHACHA20
  * Argon2d
  * AES-KDF
* Verschlüsselung AES/Rijndael

  * Argon2d

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Wenn Sie eine <em><strong>Keyfile</strong></em> verwenden, muss diese in v1 vorliegen.</p></div>

#### Siehe auch

* [Devolutions Academy - Integrating KeePass with Remote Desktop Manager](https://academy.devolutions.net/student/path/2134631/activity/3078592)


---

# 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/troubleshooting-articles/keepass-troubleshooting.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.
