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

# Multifactor

If you set multifactor authentication (MFA) as [***Optional per user***](https://docs.devolutions.net/server/web-interface/administration/configuration/server-settings/security/two-factor/) in the ***Server Settings***, you then need to configure which MFA method to use for each user.

1. In ***Administration – Users***, edit the user for whom you want to configure the MFA.
2. In the ***Multifactor*** section, select the MFA ***Type*** from the list.

   ![](https://cdnweb.devolutions.net/docs/DVLS6051_2024_3.png)
3. You now have two choices. Either:

   * Check ***Configure later by user*** to let the user configure their MFA by themselves when they next connect to Devolutions Server.

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

   or

   * Follow the steps to configure the MFA for the user.

     ![](https://cdnweb.devolutions.net/docs/DVLS6054_2024_3.png)
4. Click ***Update*** to save your changes for this user.
5. Repeat the steps for each user.

{% hint style="info" %}
MFA settings in Devolutions Server can be modified without administrator rights or approval in [***Preference –*** ***Multi-factor***.](https://docs.devolutions.net/server/web-interface/account-menu/settings/#multi-factor)
{% 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:

```
GET https://docs.devolutions.net/server/web-interface/administration/user-and-security-management/users/multifactor.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.
