Subscribe

UiPath Robot

The UiPath Robot Guide

Services the Robot Connects to

During the workflow execution, the Robot connects to different services to download required automation packages, check licences, verify certificates, and more. Blacklisting any of these services can result in operation discrepancies, or even failure. The connection is established in the following cases:

  • The Robot validates license details on the machine it is installed on and shares only license-related information with the licensing server.
  • The Robot downloads the required automation packages.

The UiPath Robots connect to different services, such as:

HostnameProtocolPortApplicationComments
platform.uipath.comTCP443httpsThe Cloud Platform Orchestrator services
MyGet.orgTCP443httpsThe Robot downloads the required activity packages.
activate.uipath.comTCP443httpsLicensing Server. If we block this service then UiPath is not able to check the license status and verify the data in the license folder.
jptk0*.proinity.netTCP443httpsThe Robot validates the root certification authority of the code signing certificate.
Please notice that this happens only if the root certification authority is not already in the Windows Certificate Store.
NuGet.orgTCP443httpsThe Robot downloads the required activity dependencies.
a23-*-*-*. deploy.static. akamaitechnologies.comTCP80httpThe Robot checks whether or not the code signing certificate has been revoked.
*.service.signalr.netTCP443https, wssThe Robot connects to Orchestrator's SignalR channels.

The following actions are performed by the Robot in Orchestrator on packages for these services:

platform.uipath.comMyGet.orgactivate.uipath.comjptk0*.proinity.netNuGet.orga23---*. deploy.static. akamaitechnologies.com
ReceiveImageImageImageImageno_rightImage
SendImageImageImageImageno_rightImage
Activationno_rightno_rightImageno_rightno_rightno_right
Not Connectedno_rightno_rightno_rightno_rightno_rightno_right
Connected from UiRobotImageno_rightno_rightno_rightno_rightno_right
Publish to OrchestratorImageno_rightno_rightno_rightno_rightno_right
Manually StartImageImageImageImageno_rightno_right
Scheduled StartImageImageImageImageno_rightno_right
Application Updateno_rightno_rightno_rightno_rightno_rightImage
Package Updateno_rightno_rightno_rightno_rightImageno_right

Depending on your business policy, some URLs might need to be whitelisted for the following actions:

  • Activating your License - activate.uipath.com (port 443). This URL only needs to be whitelisted for Robots which are licensed locally.
  • Updating Studio - *.uipath.com/beta/ (port 80), Beta update channel for the Community Edition
  • Downloading Packages - www.myget.org, *.vo.msecnd.net, www.nuget.org (port 443)
  • Connecting to Cloud Platform Orchestrator services - https://platform.uipath.com (port 443)
  • Subscribing to Orchestrator's SignalR channels - *.service.signalr.net (port 443)

Updated 2 years ago


Services the Robot Connects to


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.