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

Step 7: Configuring the DNS

The Automation Suite cluster is exposing multiple URLs to access the cluster management tools and the suite core functionality, all based on a common FQDN.

You must configure the DNS for the common FQDN and the subdomains specific to each tool as shown in the following table.

Note:

We support only lowercase FQDNs. Do not use uppercase characters in your FQDN.

ApplicationDomainExample URL
Automation Suitefqdnautomationsuite.mycompany.com
Application Lifecycle Management (ALM)alm.{{fqdn}}alm.automationsuite.mycompany.com
Monitoring / Observabilitymonitoring.{{fqdn}}monitoring.automationsuite.mycompany.com
Object Storeobjectstore.{{fqdn}}objectstore.automationsuite.mycompany.com
Docker Registryregistry.{{fqdn}}registry.automationsuite.mycompany.com
Insightsinsights.{{fqdn}}insights.automationsuite.mycompany.com
Appsapps.{{fqdn}}apps.automationsuite.mycompany.com
Important:

The monitoring DNS entries are optional and depend on whether you use the internal monitoring solution. However, if you enable the built-in monitoring solution at any point, you must ensure the corresponding DNS entries are added first to allow proper access and functionality.

Configuring DNS using public domain registrar

Add a A Record in Advanced DNS or Management section of your domain as shown in the following table:

Type

Host

Value

A Record (or CName ) automationsuite (or a subdomain to access Automation Suite)
  • For A Record : IP Address of Load Balancer
  • For CName : DNS name associated with Load Balancer
A Record (or CName ) *.automationsuite (or a subdomain to access Automation Suite)
  • For A Record : IP Address of Load Balancer
  • For CName : DNS name associated with Load Balancer

See the following example for the configuration:

docs image

Note:

If the * wildcard is too generic, add a separate record or rule for the following subdomains: alm, monitoring, objectstore, registry, insights and apps.

Configuring the DNS in a multi-site deployment

Automation Suite multi-site deployments require that you configure the DNS for the common FQDN and the subdomains specific to each tool as shown in the following table:

Application

Domain

Example

Value

Primary Cluster FQDN

fqdn-primary

automationsuite-primary.mycompany.com

  • For A Record : the IP address of the primary cluster’s load balancer
  • For CName : the DNS name associated with the primary cluster’s load balancer

Secondary Cluster FQDN

fqdn-secondary

automationsuite-secondary.mycompany.com

  • For A Record : the IP address of the secondary cluster’s load balancer
  • For CName : the DNS name associated with the secondary cluster’s load balancer

Application Lifecycle Management

alm.{{fqdn-primary}}

alm.automationsuite-primary.mycompany.com

  • For A Record : the IP address of the primary cluster’s load balancer
  • For CName : the DNS name associated with the primary cluster’s load balancer

alm.{{fqdn-secondary}}

alm.automationsuite-secondary.mycompany.com

  • For A Record : the IP address of the secondary cluster’s load balancer
  • For CName : the DNS name associated with the secondary cluster’s load balancer

Monitoring

monitoring.{{fqdn-primary}}

monitoring.automationsuite-primary.mycompany.com

  • For A Record : the IP address of the primary cluster’s load balancer
  • For CName : the DNS name associated with the primary cluster’s load balancer

monitoring.{{fqdn-secondary}}

monitoring.automationsuite-secondary.mycompany.com

  • For A Record : the IP address of the secondary cluster’s load balancer
  • For CName : the DNS name associated with the secondary cluster’s load balancer

Registry (For offline only)

registry.{{fqdn-primary}}

registry.automationsuite-primary.mycompany.com

  • For A Record : the IP address of the primary cluster’s load balancer
  • For CName : the DNS name associated with the primary cluster’s load balancer

registry.{{fqdn-secondary}}

registry.automationsuite-secondary.mycompany.com

  • For A Record : the IP address of the secondary cluster’s load balancer
  • For CName : the DNS name associated with the secondary cluster’s load balancer

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated