> 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/configuration/server-settings/security/multifactor/sms.md).

# SMS

Multifactor authentication (MFA) via SMS requires the user to enter a code they receive on their mobile phone as its second component to access the workspace.

To enable this MFA method for your users, go to ***Administration – Server settings – Multifactor*** and check the ***SMS*** MFA option. A ***Configure*** button will appear next to the option.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2068.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
See [Multifactor](https://docs.devolutions.net/server/web-interface/administration/configuration/server-settings/security/two-factor/) for more information on MFA configuration.
{% endhint %}

There are two possible configurations available: the free version, using a carrier configured in your server's email settings, and the version configured with Twilio.

### Free version

The free version uses a carrier configured in your server's email settings. Do not fill in the Twilio settings fields. Only check the ***SMS*** box as described above, save your changes, and [configure your email settings](https://docs.devolutions.net/server/web-interface/administration/configuration/server-settings/general/email/).

### Configured with Twilio

To configure the SMS method with Twilio, you must have a Twilio subscription. In ***Configure***, check the ***Use Twilio instead of a carrier to send SMS*** option, then fill in the fields with your Twilio subscription information.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp8136.png" alt=""><figcaption></figcaption></figure>

| Option      | Description                                  |
| ----------- | -------------------------------------------- |
| Account SID | Account SID of your Twilio account           |
| Auth token  | Authorization token from your Twilio account |
| Phone       | Phone number                                 |


---

# 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/configuration/server-settings/security/multifactor/sms.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.
