UiPath Documentation
automation-suite
2023.10
false
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Scaling a single-node (evaluation) deployment to a multi-node (HA) deployment

You can convert a single-node (evaluation) deployment to HA setups by bringing the additional hardware needed for multi-node deployments. You must meet the hardware and software requirements needed for multi-node production deployments.

Important:

We have known issues in scaling the cluster in offline environments with in-cluster registry in Automation Suite versions 2023.10.4 up to 2023.10.8.

To convert your single-node (evaluation) deployment to a multi-node (HA) deployment, follow these steps:

  1. Set or edit the below HA settings in the cluster_config.json file on your primary server node:

    {
    ....
    "profile": "ha",
    "fault_tolerance": 1,
    ...
    }
    {
    ....
    "profile": "ha",
    "fault_tolerance": 1,
    ...
    }
    
  2. Add additional server and agent nodes by referring to the Adding a new node to the cluster page.

  3. Run the infra installation on the first node again by referring to Installing the infrastructure on the first server machine step.

  4. Complete the installation by referring to the Completing the installation step.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated