> 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

Configure la autenticación multifactor RADIUS en Devolutions Server, incluidos los puertos de cliente y servidor, el secreto compartido y la configuración del servidor de conmutación por error.

Para habilitar este método de MFA para sus usuarios, vaya a ***Administración – Configuración del servidor – Multifactor*** y marque la opción de MFA ***RADIUS***. Aparecerá un botón ***Configurar*** junto a la opción.

{% 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

<table><thead><tr><th width="251">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Puerto de cliente RADIUS</td><td>Puerto UDP en el que la máquina de Devolutions Server escucha la respuesta del servidor RADIUS.</td></tr><tr><td>Puerto del servidor RADIUS</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>Retardo de tiempo de espera (s)</td><td>Tiempo de espera antes de borrar un error de comunicación.</td></tr><tr><td>Servidor RADIUS</td><td>URL o dirección IP del servidor RADIUS.</td></tr><tr><td>Secreto compartido RADIUS</td><td>Secreto necesario para comunicarse con el servidor RADIUS.</td></tr><tr><td>Probar</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>Nombre de usuario</strong></em> y <em><strong>Código de acceso</strong></em>, así como al botón <em><strong>Comprobar</strong></em>.</td></tr><tr><td>Nombre de usuario</td><td>Nombre de usuario que puede autenticarse en el servidor RADIUS.</td></tr><tr><td>Código de acceso</td><td>Código o contraseña asociados al nombre de usuario para autenticarse en el servidor RADIUS.</td></tr><tr><td>Comprobar</td><td>Probar el <em><strong>Nombre de usuario</strong></em> y el <em><strong>Código de acceso</strong></em>.</td></tr><tr><td>Habilitar 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 una sintaxis de coincidencia de patrones para especificar los nombres de NAS.</td></tr><tr><td>Eliminar el dominio del nombre de usuario</td><td>Elimina el nombre de dominio del nombre de usuario que Devolutions Server envía al servidor RADIUS.</td></tr></tbody></table>

### Conmutación por error

{% hint style="info" %}
Tenga en cuenta que Devolutions Server escuchará siempre 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 RADIUS como puerto de cliente.
{% endhint %}

<table><thead><tr><th width="257">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Habilitar el servidor RADIUS de conmutación por error</td><td>Habilita el servidor RADIUS de conmutación por error.</td></tr><tr><td>Puerto del servidor RADIUS de conmutación por error</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>Servidor RADIUS de conmutación por error</td><td>URL o dirección IP del servidor RADIUS de conmutación por error.</td></tr><tr><td>Secreto del servidor RADIUS de conmutación por error</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.
