robot
2024.10
false
- 入门指南
- 了解 UiPath Robot
- 安装要求
- 为 Unattended 自动化任务安装机器人
- 为 Unattended 自动化配置机器人
- 为 Attended 自动化安装机器人
- 为 Attended 自动化配置机器人
- 集成
- 监管
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

机器人管理员指南
上次更新日期 2025年9月10日
要执行 Attended 自动化,您需要为机器人分配一个或多个用户许可证。
以下用户许可证可用于 Attended 自动化:
-
有人值守
-
Citizen Developer
-
Automation Developer
要为机器人授予 Attended 自动化许可证,请先在 Orchestrator 中上传并激活许可证,然后将机器人连接到该 Orchestrator 实例。
要将机器人连接到 Orchestrator,请执行以下操作:
-
在 Assistant 中,使用客户端 ID 连接类型,并提供客户端凭据。
-
在命令行接口中,使用
--connect
命令,并提供客户端凭据。
要在不将机器人连接到 Orchestrator 的情况下许可机器人,请在命令提示符中使用许可证工具
activate
命令。许可证激活可以离线和在线完成。
请查看许可证工具实用程序,以获取更多命令和参数。
在线激活
在拥有
UiPath.LicenseTool.exe
的同一目录中运行以下命令,其中 1234-5678-9010-1112
是许可证字符串。
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
离线激活
在拥有
UiPath.LicenseTool.exe
的同一目录中运行以下命令,其中 c:\Downloads\license.txt
是许可证文件路径。
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