- Primeros pasos
- Comprender UiPath Robot
- Requisitos de instalación
- Instalar robots para automatizaciones unattended
- Configurar robots para automatizaciones unattended
- Implementar automatizaciones unattended
- Conectar robots para automatizaciones unattended a Orchestrator
- Configuración de Windows Server para robots de alta densidad
- Redirección de Robots a través de un servidor proxy
- Implementar autenticación con proveedores de credenciales
- Configuración de Verificación de la firma de paquete
- Configurar carpetas de paquetes y rutas de red
- Configurar fuentes de actividad
- Using EntraID users with multifactor authentication (MFA) for Unattended Robots
- Instalar robots para automatizaciones attended
- Configurar robots para automatizaciones attended
- Integraciones
- Control
- Solución de problemas
- Solución de problemas de Robot Service
- Solución de problemas de ejecución
- Resolución de problemas de grabación y control remoto
- Solución de problemas de red
- Solución de problemas de conexión
- Resolución de problemas de licencias
- Resolución de problemas de paquetes
- Solución de problemas de .NET
- Solución de problemas de registro
- Solución de problemas de la sesión

Guía del administrador de robots
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.
Por ejemplo, el siguiente comando instala el Robot en modo de servicio y utiliza un script para configurar el 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.pacEl siguiente comando instala el robot en modo de servicio y configura la autenticación básica para la configuración 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"- Conecta el robot a Orchestrator
- Implementa algunos paquetes en un entorno que contenga el Robot configurado anteriormente.
- Navega hasta la carpeta
%userprofile%\.nuget\y comprueba si se han descargado los paquetes de proceso y actividades correspondientes. - Ejecuta el trabajo correspondiente para comprobar si se ejecuta correctamente.
- 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
- Configurar el proxy durante la instalación del robot
- Comprobar la conexión del servidor proxy