UiPath Documentation
automation-suite
2023.10
false

Automation Suite on Linux installation guide

Updating Redis credentials

Generating the cluster_config.json file

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

uipathctl manifest get-revision >> ./cluster_config.json
uipathctl manifest get-revision >> ./cluster_config.json
Note:

For details on how to configure the cluster_config.json parameters, refer to 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 service installer

To run the service installer, use the following command:

cd /opt/UiPathAutomationSuite/{version}/installer

./install-uipath.sh -i ./cluster_config.json -s -o output.json --accept-license-agreement
cd /opt/UiPathAutomationSuite/{version}/installer

./install-uipath.sh -i ./cluster_config.json -s -o output.json --accept-license-agreement

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated