UiPath Documentation
robot
latest
false
Guide de l’administrateur du Robot
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Configuration des paramètres réseau

Configurez l'accès réseau sortant pour le robot UiPath en accordant l'accès aux services externes requis pour les téléchargements de packages et les vérifications de licence.

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. The last column, If blocked, summarizes what stops working if a given host is denied or blocklisted.

Connexions sortantes

Nom de l'hôte

Protocole

Port

Application

Utilisation

If blocked

cloud.uipath.com

TCP

443

https

Pour accéder à Automation Cloud Orchestrator.

The robot cannot connect to Orchestrator at all: no sign-in, no heartbeat, and no jobs run. This is a full outage, since every other connection depends on it.

download.uipath.com

TCP

443

https

Pour télécharger les programmes d’installation de Studio ou de Robot MSI dans le cadre des mises à jour automatiques.

Automatic Studio or Robot updates can no longer be downloaded. Robot keeps running the installed version. Connectivity and job execution are unaffected.

activate.uipath.com

TCP

443

https

To access the licensing server, for checking the license status and verifying data in the license folder for stand-alone licenses only.

Stand-alone license activation and license checks fail with a network error when using online activation. Robots licensed through Orchestrator are unaffected.

jptk0*.proinity.net

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.

Only relevant on hardened/offline images with a pruned root store: certificate-chain validation can stall or fail. On standard machines, where the roots are already trusted, there is no impact.

*.nuget.org

TCP

443

https

Pour télécharger les dépendances d’activité requises.

Dependency packages from nuget.org fail to restore, which results in faulted jobs (NU1102: Unable to find package ...). Packages already cached or available via Orchestrator feed still install.

a23-*-*-*.deploy.static.akamaitechnologies.com

TCP

80

http

Pour vérifier si le certificat de signature du code a été révoqué.

Can cause operational failures when the robot is running workflows and needs to resolve certificate revocation lists (CRLs) of dependency packages from the web via Akamai CDN.

x1.i.lencr.org

TCP

80

http

Pour vérifier si l’autorité du certificat Le chiffrement (Let’s Encrypt) a révoqué le certificat de signature du code.

HTTPS connections to Automation Cloud may stall or time out if the TLS certificate chain for cloud.uipath.com cannot be validated.

*.service.signalr.net

TCP

443

https, wss

Pour se connecter aux canaux SignalR fournis par Orchestrator.

Robot falls back to heartbeat polling, resulting in ~30s (default interval) delay on start-job. Live streaming, remote control, instant dispatching or interrupting jobs from Orchestrator stop working.

*.ingest.sentry.io

TCP

443

https

Requis par l’Assistant pour envoyer les erreurs d’application à Sentry. Cela aide à suivre et à résoudre les problèmes les plus courants. Sentry est contrôlé par le paramètre de télémétrie et est désactivé lorsque la télémétrie est désactivée. (Reportez-vous à Désactivation de la télémétrie)

No functional impact. Assistant error and crash telemetry is lost. It is controlled by the telemetry setting and is already off when telemetry is disabled.

dev.azure.com

pkgs.dev.azure.com

*.blob.core.windows.net

TCP

443

https

Pour permettre aux robots UiPath de stocker et de récupérer des données à l'aide des services de stockage Azure.

Blocking *.blob.core.windows.net breaks Orchestrator features: package download or upload, buckets, video recording, suspending or resuming jobs, large job-arguments. When Azure DevOps feeds are blocked, the robot falls back to the Orchestrator feed or local cache.

           

gallery.uipath.com

marketplace.uipath.com

*.pkgs.visualstudio.com

Remarque : gallery.uipath.com/api/v2 redirige vers uipath.pkgs.visualstudio.com

TCP

443

https

Pour accéder au flux NuGet Marketplace.

Marketplace or curated packages that exist only on these feeds fail to restore, faulting the jobs that use them. Packages available from the Orchestrator feed, or already cached, are unaffected.

dc.applicationinsights.azure.com

dc.applicationinsights.microsoft.com

dc.services.visualstudio.com

*.in.applicationinsights.azure.com

TCP

443

https

Pour envoyer des données de télémétrie.

No functional impact. Diagnostic telemetry is lost. Transmission failures are handled in the background and never affect connectivity or job execution.

asstoffalp.z6.web.core.windows.net

TCP 443 https

Requis par UiPath Assistant pour charger des composants pour le complément Excel.

If blocked, you cannot run automations from within Excel through the add-in. Robot, Assistant and all unattended execution are unaffected.

*.uipath.com

TCP

443

https, wss

Requis par la fonctionnalité de flux en direct pour connecter le robot et le navigateur.

Live streaming and remote control of the robot from Orchestrator can no longer connect. Normal job execution is unaffected.

Connexions sortantes au format JSON

Copiez les données au format JSON et collez-les dans votre fichier de configuration réseau :

[
    "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",
    "*.uipath.com"
  ]
[
    "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",
    "*.uipath.com"
  ]
  • Connexions sortantes
  • Connexions sortantes au format JSON

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour