---
title: "ChromeOS Remote Clients Installation"
slug: "chromeos-remote-dx-installation"
updated: 2026-05-04T15:03:18Z
published: 2026-05-04T15:03:18Z
canonical: "support.controlup.com/chromeos-remote-dx-installation"
---

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

# ChromeOS Remote Clients Installation

This article describes how to set up Remote Clients (formerly Remote DX) for ChromeOS devices connecting to Citrix virtual environments. 

Read [Remote Clients Overview and Client Metrics](/v1/docs/remote-dx-overview) for details about the Remote Clients feature.
:::(Info) (Monitor ChromeOS devices with ControlUp for Desktops)
ControlUp also supports more detailed monitoring of ChromeOS devices using the ControlUp for Desktops Agent. Read [ChromeOS Deployment](/v1/docs/chromeos-edge-dx-deployment) for details.
:::

## Prerequisites
* Requires Real-Time DX Agents and Monitors to be on version 9.0.5.426 or higher. You can find this version on the [ControlUp Download Center](https://www.controlup.com/download-center/){target=`_blank`}.
* ChromeOS or ChromeOS Flex devices
* ChromeOS Enterprise Upgrade
* Devices must use the Citrix Workspace app

## Step 1 - Deploy the ChromeOS DEX browser extension
1. In the Chrome Admin console ([admin.google.com](http://admin.google.com){target=`_blank`}), go to **Devices > Chrome > Apps and extensions**. 
2. Select the organizational unit that contains the devices on which you want to deploy the extension.
3. Click the type of extension you want to add (Users and browsers, Kiosks, or Managed guest sessions), and select to add an extension by ID.
!['Add extension by ID' button highlighted in the bottom right of the Chrome Admin Console.](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/AddExtensionByID.png){height="" width=""}

4. Add the following extension ID from the Chrome Web Store: `cmllcafpnpcfnappeekbmjbellnlcoea`
5. Set the **Installation policy** of the ChromeOS DEX extension to Force-installed so that the extension is installed on all devices in the selected organizational unit.

Read [Google's documentation](https://knowledge.workspace.google.com/kb/how-to-view-and-configure-apps-and-extensions-000008037){target=`_blank`} to learn more about app/extension deployment.

## Step 2 - Add custom policy to the Citrix Workspace app
In the Chrome Admin console, open the settings for the Citrix Workspace app (in the same organizational unit that you selected in [step 1](/v1/docs/chromeos-remote-dx-installation#step-1-deploy-the-chromeos-dex-browser-extension)), and add the following JSON under **Policy for extensions**.
```
{
	"settings": {
		"Value": {
			"settings_version": "1.0",
			"engine_settings": {
				"customVC": [
					{
						"appId": "cmllcafpnpcfnappeekbmjbellnlcoea",
						"streamName": "cuepux"
					}
				]
			}
		}
	}
}
```
![Text in the code block above is pasted into the 'Policy for extensions' field under Citrix Workspace.](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/CitrixWorkspacePolicy.png){height="" width=""}

## Step 3 - Configure Chrome policies
To access Chrome policy configuration, open the Admin console and go to **Devices > Chrome > Settings**. Make sure you apply the policies to the correct organizational units.

Read [Google's documentation](https://support.google.com/chrome/a/answer/1375694?sjid=14647587367175109456-NA){target=`_blank`} to learn more about Chrome policies. 
![Chrome Admin Console Setting for Chrome devices.](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/AccessChromeSettings%281%29.png){height="" width=""}

### User and browser or Managed guest sessions settings
Depending on your ChromeOS deployment scenario, configure the following settings under either the **User and browser settings** or **Managed guest session settings** tab.
| Category | Setting | Configuration |
| --- | --- | --- |
| Hardware | Enterprise hardware platform API | Allow managed extensions to use the enterprise hardware platform API |

### Device settings
Configure the following settings under the **Device settings** tab.
| Category | Setting | Configuration |
| --- | --- | --- |
| User and device reporting | Report device OS information | Enable all OS reporting |
| User and device reporting | Report device hardware information | Enable all hardware information reporting |
| User and device reporting | Report device telemetry | Enable all telemetry reporting |
| User and device reporting | Device status report upload frequency | 60 minutes |

After performing the steps above, client metrics from the ChromeOS device are [visible in ControlUp](/v1/docs/how-to-view-remote-dx-data) during an active connection to a Citrix machine with the ControlUp Agent installed.
