- Démarrage
- Comprendre UiPath Robot
- Assistant UiPath
- Prérequis d’installation
- Matrice de compatibilité
- Prérequis logiciels et matériels
- Configuring networking settings
- Fichiers de configuration
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Configuration de Windows Server pour des Robots haute densité
- Rediriger les Robots vers un serveur proxy
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Configurer des Robots Linux
- Configuration de la vérification de la signature des paquets
- Configurer des dossiers de package et des chemins d’accès réseau
- Configurer des flux d’activité
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- Intégrations
- Résolution des problèmes
- Résoudre les problèmes du service de robot UiPath
- Résoudre les problèmes d’exécution
- Résoudre les problèmes de mise en réseau
- Résolution des problèmes de connexion
- Licensing troubleshooting
- Package troubleshooting
- Résolution des problèmes .NET
- Dépannage de la journalisation
- Dépannage des problèmes de session
Guide de l’administrateur du Robot
Configuring networking settings
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:
Nom de l'hôte |
Protocole |
Port |
Application |
Utilisation |
---|---|---|---|---|
|
TCP |
443 |
https |
To access Automation Cloud Orchestrator. |
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. |
|
TCP |
443 |
https |
To download the required activity packages. |
|
TCP |
443 |
https |
To access Azure CDN, which is used by Myget to distribute files. |
|
TCP |
443 |
https |
To access the licensing server, for checking the license status and verifing data in the license folder. |
|
TCP |
443 |
https |
To validate the root certification authority for the code signing certificate, unless it is already stored in the Windows Certificate Store. |
|
TCP |
443 |
https |
To download the required activity dependencies. |
|
TCP |
80 |
http |
To verify if the code signing certificate has been revoked. |
|
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 |
Required by Assistant, to download UiPath widgets. |
Remarque :
gallery.uipath.com/api/v2 redirige vers 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",
"*.vo.msecnd.net",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com",
"off-prod-tm.trafficmanager.net/23.4.2/",
"*.trafficmanager.net"
]
[
"cloud.uipath.com",
"download.uipath.com",
"pkgs.dev.azure.com",
"*.vo.msecnd.net",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com",
"off-prod-tm.trafficmanager.net/23.4.2/",
"*.trafficmanager.net"
]