> 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/how-to-articles/configure-a-teamviewer-entry-in-remote-desktop-manager.md).

# Configurar una entrada de TeamViewer en Remote Desktop Manager

TeamViewer ayuda a centralizar las conexiones remotas, agilizar la gestión de sesiones y proporcionar un acceso seguro en múltiples plataformas. Aproveche esta integración para gestionar sin problemas todas sus conexiones remotas de TeamViewer directamente en Remote Desktop Manager.

{% hint style="info" %}
Consulte [Enviar credenciales de Windows a TeamViewer](/rdm/es/knowledge-base/how-to-articles/sending-windows-credentials-to-teamviewer.md) para saber cómo automatizar el proceso de inicio de sesión de TeamViewer en Remote Desktop Manager con una macro de escritura.
{% endhint %}

### Configuración

1. Para crear la entrada, haga clic con el botón derecho en cualquier parte del panel de navegación y seleccione ***Nueva entrada***, o haga clic en el botón ***Nueva entrada*** situado en el área de contenido (icono ***+***).
2. A continuación, diríjase a la sección ***Sesión*** y seleccione la entrada ***TeamViewer*** en ***Sesión***.

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

3. Introduzca un ***Nombre*** para la nueva entrada y elija las opciones ***Visualización***, ***Host*** y ***Credenciales*** según sus necesidades.
4. A continuación, introduzca su ***ID*** y ***Contraseña*** de TeamViewer.
5. Seleccione un ***Tipo de conexión*** o posponga la decisión para cuando se conecte a la sesión. También se puede establecer un ***Tiempo de espera*** específico (en milisegundos) con fines de resolución de problemas.

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

6. Haga clic en ***Añadir***.


---

# 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/how-to-articles/configure-a-teamviewer-entry-in-remote-desktop-manager.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.
