> 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/es/web-interface/administration/configuration/server-settings/security/multifactor/radius.md).

# RADIUS

Para habilitar este método de MFA para sus usuarios, vaya a ***Administration – Server settings – Multifactor*** y marque la opción de MFA ***RADIUS***. Aparecerá un botón ***Configure*** junto a la opción.

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

{% hint style="info" %}
Consulte [Multifactor](/server/es/web-interface/administration/configuration/server-settings/security/multifactor.md) para obtener más información sobre la configuración de MFA.
{% endhint %}

Consulte en las tablas siguientes la función de cada ajuste en cada pestaña.

### General

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

<table><thead><tr><th width="251">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>RADIUS client port</td><td>Puerto UDP en el que la máquina de Devolutions Server escucha la respuesta del servidor RADIUS.</td></tr><tr><td>RADIUS server port</td><td>Puerto UDP por el que la máquina de Devolutions Server envía la solicitud de autenticación al servidor RADIUS.</td></tr><tr><td>Timeout delay (sec)</td><td>Tiempo de espera antes de borrar un error de comunicación.</td></tr><tr><td>RADIUS server</td><td>URL o dirección IP del servidor RADIUS.</td></tr><tr><td>RADIUS shared secret</td><td>Secreto necesario para comunicarse con el servidor RADIUS.</td></tr><tr><td>Test</td><td>Probar la comunicación con el servidor RADIUS.<br><br>Al hacer clic en el botón, obtiene acceso a los campos <em><strong>Username</strong></em> y <em><strong>Passcode</strong></em>, así como al botón <em><strong>Check</strong></em>.</td></tr><tr><td>Username</td><td>Nombre de usuario que puede autenticarse en el servidor RADIUS.</td></tr><tr><td>Passcode</td><td>Código o contraseña asociados al nombre de usuario para autenticarse en el servidor RADIUS.</td></tr><tr><td>Check</td><td>Probar el <em><strong>Username</strong></em> y el <em><strong>Passcode</strong></em>.</td></tr><tr><td>Enable RADIUS NAS-Identifier</td><td>Indica que el servidor enviará una credencial de servidor de acceso a la red (NAS) en su solicitud RADIUS.</td></tr><tr><td>RADIUS NAS-Identifier</td><td>El valor enviado como credencial NAS. El NAS Identifier especifica una cadena de caracteres que es el nombre del NAS. Puede utilizar sintaxis de coincidencia de patrones para especificar nombres de NAS.</td></tr><tr><td>Strip domain from username</td><td>Elimina el nombre de dominio del nombre de usuario enviado por Devolutions Server al servidor RADIUS.</td></tr></tbody></table>

### Failover

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

{% hint style="info" %}
Tenga en cuenta que Devolutions Server siempre escuchará el mismo puerto. La configuración de conmutación por error no incluye un puerto de cliente. Por lo tanto, se utilizará la configuración de RADIUS como puerto de cliente.
{% endhint %}

<table><thead><tr><th width="257">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Enable failover RADIUS server</td><td>Habilitar el servidor RADIUS de conmutación por error.</td></tr><tr><td>Failover RADIUS Server Port</td><td>Puerto UDP por el que la máquina de Devolutions Server envía la solicitud de autenticación al servidor RADIUS de conmutación por error.</td></tr><tr><td>Failover RADIUS server</td><td>URL o dirección IP del servidor RADIUS de conmutación por error.</td></tr><tr><td>Failover RADIUS server secret</td><td>Secreto necesario para comunicarse con el servidor RADIUS de conmutación por error.</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/es/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.
