> 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-psono-in-remote-desktop-manager.md).

# Configurare Psono in Remote Desktop Manager

Configuri e consenta agli utenti di accedere in modo sicuro a tutte le sue voci e credenziali Psono direttamente da Remote Desktop Manager.

{% hint style="info" %}
L'integrazione delle credenziali dai gestori di password è disponibile solo nella versione Team di Remote Desktop Manager.
{% endhint %}

#### Configurare Psono

1. Apra un browser web e acceda al suo account Psono.
2. Clicchi sul suo indirizzo e-mail e selezioni ***Other***.
3. Clicchi su ***Create new API key***.
4. Assegni un ***Name*** alla chiave API, suggeriamo Remote Desktop Manager
5. Scelga se selezionare o meno la casella ***Secret Restriction?***:

* Se seleziona la casella, dovrà aggiungere un segreto a ogni cartella Psono. Consulti [Creating secrets](https://doc.psono.com/user/basic/creating-secrets.html#creating-secrets) di Psono per maggiori informazioni.
* Se deseleziona la casella, otterrà una chiave illimitata che garantirà l'accesso a tutti i segreti del database.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Entrambe le opzioni sono supportate in Remote Desktop Manager; tutto dipende dal livello di accesso che l'amministratore è disposto a fornire. Se deseleziona la casella della restrizione del segreto, la gestione è più semplice ma meno sicura rispetto all'aggiunta di un segreto a ogni cartella Psono.</p></div>

6. Selezioni ***Right to read*** e ***Right to write***.
7. Clicchi su ***Create***.
8. Clicchi sul pulsante di modifica accanto alla nuova chiave API che ha creato.
9. Nella sezione ***Details*** troverà le informazioni necessarie per la configurazione di Remote Desktop Manager

#### Configurare Psono in Remote Desktop Manager

1. In Remote Desktop Manager clicchi su ***Nuova voce***.
2. Utilizzi il campo di ricerca per individuare Psono, clicchi su ***OK***.
3. Copi/incolli tutti i dettagli della chiave API Psono dal suo account.
4. Selezioni ***Richiedi sempre con elenco***.
5. Facoltativo: per consentire l'OTP, clicchi sulla scheda ***Avanzate*** e selezioni l'opzione ***Consenti recupero OPT***.
6. Clicchi su ***OK***.

Ora può creare o modificare una voce (ad esempio SSH o RDP) e selezionare la voce Psono appena creata. Clicchi su ***Seleziona dall'elenco*** per scegliere la voce effettiva.


---

# 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-psono-in-remote-desktop-manager.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.
