- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- Configuring automation capabilities
- Solutions
- Audit
- Settings
- Registry
- Cloud robots
- Automation Suite Robots
- Folders Context
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Indexes
- Queues
- Assets
- Connections
- Business Rules
- Storage Buckets
- MCP Servers
- Orchestrator testing
- Resource Catalog Service
- Integrations
- Troubleshooting
Orchestrator user guide
Will the machine images that I created be automatically updated with the latest Windows version and updates?
No. If you want to have the latest Windows version and updates, you need to rebuild your image in the cloud services provider (CSP).
When are UiPath Robot updates applied?
The auto-update system ensures that the latest versions of UiPath Robot and Studio are installed, without any user interaction. Depending on the release cycle and the criticality of the update, the updates will be installed gradually to all of our customers, while making sure that important updates are applied with priority.
The update happens:
- when a machine needing an update first starts
- before a machine that was running jobs shuts down
- for machines that are in constant use and are not able to receive the update, we schedule a short maintenance window on the machine to apply the update.
Important:
If the Allow UiPath to manage Robot updates toggle is disabled from Pool Configurations, UiPath services will not install or update Robot and browser extensions. Please make sure you install the needed services and update them accordingly.
How can I enable browser extensions on my machine?
Install the UiPath remote runtime on the ERO template.
During the installation
Select the desired browser extension, such as Chrome Extension. The extension must be installed under the same user who executes the jobs. To ensure the proper functioning of the extension, open it after the installation completes.
The latest UiPath remote runtime version is available on the Product Downloads page of the Customer Portal.
Post-installation
Open Studio Desktop, go to Home > Tools > UiPath Extensions, and click Install for the desired browser. Only supported browsers are displayed in the list.
Figure 1. UiPath Extensions
What are the requirements for using the Self-Managed Robot Version feature?
To use the Self-Managed Robot Version feature, ensure the following requirements are met.
Install Studio with Unattended Robot
When installing UiPath Studio, select the Unattended Robot option. The Robot executable must be installed in one of the following default locations:
C:\Program Files\UiPath\Studio\UiRobot.exeC:\Program Files (x86)\UiPath\Studio\UiRobot.exe
Verify the UiRobotSvc service
After installation, confirm that the UiRobotSvc service is available and running. You can verify this by:
- Checking Task Manager > Services, or
- Running the following command in a terminal:
Get-Service UiRobotSvc
Configure user permissions
Ensure that the user account used to run jobs has access to the Robot installation directory.
Additionally, the Local System account must have access to the Robot installation path and the UiRobotSvc service. For more information, check the Local System account documentation.
If these requirements are not met, job execution may fail when using a self-managed Robot version.
- Will the machine images that I created be automatically updated with the latest Windows version and updates?
- When are UiPath Robot updates applied?
- How can I enable browser extensions on my machine?
- During the installation
- Post-installation
- What are the requirements for using the Self-Managed Robot Version feature?