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

# Configurare una voce Passbolt

Passbolt è un gestore di password che consente ai team di condividere password e segreti in modo sicuro. Si integra con Remote Desktop Manager allo stesso modo di altri gestori di password, come LastPass, 1Password, Bitwarden e altri.

{% hint style="info" %}
Si tenga presente che per creare una voce Passbolt è necessaria una licenza con Remote Desktop Manager.
{% endhint %}

1. Apra Remote Desktop Manager.
2. Aggiunga una nuova voce.
3. Vada su ***Gestione delle credenziali*** e selezioni ***Passbolt***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6079_2025_1.png)
4. Per consentire a Remote Desktop Manager di comunicare e autenticarsi con Passbolt, sono necessarie alcune impostazioni: l'URL, lo UserID, la passphrase e la chiave privata.

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

| IMPOSTAZIONI       | DESCRIZIONE                                                                                                                                                                                                                                                                                                            |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **URL**            | Questo è l'indirizzo del server Passbolt che ospita la sua API.                                                                                                                                                                                                                                                        |
| **UserID**         | Lo UserID è un identificatore univoco che Passbolt utilizza per riconoscere l'account che tenta di autenticarsi. Il recupero di questa informazione richiede una procedura specifica. Acceda all'applicazione web Passbolt, selezioni il profilo utente e individui lo UserID nella barra degli indirizzi del browser. |
| **Passphrase**     | Durante la creazione di un utente Passbolt, è necessario impostare una passphrase. Questa passphrase deve essere fornita durante l'autenticazione, in modo simile a una password.                                                                                                                                      |
| **Chiave privata** | Durante la creazione dell'account, Passbolt fornisce una chiave privata. In questa fase, Passbolt sottolinea l'importanza di questa chiave, assicurandosi che venga salvata in modo sicuro in un file per un uso futuro.                                                                                               |

Una volta inseriti questi dettagli, Remote Desktop Manager può comunicare con Passbolt e visualizzare le directory e le password memorizzate all'interno del sistema.


---

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