- Getting started
- Understanding UiPath Robot
- Installation requirements
- Compatibility matrix
- Hardware and software requirements
- Configuring networking settings
- Configuration files
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for High-Density Robots
- Redirecting robots through a proxy server
- Implementing authentication with credential providers
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Using EntraID users with multifactor authentication (MFA) for Unattended Robots
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrations
- Governance
- Troubleshooting

Robot admin guide
Executing a workflow implies robot operations such as downloading the automation package, checking licenses, or verifying certificates. To do that, the robot needs to connect to several services. For a successful execution, make sure to grant your robot access to the listed services:
|
Hostname |
Protocol |
Port |
Application |
Usage |
|---|---|---|---|---|
|
|
TCP |
443 |
https |
To access Automation Cloud Orchestrator. |
download.uipath.com |
TCP |
443 |
https | To download Studio or Robot MSI installers during automatic updates. |
|
|
TCP |
443 |
https |
To access the licensing server, for checking the license status and verifing data in the license folder. |
|
|
TCP |
443 |
https |
Hardened/offline images with Windows Update or Automatic Root Updates disabled. Environments where the Trusted Root store has been pruned by policy.In those cases, the Robot may reach out to validate the CA as UiPath describes. |
|
|
TCP |
443 |
https |
To download the required activity dependencies. |
|
|
TCP |
80 |
http |
To verify if the code signing certificate has been revoked. |
|
|
TCP |
80 |
http |
To verify whether the Let's Encrypt certificate authority has revoked the code signing certificate. |
|
|
TCP |
443 |
https, wss |
To connect to the SignalR channels provided by Orchestrator. |
|
|
TCP |
443 |
https |
Required by Assistant, to send application errors to Sentry. This helps tracking and solving the most common problems. |
|
|
TCP |
443 |
https |
To enable UiPath Robots to store and retrieve data using Azure storage services. |
|
Note:
gallery.uipath.com/api/v2 redirects to uipath.pkgs.visualstudio.com |
TCP |
443 |
https |
To access the Marketplace NuGet feed. |
|
|
TCP |
443 |
https |
To send telemetry data. |
|
| TCP | 443 | https |
Required by Assistant, to load components for the Excel add-in. |
*.trafficmanager.net |
TCP |
443 |
wss | Required by the Live streaming feature, to connect the robot and the browser. |
Copy the data in the JSON format and paste it in your network configuration file:
[
"cloud.uipath.com",
"download.uipath.com",
"pkgs.dev.azure.com",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"x1.i.lencr.org",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"gallery.uipath.com",
"marketplace.uipath.com",
"*.pkgs.visualstudio.com",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com",
"asstoff1bp.z6.web.core.windows.net",
"*.trafficmanager.net"
][
"cloud.uipath.com",
"download.uipath.com",
"pkgs.dev.azure.com",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"x1.i.lencr.org",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"gallery.uipath.com",
"marketplace.uipath.com",
"*.pkgs.visualstudio.com",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com",
"asstoff1bp.z6.web.core.windows.net",
"*.trafficmanager.net"
]