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

# Dépannage de KeePass

### Problème 1

Vous êtes invité deux fois à ouvrir KeePass lors de la connexion à une session.

#### Solution

Dans KeePass, cliquez sur ***Tools - Options***, accédez à l'onglet ***Avancé*** et décochez ***Remember*** et ***Automatically open last used database on startup***.

### Problème 2

Le plugin suivant est incompatible avec la version actuelle de KeePass.

#### Solution

Assurez-vous que l'installation de KeePass s'est effectuée correctement.

Supprimez tous les fichiers `RemoteDesktopManager.Connector.dll` et `RemoteDesktopManagerPlugin.dll` qui pourraient se trouver dans le dossier d'installation de KeePass.

{% hint style="info" %}
Nous avons depuis modifié le fonctionnement des ***Plug In*** ; ces fichiers ne devraient plus exister.
{% endhint %}

### Problème 3

Le mode ***Direct*** de KeePass échoue.

#### Solution

Pour que cela fonctionne, vous devez avoir votre ***Key Derivation function*** configurée sur l'une des options suivantes selon votre ***Encryption***. Vous pouvez la localiser dans les ***Database settings*** de KeePass, sous la section ***Sécurité***.

* Encryption CHACHA20
  * Argon2d
  * AES-KDF
* Encryption AES/Rijndael

  * Argon2d

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Si vous utilisez un <em><strong>Keyfile</strong></em>, celui-ci doit être en v1.</p></div>

#### Voir aussi

* [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:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/troubleshooting-articles/keepass-troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
