---
title: "Windows Remote Clients Installation"
slug: "windows-remote-dx-installation"
updated: 2025-07-01T13:23:36Z
published: 2025-07-01T13:23:36Z
canonical: "support.controlup.com/windows-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.

# Windows Remote Clients Installation

This article covers how to install the Remote Clients (formerly Remote DX) plugin on Windows devices.

For an overview of Remote Clients and the client device metrics you can monitor, visit [Remote Clients Overview and Client Metrics](https://support.controlup.com/docs/remote-dx-overview).

Citrix deployment best practicesIf you are deploying for Citrix environments, read our [Best Practices for Citrix Configuration with Remote Clients](/tim-reorg/docs/install-citrix-workspace-app-with-bundled-remote-dx)

## Prerequisites

- For supported Windows versions and VDA platforms, see the [Remote Clients Support Matrix](/tim-reorg/docs/remote-dx-support-matrix).
- To collect all metrics, the device must meet the [communication requirements](https://support.controlup.com/docs/remote-dx-overview#requirements).
- Installation requires Windows administrator privileges.

## Download Remote Clients

Download the Windows Remote Clients plugin for your VDA platform.

- Go to our [Download Center](https://www.controlup.com/products/controlup/download-center/) for all Remote Clients download options.
- Go to [https://controlup.com/remotedx/](https://controlup.com/remotedx/) for a friendlier website that you can send to your users to help them install Remote Clients onto their devices. This site has:
  - Fewer download options
  - Step-by-step instructions
  - Walkthrough videos

## Manual GUI Install

1. Run the downloaded Remote Clients file.
2. In the installation wizard, select which private user metrics you want Remote Clients to collect.![Remote DX installation wizard 'Customize Settings' page with 4 checkboxes representing different data to collect: Inactivity measurement, Location, ISP Name, WIfi SSID.](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/Windows-SelectPrivateMetrics.png)
3. Optionally, change the target for internet latency tests from the client device. By default, Google's DNS servers (8.8.8.8) are used for to test internet latency. Note that there is a known issue where the label "Google 8.8.8.8" appears in the UI even if you have set a custom latency target. For details, [click here](https://support.controlup.com/docs/remote-dx-known-issues#issue-9-custom-latency-target-not-appearing-in-connection-graphic).![Remote DX setup wizard. The 'Internet Latency target (IP or DNS) is set to 8.8.8.8.](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/Windows-CustomLatencyTarget.png)
4. Complete the installation wizard.

## MSI Command Line Install

To install Remote Clients using the MSI installer, run the following command. Note that this example shows the command to install the Citrix plugin. You might need to change the file name to the file you downloaded.

```none
msiexec /i curdx-windows-citrix.msi
```

Optionally, add the following parameters to the command:

- `/qn` to perform a silent install.
- `Wifi=True` to record the wireless network SSID.
- `Inactivity=True` to record inactivity duration.
- `Location=True` to record the device location.
- `Isp=True` to record the ISP name of the network connection.
- `InternetLatencyTarget=x.x.x.x` to specify the target IP or DNS for internet latency testing. By default, if you don't specify a target, Google's DNS servers (8.8.8.8) are used for internet latency testing. Note that there is a known issue where the label "Google 8.8.8.8" appears in the UI even if you have set a custom latency target. For details, [click here](https://support.controlup.com/docs/remote-dx-known-issues#issue-9-custom-latency-target-not-appearing-in-connection-graphic).

For example, the following command performs a silent install, collects all private user metrics, and uses a custom internet latency target:

```none
msiexec /i curdx-windows-citrix.msi /qn Wifi=True Inactivity=True Location=True Isp=True InternetLatencyTarget=192.0.2.0
```
