> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idemeum.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Syncro RMM

> Control agent deployment with Syncro RMM.

In this guide we will take a look at how you can simply deploy idemeum control agent to your Syncro managed workstations. We will use one unified script and will automatically pass the customer name leveraging Syncro platform variable `{{customer_business_name}}`. If the organization exists in idemeum, then agent will be automatically associated, and if not, the new organization will be automatically created in idemeum.

## **Obtain unified install script**

* Navigate to the admin portal of your `Main MSP dashboard`
* Click on `Bulk install agent` then choose `Control agent`
* Choose the operating system and copy the unified install script command
* Save this command somewhere as we will need to use it in Atera

<img src="https://mintcdn.com/idemeum/D5TQjde8Jfo_avTk/images/CleanShot-2026-05-25-at-17.35.18@2x.png?fit=max&auto=format&n=D5TQjde8Jfo_avTk&q=85&s=778ec1b8d56d291fdd585cea905adaa6" alt="Clean Shot 2026 05 25 At 17 35 18@2x" width="3268" height="2138" data-path="images/CleanShot-2026-05-25-at-17.35.18@2x.png" />

## **Create script in Syncro**

* Access you Syncro management dashboard
* Navigate to `Scripts` and then choose `+ New script`
* Provide the name of the script to use
* Click `Add Script Variable`
  * Name `customerName`
  * Type `Platform`
  * Value `{{customer_business_name}}`

<img src="https://mintcdn.com/idemeum/CxRbcmPI2AiFqTB5/images/syncro1.png?fit=max&auto=format&n=CxRbcmPI2AiFqTB5&q=85&s=5283a96834c45ad58389beef326fd368" alt="Syncro1" width="1600" height="1320" data-path="images/syncro1.png" />

* Now paste the idemeum command that you obtained in the previous step in the script editor window
* Scroll to the attribute `-customerName` and reference the variable that we just created using `""`. In our case we will use the variable `$customerName` that we created above.
* Save the script configuration

<img src="https://mintcdn.com/idemeum/CxRbcmPI2AiFqTB5/images/syncro2.png?fit=max&auto=format&n=CxRbcmPI2AiFqTB5&q=85&s=cf7962a896b7058f6d3429f0b62c7428" alt="Syncro2" width="1600" height="1320" data-path="images/syncro2.png" />

## **Deploy Syncro script**

* Access the workstation where you would like to deploy idemeum
* Choose `Scripts` → `Add to queue`
* Select the idemeum script that we created
* Choose to `Run as system`

<img src="https://mintcdn.com/idemeum/CxRbcmPI2AiFqTB5/images/syncro3.png?fit=max&auto=format&n=CxRbcmPI2AiFqTB5&q=85&s=0d4b89e6de46378774271f18ffd0163e" alt="Syncro3" width="1600" height="1320" data-path="images/syncro3.png" />
