> 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/de/knowledge-base/how-to-articles/configure-psono-in-remote-desktop-manager.md).

# Psono in Remote Desktop Manager konfigurieren

Konfigurieren Sie und ermöglichen Sie Benutzern den sicheren Zugriff auf alle Ihre Psono-Einträge und Anmeldeinformationen direkt aus Remote Desktop Manager heraus.

{% hint style="info" %}
Die Integration von Anmeldeinformationen aus Passwortmanagern ist nur in der Team-Version von Remote Desktop Manager verfügbar.
{% endhint %}

#### Psono konfigurieren

1. Öffnen Sie einen Webbrowser und melden Sie sich bei Ihrem Psono-Konto an.
2. Klicken Sie auf Ihre E-Mail-Adresse und wählen Sie ***Sonstiges***.
3. Klicken Sie auf ***Create new API key***.
4. ***Benennen*** Sie den API-Schlüssel, wir empfehlen Remote Desktop Manager
5. Entscheiden Sie, ob Sie das Kontrollkästchen ***Secret Restriction?*** aktivieren möchten:

* Wenn Sie das Kontrollkästchen aktivieren, müssen Sie jedem Psono-Ordner ein Secret hinzufügen. Weitere Informationen finden Sie unter Psonos [Creating secrets](https://doc.psono.com/user/basic/creating-secrets.html#creating-secrets).
* Wenn Sie das Kontrollkästchen deaktivieren, erhalten Sie einen unbegrenzten Schlüssel, der Zugriff auf alle Datenbank-Secrets gewährt.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Beide Optionen werden in Remote Desktop Manager unterstützt; es hängt ganz von der Zugriffsebene ab, die der Administrator bereitstellen möchte. Wenn Sie das Kontrollkästchen für die Secret-Beschränkung deaktivieren, ist die Verwaltung einfacher, aber weniger sicher, als wenn Sie jedem Psono-Ordner ein Secret hinzufügen.</p></div>

6. Aktivieren Sie ***Right to read*** und ***Right to write***.
7. Klicken Sie auf ***Create***.
8. Klicken Sie auf die Bearbeiten-Schaltfläche neben dem neu erstellten API-Schlüssel.
9. Im Abschnitt ***Details*** finden Sie die für die Konfiguration von Remote Desktop Manager erforderlichen Informationen

#### Psono in Remote Desktop Manager konfigurieren

1. Klicken Sie in Remote Desktop Manager auf ***New entry***.
2. Verwenden Sie das Suchfeld, um Psono zu finden, und klicken Sie auf ***OK***.
3. Kopieren/Einfügen Sie alle Psono-API-Schlüsseldetails aus Ihrem Konto.
4. Aktivieren Sie ***Always prompt with list***.
5. Optional: Um OTP zu erlauben, klicken Sie auf die Registerkarte ***Advanced*** und aktivieren Sie die Option ***Allow OPT retrieval***.
6. Klicken Sie auf ***OK***.

Sie können nun einen Eintrag (z. B. SSH oder RDP) erstellen oder bearbeiten und den gerade erstellten Psono-Eintrag auswählen. Klicken Sie auf ***Select from List***, um den eigentlichen Eintrag auszuwählen.


---

# 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/de/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.
