UiPath Documentation
automation-suite
2.2510
true
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.

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

  1. Ensure that your single-node cluster is functional and all applications are healthy. To perform quick sanity check, refer to the Running the diagnostics tool page.

  2. 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,
    ...
    }
    
  3. Add additional server and agent nodes by referring to the Adding a new node to the cluster page.

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

  5. 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