> 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/knowledge-base/how-to-articles/configure-a-passbolt-entry.md).

# Configure a Passbolt entry

Passbolt is a password manager that enables teams to share passwords and secrets securely. It integrates with Remote Desktop Manager in the same way as other password managers, such as LastPass, 1Password, Bitwarden, and others.

{% hint style="info" %}
Please note that a license with Remote Desktop Manager is required to create a Passbolt entry.
{% endhint %}

1. Open Remote Desktop Manager.
2. Add a new entry.
3. Go to ***Credential management*** and select ***Passbolt***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6079_2025_1.png)
4. To allow Remote Desktop Manager to communicate and authenticate with Passbolt, a few settings are required: the URL, UserID, passphrase, and private key.

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

| SETTINGS        | DESCRIPTION                                                                                                                                                                                                                                                                          |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **URL**         | This is the address of the Passbolt server that hosts its API.                                                                                                                                                                                                                       |
| **UserID**      | The UserID is a unique identifier that Passbolt uses to recognize the account attempting to authenticate. Retrieving this information requires a specific process. Access the Passbolt web application, select the user profile, and locate the UserID in the browser’s address bar. |
| **Passphrase**  | When creating a Passbolt user, a passphrase must be set. This passphrase must be provided during authentication, similar to a password.                                                                                                                                              |
| **Private key** | During account creation, Passbolt provides a private key. At this stage, Passbolt emphasizes the importance of this key, ensuring it is saved securely in a file for future use.                                                                                                     |

Once these details are entered, Remote Desktop Manager can communicate with Passbolt and display the directories and stored passwords within the system.


---

# 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/knowledge-base/how-to-articles/configure-a-passbolt-entry.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.
