automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux Installation Guide

Last updated Jan 22, 2025

Updating Redis credentials

Generating the cluster_config.json file

Generate the latest cluster_config.json file using the following command:

./bin/uipathctl manifest get-revision >> ./cluster_config.json./bin/uipathctl manifest get-revision >> ./cluster_config.json
Note: For details on how to configure the cluster_config.json parameters, see Advanced installation experience.

Providing the new credentials for Redis

Update the following section in the cluster_config.json file with the new password and/or hostname:
"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }

Running the installer

To run the installer, use the following command:

cd /opt/UiPathAutomationSuite/{version}/installer

./bin/uipathctl manifest apply ./cluster_config.json --versions versions/helm-charts.jsoncd /opt/UiPathAutomationSuite/{version}/installer

./bin/uipathctl manifest apply ./cluster_config.json --versions versions/helm-charts.json

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2025 UiPath. All rights reserved.