> 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/rdm/es/knowledge-base/knowledge-base-articles/entry-settings/jwt-json-web-token.md).

# JWT (JSON Web Token)

La entrada ***JWT (JSON Web Token)*** permite a los usuarios generar y almacenar de forma segura tokens web JSON, así como los metadatos y las credenciales relacionados, en Remote Desktop Manager.

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

#### General

<table><thead><tr><th width="181.20001220703125">AJUSTE</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Tipo de entrada</strong></td><td><p>Elija un método para recuperar el JSON Web Token entre:</p><ul><li><strong>Fichero (local)</strong>: recupere un token de un fichero ubicado en el ordenador local.</li><li><strong>Datos incrustados</strong>: utilice un token generado desde el <strong>generador de JWT</strong> integrado en Remote Desktop Manager.</li></ul></td></tr><tr><td><strong>Generar un nuevo paquete con la selección actual</strong></td><td>Genere un nuevo token y abra la ventana del generador de JWT, en la que se puede determinar qué <strong>Algoritmo</strong>utilizar, introducir <strong>Reclamaciones</strong>y <strong>Reclamaciones personalizadas</strong>, y previsualizar el aspecto que tendrá el paquete del token.El botón <strong>Ver</strong> situado encima del campo <strong>Token JWT</strong> abre la misma ventana, solo que sin generar un nuevo token.</td></tr><tr><td><strong>Clave secreta</strong></td><td>Clave de descifrado del token. Este campo se rellena automáticamente al generar un nuevo token o al importar uno desde un fichero local. El campo se puede hacer visible haciendo clic en <strong>Revelar contraseña</strong> junto a él.</td></tr></tbody></table>

#### Nombre de inicio de sesión

<table data-header-hidden><thead><tr><th width="125.20001220703125"></th><th></th></tr></thead><tbody><tr><td><strong>Nombre de usuario</strong></td><td>Este nombre de usuario se utilizará al autenticarse en sesiones que usen la entrada JWT como credenciales vinculadas.</td></tr><tr><td><strong>Contraseña</strong></td><td>Introduzca la contraseña asociada al nombre de usuario. Genere una contraseña o utilice el <a href="/pages/a7pdQGB5GEhqS5cor5v8">generador de contraseñas</a>. La contraseña se puede mostrar u ocultar haciendo clic en el icono del ojo.</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/rdm/es/knowledge-base/knowledge-base-articles/entry-settings/jwt-json-web-token.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.
