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

# SMS

Die Multifaktor-Authentifizierung (MFA) per SMS erfordert, dass der Benutzer als zweite Komponente einen Code eingibt, den er auf seinem Mobiltelefon erhält, um auf die Datenquelle zuzugreifen.

Um diese MFA-Methode für Ihre Benutzer zu aktivieren, gehen Sie zu ***Administration – Server settings – Multifactor*** und aktivieren Sie die MFA-Option ***SMS***. Neben der Option erscheint eine Schaltfläche ***Configure***.

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

{% hint style="info" %}
Weitere Informationen zur MFA-Konfiguration finden Sie unter [Multifactor](/server/de/web-interface/administration/configuration/server-settings/security/multifactor.md).
{% endhint %}

Es sind zwei Konfigurationen möglich: die kostenlose Version, die einen in den E-Mail-Einstellungen Ihres Servers konfigurierten Anbieter verwendet, und die mit Twilio konfigurierte Version.

### Kostenlose Version

Die kostenlose Version verwendet einen in den E-Mail-Einstellungen Ihres Servers konfigurierten Anbieter. Füllen Sie die Felder der Twilio-Einstellungen nicht aus. Aktivieren Sie lediglich das Kontrollkästchen ***SMS*** wie oben beschrieben, speichern Sie Ihre Änderungen und [konfigurieren Sie Ihre E-Mail-Einstellungen](/server/de/web-interface/administration/configuration/server-settings/general/email.md).

### Mit Twilio konfiguriert

Um die SMS-Methode mit Twilio zu konfigurieren, benötigen Sie ein Twilio-Abonnement. Aktivieren Sie in ***Configure*** die Option ***Use Twilio instead of a carrier to send SMS*** und füllen Sie anschließend die Felder mit den Informationen Ihres Twilio-Abonnements aus.

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

| Option      | Beschreibung                            |
| ----------- | --------------------------------------- |
| Account SID | Account SID Ihres Twilio-Kontos         |
| Auth token  | Autorisierungstoken Ihres Twilio-Kontos |
| Phone       | Telefonnummer                           |


---

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