> 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/running-the-remote-desktop-manager-synchronizer-from-a-centralized-server.md).

# Ejecutar el sincronizador de Remote Desktop Manager desde un servidor centralizado

Para evitar que su ordenador se sobrecargue con tareas en segundo plano, como Synchronizer, realice estas tareas en servidores centralizados.

{% hint style="info" %}
Estas instrucciones son para los espacios de trabajo de equipo
{% endhint %}

1. Instale una [versión portátil](/rdm/es/getting-started/installation/client/portable-usb.md) de Remote Desktop Manager.
2. Añada su espacio de trabajo de Devolutions Server o Devolutions Cloud configurado. Recomendamos ***Autenticación de Windows*** como tipo de autenticación.
3. Elimine el ***Espacio de trabajo local*** de la lista de espacios de trabajo.
4. Cree una entrada de sincronizador. Para probar la entrada, haga clic en ***Abrir sesión***.
5. Vaya a ***Avanzado*** en ***Propiedades del sincronizador*** y copie la ***Línea de comandos*** La pegaremos en el paso 12.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4196.png" alt=""><figcaption></figcaption></figure>
6. Abra el ***Programador de tareas de Windows***.
7. Seleccione ***Crear tarea***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4197.png" alt=""><figcaption></figcaption></figure>
8. Introduzca un nombre para la tarea y seleccione ***Ejecutar tanto si el usuario inició sesión como si no***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4198.png" alt=""><figcaption></figcaption></figure>
9. En la pestaña ***Desencadenadores***, seleccione ***Nuevo***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4199.png" alt=""><figcaption></figcaption></figure>
10. Configure la ***Configuración*** según sus necesidades.
    1. Establezca la programación del desencadenador. En nuestro ejemplo, hemos utilizado Semanalmente, todos los domingos, a la 1:00:00.
    2. Marque ***Detener la tarea si se ejecuta más de*** y establezca el valor en 30 minutos.
    3. Marque ***Habilitado*** y, a continuación, haga clic en ***Aceptar***.

       <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4200.png" alt=""><figcaption></figcaption></figure>
11. En la ***pestaña Acciones***, haga clic en ***Nuevo***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4201.png" alt=""><figcaption></figcaption></figure>
12. Pegue la línea de comandos copiada en el paso 5 en ***Programa o script*** y haga clic en ***Aceptar***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4202.png" alt=""><figcaption></figcaption></figure>
13. En la ventana emergente, haga clic en ***Sí***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4203.png" alt=""><figcaption></figcaption></figure>
14. Haga clic en ***Aceptar***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4204.png" alt=""><figcaption></figcaption></figure>

La configuración de la tarea ha finalizado y se ejecutará automáticamente. Puede supervisar el estado de las tareas en el Visor de eventos de Windows.


---

# 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/running-the-remote-desktop-manager-synchronizer-from-a-centralized-server.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.
