- Démarrage
- Comprendre UiPath Robot
- Prérequis d’installation
- Installation de robots pour des automatisations unattended
- Configuration des robots pour les automatisations unattended
- Déploiement d'automatisations unattended
- Connexion des robots dédiés aux automatisations unattended à Orchestrator
- Configuration de Windows Server pour des Robots haute densité
- Rediriger les Robots vers un serveur proxy
- Implémenter l’authentification avec le fournisseur d’informations d’identification
- 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é
- Using EntraID users with multifactor authentication (MFA) for Unattended Robots
- Installation des robots pour les automatisations attended
- Configuration des robots pour les automatisations attended
- Intégrations
- Gouvernance
- Résolution des problèmes
- Résoudre les problèmes du service de robot UiPath
- Résoudre les problèmes d’exécution
- Enregistrement et dépannage à distance
- Résoudre les problèmes de mise en réseau
- Résolution des problèmes de connexion
- Dépannage des licences
- Dépannage des packages
- Résolution des problèmes .NET
- Dépannage de la journalisation
- Dépannage des problèmes de session

Guide de l’administrateur du Robot
Whenever your infrastructure uses a proxy for machines/users to connect to the internet, you will also need to configure the Robot to use it.
There are two possible configurations based on the Robot installation mode:
- Attended Robot - user-mode installation
- Unattended Robot - service-mode installation
Attended robots inherit the proxy settings configured for your web browser.
If your proxy needs basic authentication, Assistant will prompt you to input your credentials when you first try to connect the Robot to Orchestrator.
You can setup the proxy by using the old way described at Configuring using the web browser or using the Windows proxy settings
proxy.json file and the corresponding Windows Settings of the user account(s) that will run automations.
proxy.json follow the Configuring the proxy settingsFor configuring the proxy for the user account(s) that will run automations, follow the Configuring the proxy for Attended Robots
proxy.json file. If you are updating from an older version and you already have a proxy setup in place, it is automatically migrated to the new file.
To add the proxy settings while installing Unattended robots (service-mode), use the dedicated command line parameters in your installation command.
Par exemple, la commande suivante installe le Robot en mode service et utilise un script pour configurer le proxy :
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_SCRIPT_ADDRESS=http://localhost/proxy.pacUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_SCRIPT_ADDRESS=http://localhost/proxy.pacLa commande suivante installe le Robot en mode service et configure l’authentification de base pour les paramètres de proxy :
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_ADDRESS=http://my.proxy.net:8008 PROXY_USERNAME="myUser" PROXY_PASSWORD="myUser" PROXY_DOMAIN="myUser"UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService PROXY_ADDRESS=http://my.proxy.net:8008 PROXY_USERNAME="myUser" PROXY_PASSWORD="myUser" PROXY_DOMAIN="myUser"- Établissez une connexion entre le Robot et Orchestrator.
- Déployez des paquets sur un environnement contenant le Robot précédemment configuré.
- Accéder au dossier
%userprofile%\.nuget\pour vérifier que les processus et paquets d'activités correspondants ont bien été téléchargés. - Exécutez la tâche correspondante pour vérifier son bon fonctionnement.
- Configuring the proxy for Attended robots (user-mode)
- Configuring the proxy for Unattended robots (service-mode)
- Configuring the proxy using the
proxy.jsonfile - Configuring the proxy using the web browser
- Configuring the proxy using Windows settings
- Configuration des paramètres du proxy lors de l’installation du Robot
- Vérification de la connexion au serveur proxy