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

# Running the Remote Desktop Manager synchronizer from a centralized server

To prevent your computer from being overloaded by background tasks, such as Synchronizer, perform these tasks on centralized servers.

{% hint style="info" %}
These instructions are for team workspaces
{% endhint %}

1. Install a [portable version](https://docs.devolutions.net/rdm/installation/client/portable-usb/) of Remote Desktop Manager.
2. Add your configured Devolutions Server or Devolutions Cloud workspace. We recommend ***Windows authentication*** for authentication type.
3. Delete the ***Local workspace*** from the workspace list.
4. Create a synchronizer entry. To test the entry, click ***Open Session***.
5. Go to ***Advanced*** in ***Synchronizer Properties*** and copy the ***Command Line*** We will paste it in step 12.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4196.png" alt=""><figcaption></figcaption></figure>
6. Open ***Windows Task Scheduler***.
7. Select ***Create Task***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4197.png" alt=""><figcaption></figcaption></figure>
8. Enter a task name and select ***Run whether user is logged on or not***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4198.png" alt=""><figcaption></figcaption></figure>
9. On ***Triggers*** tab, select ***New***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4199.png" alt=""><figcaption></figcaption></figure>
10. Configure ***Settings*** as desired.
    1. Set the schedule for the trigger. In our example, we used Weekly, every Sunday, at 1:00:00 am.
    2. Check ***Stop task if it runs longer than*** and set value to 30 minutes.
    3. Check ***Enabled***, then click ***OK***.

       <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4200.png" alt=""><figcaption></figcaption></figure>
11. On the ***Actions tab***, click ***New***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4201.png" alt=""><figcaption></figcaption></figure>
12. Paste the Command line copied in step 5 into ***Program/script*** and click ***OK***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4202.png" alt=""><figcaption></figcaption></figure>
13. On the pop-up, click ***Yes***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4203.png" alt=""><figcaption></figcaption></figure>
14. Click ***OK***.

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

The task configuration is finished and will run automatically. You can monitor the status of the tasks in Windows Event Viewer.


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/running-the-remote-desktop-manager-synchronizer-from-a-centralized-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
