automation-suite
2024.10
true
- Overview
- Requirements
- Pre-installation
- Installation
- Post-installation
- Migration and upgrade
- Upgrading Automation Suite
- Migrating standalone products to Automation Suite
- Step 1: Restoring the standalone product database
- Step 2: Updating the schema of the restored product database
- Step 3: Moving the Identity organization data from standalone to Automation Suite
- Step 4: Backing up the platform database in Automation Suite
- Step 5: Merging organizations in Automation Suite
- Step 6: Updating the migrated product connection strings
- Step 7: Migrating standalone Orchestrator
- Step 8: Migrating standalone Insights
- Step 9: Deleting the default tenant
- Performing a single tenant migration
- Migrating between Automation Suite clusters
- Migrating from Automation Suite on EKS/AKS to Automation Suite on OpenShift
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting
- The backup setup does not work due to a failure to connect to Azure Government
- Pods in the uipath namespace stuck when enabling custom node taints
- Unable to launch Automation Hub and Apps with proxy setup
- Robot cannot connect to an Automation Suite Orchestrator instance
- Log streaming does not work in proxy setups

Automation Suite on EKS/AKS installation guide
Last updated Sep 2, 2025
Running uipathctl
linkuipathctl
is a UiPath® command-line tool that allows you to perform various operations in Automation Suite on EKS/AKS, Automation Suite on OpenShift, and Automation Suite on Linux.
You can use uipathctl to check prerequisites in your environment, install Automation Suite, as well as configure and manage it from a single unified CLI.
You can install
uipathctl
on the Linux, macOS, and Windows platforms.
Currently, uipathctl is only compatible with the x86 architecture. You cannot run uipathctl on machines based on the ARM architecture, such as Macs with Apple Silicon (M series) CPUs.
For more information, including a complete list of
uipathctl
operations, see the uipathctl Reference Guide.
Running uipathctl on Linux
linkTo run
uipathctl
on Linux, take the following steps:
- Download the version of the
uipathctl
binary that you are interested in. For instructions, see . - Uncompress
uipathctl
and add it to your PATH:tar xzvf uipathctl-linux-amd64.tar.gz chmod +x uipathctl export PATH=$PATH:$(pwd)
tar xzvf uipathctl-linux-amd64.tar.gz chmod +x uipathctl export PATH=$PATH:$(pwd) - Verify if
uipathctl
works:uipathctl version
uipathctl versionThe command prints some version information, as shown in the following example:
Version: 2024.10.0 ...
Version: 2024.10.0 ...
Running uipathctl on Windows
linkTo run
uipathctl
on Windows, take the following steps:
- Download the version of the
uipathctl
binary that you are interested in. For instructions, see Downloading the installation packages. - Uncompress
uipathctl
and add it to your PATH:Append or prepend thetar xzvf uipathctl-windows-amd64.tar.gz
tar xzvf uipathctl-windows-amd64.tar.gzuipathctl
binary folder to yourPATH
environment variable. - Verify it is working:
uipathctl version
uipathctl versionThe command prints some version information, as shown in the following example:
Version: 2024.10.0 ...
Version: 2024.10.0 ...
Running uipathctl on MacOS
linkTo run
uipathctl
on MacOS, take the following steps:
- Download the version of the
uipathctl
binary that you are interested in. For instructions, see Downloading the installation packages. - Uncompress
uipathctl
and add it to your PATH:tar xzvf uipathctl-darwin-amd64.tar.gz chmod +x uipathctl export PATH=$PATH:$(pwd)
tar xzvf uipathctl-darwin-amd64.tar.gz chmod +x uipathctl export PATH=$PATH:$(pwd) - Verify if
uipathctl
works:uipathctl version
uipathctl versionThe command prints some version information, as shown in the following example:
Version: 2024.10.0 ...
Version: 2024.10.0 ...
Telemetry
linkBy default, telemetry is sent from
uipathctl
to UiPath® at each command execution. This helps us improve our products and user experience.
To opt out of telemetry, set the
UIPATHCTL_TELEMETRY_OPTOUT
environment variable to 1
.