> 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/keeper-credential-entry-settings.md).

# Einstellungen für Keeper-Anmeldeinformationseinträge

Keeper ist einer der zahlreichen externen Passwortmanager, die in Remote Desktop Manager integriert sind

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

### Einstellungen

***Anmeldetyp*** bestimmt die Methode, die Remote Desktop Manager zum Verbinden mit Keeper verwendet.

* ***Vault login*** verwendet die ***E-Mail***-Adresse und ein ***Master Password*** zum Anmelden.
* ***Enterprise SSO*** verwendet die ***E-Mail***-Adresse zum Anmelden.
* ***Enterprise SSO (Domain)*** verwendet die ***Enterprise domain*** zum Anmelden.

Die Option ***Use “My Account Settings”***, die für die Anmeldetypen ***Vault login*** und ***Enterprise SSO*** verfügbar ist, erlaubt dem Eintrag, auf die unter ***File - My Account Settings*** gespeicherten Anmeldeinformationen zu verweisen, anstatt sie manuell im Keeper-Eintrag einzugeben.

Die ***Region*** ermöglicht es Ihnen, auszuwählen, wo sich Ihr Keeper-Server befindet.

Die Option ***Always ask password*** fordert Sie bei jeder Verwendung des Eintrags zur Eingabe Ihres Keeper-Passworts auf, anstatt es im Eintrag zu speichern.

Das Feld ***Credentials*** wird verwendet, um anzugeben, welche Anmeldeinformationen aus Keeper abgerufen werden.

Die Option ***Always prompt with list*** erlaubt es Benutzern, die Anmeldeinformationen bei jeder Verwendung des Eintrags auszuwählen, anstatt sie festzulegen.

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

### Vorgehensweise

1. Wählen Sie den gewünschten ***Anmeldetyp*** (***Vault Login***, ***Enterprise SSO*** oder ***Enterprise SSO (Domain)***).
2. Geben Sie die erforderlichen Informationen entsprechend dem ausgewählten ***Anmeldetyp*** ein.
3. Verwenden Sie das Feld ***Credentials***, um anzugeben, welche Anmeldeinformationen aus Keeper abgerufen werden sollen, oder verwenden Sie die Option ***Always prompt with list***, um bei jeder Verwendung des Keeper-Eintrags auszuwählen, welche Anmeldeinformationen abgerufen werden sollen.
4. Klicken Sie auf ***OK***.


---

# 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/keeper-credential-entry-settings.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.
