orchestrator
2022.10
false
- Getting Started
- Requirements
- Best Practices
- Installation
- Updating
- Identity Server
- Troubleshooting startup errors
Opting Out of Telemetry
Orchestrator Installation Guide
Last updated Oct 3, 2024
Opting Out of Telemetry
UiPath collects usage and performance data to help diagnose problems and help improve Orchestrator. The information we collect can include data on UiPath product information, the operating system, and browser versions. For more details about UiPath’s privacy practices, please review the privacy statement.
The collection of data in Orchestrator is controlled through a
UiPath.Orchestrator.dll.config
parameter named Telemetry.Enabled
. This is set to true
or false
during the installation process according to the specified parameters.
This option is enabled by default, yet it is possible to opt-out of sending usage and performance data collection in Orchestrator:
- at install-time using command line parameters;
- after the installation process, by modifying the
UiPath.Orchestrator.dll.config
file.
If you want to see how to opt-out of telemetry in Studio and Robot, please visit this page.
To view more information on all command line parameters available in the
UiPathOrchestrator.msi
, please visit this page.
You can opt out of sending usage data by performing the following steps:
- Go to the location of the
UiPath.Orchestrator.dll.config
file. By default, the path isC:\Program Files (x86)\UiPath\Orchestrator
. - Open the file with a text editor such as Notepad++.
- In the
appSettings
section, change the value of theTelemetry.Enabled
parameter tofalse
. - Save your changes. Your Orchestrator instance no longer sends usage data to UiPath.