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

# Configure Psono in Remote Desktop Manager

Configure and enable users to securely access all of your Psono entries and credentials directly from within Remote Desktop Manager.

{% hint style="info" %}
The integration of credentials from password managers is only available in the Team version of Remote Desktop Manager.
{% endhint %}

#### Configure Psono

1. Open a web browser and log into your Psono account.
2. Click on your email address and select ***Other***.
3. Click ***Create new API key***.
4. ***Name*** the API key, we suggest Remote Desktop Manager
5. Choose whether to check the ***Secret Restriction?*** box:

* If you check the box, you will need to add a secret to every Psono folder. Follow Psono's [Creating secrets](https://doc.psono.com/user/basic/creating-secrets.html#creating-secrets) for more information.
* If you uncheck the box, you will be provided with an unlimited key that will grant access to all database secrets.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Both options are supported in Remote Desktop Manager; it all depend on the access level the admin is willing to provide. If you uncheck the secret restriction box, it’s easier to manage but less secure than if you add a secret to every Psono folder.</p></div>

6. Check ***Right to read*** and ***Right to write***.
7. Click ***Create***.
8. Click the edit button next to the new API key you created.
9. You will find in the ***Details*** section the information required for the configuration of Remote Desktop Manager

#### Configure Psono in Remote Desktop Manager

1. In Remote Desktop Manager click ***New entry***.
2. Use the search field to locate Psono, click ***OK***.
3. Copy/Paste all the Psono API Key details from your account.
4. Check ***Always prompt with list***.
5. Optional: To allow OTP, click the ***Advanced*** tab and check the ***Allow OPT retrieval*** option.
6. Click ***OK***.

You can now create or edit an entry (e.g., SSH or RDP) and select the Psono entry that was just created. Click ***Select from List*** to choose the actual entry.


---

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