> 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/server/de/web-interface/administration/user-and-security-management/users/multifactor.md).

# Multifaktor

Wenn Sie die Multi-Faktor-Authentifizierung (MFA) in den ***Server Settings*** als [***Optional per user***](/server/de/web-interface/administration/configuration/server-settings/security/multifactor.md) festlegen, müssen Sie anschließend konfigurieren, welche MFA-Methode für jeden Benutzer verwendet wird.

1. Bearbeiten Sie in ***Administration – Users*** den Benutzer, für den Sie die MFA konfigurieren möchten.
2. Wählen Sie im Abschnitt ***Multifactor*** den MFA-***Type*** aus der Liste aus.

   ![](https://cdnweb.devolutions.net/docs/DVLS6051_2024_3.png)
3. Sie haben nun zwei Möglichkeiten. Entweder:

   * Aktivieren Sie ***Configure later by user***, damit der Benutzer seine MFA bei der nächsten Verbindung mit Devolutions Server selbst konfigurieren kann.

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

   oder

   * Folgen Sie den Schritten, um die MFA für den Benutzer zu konfigurieren.

     ![](https://cdnweb.devolutions.net/docs/DVLS6054_2024_3.png)
4. Klicken Sie auf ***Update***, um Ihre Änderungen für diesen Benutzer zu speichern.
5. Wiederholen Sie die Schritte für jeden Benutzer.

{% hint style="info" %}
MFA-Einstellungen in Devolutions Server können ohne Administratorrechte oder Genehmigung unter [***Preference –*** ***Multi-factor***](/server/de/web-interface/account-menu/preferences.md#multi-factor) geändert werden.
{% endhint %}


---

# 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/server/de/web-interface/administration/user-and-security-management/users/multifactor.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.
