robot
2024.10
true
- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- 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
- 通过代理服务器重定向机器人
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- 设置 Linux 机器人
- 配置包签名验证
- 设置包文件夹和网络路径
- 配置活动订阅源
- Installing robots for attended automations
- Configuring robots for attended automations
- 集成
- 故障排除
Robot admin guide
上次更新日期 2024年12月18日
Licensing robots for attended automations
To execute attended automations, you need to allocate one or more user licenses to your robots.
The following user licenses are available for attended automations:
-
有人值守
-
Citizen Developer
-
Automation Developer
To license a robot for attended automations, first upload and activate a license in Orchestrator, then connect the robot to that Orchestrator instance.
To connect a robot to Orchestrator:
-
In the Assistant, use the Client ID connection type, and provide the client credentials.
-
In the Command Line Interface, use the
--connect
command, and provide the client credentials.
To license a robot without connecting it to Orchestrator, use the License Tool
activate
command in the Command Prompt. The license activation can be done offline and online.
Check out the LicenseTool utility for more commands and parameters.
Run the following command in the same directory where the
UiPath.LicenseTool.exe
is found, and 1234-5678-9010-1112
is the license string.
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate -l 1234-5678-9010-1112
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate -l 1234-5678-9010-1112
Run the following command in the same directory where the
UiPath.LicenseTool.exe
is found, and c:\Downloads\license.txt
is the path to the license file.
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate-offline -f c:\Downloads\license.txt
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate-offline -f c:\Downloads\license.txt