> 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/radius.md).

# RADIUS

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

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

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

In den folgenden Tabellen sehen Sie, was jede Einstellung in jeder Registerkarte bewirkt.

### Allgemein

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

<table><thead><tr><th width="251">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>RADIUS client port</td><td>UDP-Port, an dem der Devolutions Server-Computer auf die Antwort des RADIUS-Servers wartet.</td></tr><tr><td>RADIUS server port</td><td>UDP-Port, an den der Devolutions Server-Computer die Authentifizierungsanfrage an den RADIUS-Server sendet.</td></tr><tr><td>Timeout delay (sec)</td><td>Wartezeit vor dem Löschen eines Kommunikationsfehlers.</td></tr><tr><td>RADIUS server</td><td>URL oder IP-Adresse des RADIUS-Servers.</td></tr><tr><td>RADIUS shared secret</td><td>Geheimnis, das für die Kommunikation mit dem RADIUS-Server erforderlich ist.</td></tr><tr><td>Test</td><td>Testen Sie die Kommunikation mit dem RADIUS-Server.<br><br>Ein Klick auf die Schaltfläche gibt Ihnen Zugriff auf die Felder <em><strong>Username</strong></em> und <em><strong>Passcode</strong></em> sowie auf die Schaltfläche <em><strong>Check</strong></em>.</td></tr><tr><td>Username</td><td>Benutzername, der sich am RADIUS-Server authentifizieren kann.</td></tr><tr><td>Passcode</td><td>Code oder Passwort, das dem Benutzernamen zugeordnet ist, um sich am RADIUS-Server zu authentifizieren.</td></tr><tr><td>Check</td><td>Testen Sie <em><strong>Username</strong></em> und <em><strong>Passcode</strong></em>.</td></tr><tr><td>Enable RADIUS NAS-Identifier</td><td>Gibt an, dass der Server eine Network Access Server (NAS)-Anmeldeinformation in seiner RADIUS-Anfrage sendet.</td></tr><tr><td>RADIUS NAS-Identifier</td><td>Der als NAS-Anmeldeinformation gesendete Wert. Der NAS-Identifier gibt eine Zeichenfolge an, die der Name des NAS ist. Sie können Mustervergleichssyntax verwenden, um NAS-Namen anzugeben.</td></tr><tr><td>Strip domain from username</td><td>Entfernt den Domänennamen aus dem Benutzernamen, den Devolutions Server an den RADIUS-Server sendet.</td></tr></tbody></table>

### Failover

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

{% hint style="info" %}
Beachten Sie, dass Devolutions Server immer auf denselben Port hört. Die Failover-Konfiguration enthält keinen Client-Port. Daher wird die RADIUS-Konfiguration als Client-Port verwendet.
{% endhint %}

<table><thead><tr><th width="257">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Enable failover RADIUS server</td><td>Aktiviert den Failover-RADIUS-Server.</td></tr><tr><td>Failover RADIUS Server Port</td><td>UDP-Port, an den der Devolutions Server-Computer die Authentifizierungsanfrage an den Failover-RADIUS-Server sendet.</td></tr><tr><td>Failover RADIUS server</td><td>URL oder IP-Adresse des Failover-RADIUS-Servers.</td></tr><tr><td>Failover RADIUS server secret</td><td>Geheimnis, das für die Kommunikation mit dem Failover-RADIUS-Server erforderlich ist.</td></tr></tbody></table>


---

# 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/radius.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.
