> 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/concepts/advanced-concepts/synchronizers.md).

# Synchronizers

Synchronizers import and keep entries up to date by pulling connections from external providers into Remote Desktop Manager.

They reduce the time spent populating vaults by importing sessions in the right format, preserving inheritance, and automating ongoing synchronization to reflect source changes. This approach minimizes manual entry, prevents drift, and keeps structures consistent across environments.

Use synchronizers to standardize large deployments, migrate from other tools with consistent formatting, or maintain client-specific vaults alongside traditional import and export workflows for one-time moves.

{% hint style="success" %}
To ensure entries are up to date before synchronization, it is recommended to enable the ***Refresh before executing entry***&#x73;etting located in ***Administration***– ***System settings*** – ***Application*** – ***Cache/Offline***, under the ***Refresh***&#x68;eading.
{% endhint %}

#### Related topics

* [Active Directory synchronizer entry settings](https://docs.devolutions.net/rdm/kb/knowledge-base/entry-settings/configure-active-directory-synchronizer/)
* [Bitwarden entry settings](https://docs.devolutions.net/rdm/kb/knowledge-base/entry-settings/configure-bitwarden-entry/)
* [Configure a Hyper-V synchronizer entry in Remote Desktop Manager](https://docs.devolutions.net/rdm/kb/knowledge-base/entry-settings/hyper-v-synchronizer-entry/)
* [Configure a Lansweeper entry in Remote Desktop Manager](https://docs.devolutions.net/rdm/kb/how-to-articles/lansweeper/)
* [VMware synchronizer entry settings](https://docs.devolutions.net/rdm/kb/knowledge-base/entry-settings/configure-a-vmware-synchronizer-entry-in-en-rdm/)
* [Embedded sessions](https://docs.devolutions.net/rdm/user-interface/content-area/embedded-sessions/)
* [Custom (PowerShell) synchronizer entry](https://docs.devolutions.net/rdm/kb/knowledge-base/entry-settings/custom-powershell-synchronizer-entry)

#### See also

* [CyberArk PSM integration scenarios - Synchronization (Using the Remote Desktop Manager Synchronizer entry)](https://docs.devolutions.net/rdm/kb/how-to-articles/cyberark-psm-integration-scenarios/#synchronization-using-the-remote-desktop-manager-synchronizer-entry)
* [Devolutions Blog - New Lansweeper integration in Remote Desktop Manager: enhance IT asset management](https://blog.devolutions.net/2023/12/introducing-lansweeper-in-remote-desktop-manager/)


---

# 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/concepts/advanced-concepts/synchronizers.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.
