- Getting started
- Understanding UiPath Robot
- Installation requirements
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for High-Density Robots
- Redirecting robots through a proxy server
- Implementing authentication with credential providers
- Using network locations
- Setting up Linux robots
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrations
- Governance
- Troubleshooting

Robot admin guide
Recording and Remote Control troubleshooting
RDP connection applications use different techniques to optimize resource consumption. One technique consists in disconnecting the remote display buffer when the RDP application is minimized. This may lead to issues with UI Automations, screen recording, or remote control. You can prevent these issues by disabling the resource consumption optimization.
To achieve this, edit the Remote Desktop registry settings on all computers connecting to the Robot via RDP, but not on the Robot machine. You need administrator privileges to perform the following steps:
Upon upgrading your Robot installation via existing scripts, you may encounter the following error: "Robot installation missing component: RealVNC".
LiveStreaming
parameter. To use the live streaming feature, you must add this parameter to the ADDLOCAL
command.
LiveStreaming
parameter, the update installs the Robot without the RealVNC capabilities.
ADDLOCAL
parameter is used. If you choose to use
the ADDLOCAL
parameter in a command prompt installation,
you must add the LiveStreaming
flag.
UiPathRobot.msi
command performs a custom installation or upgrade which also installs
RealVNC, the software that is required for live streaming:
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,LiveStreaming
UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,LiveStreaming