- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- 为 Unattended 自动化安装机器人
- 为 Unattended 自动化配置机器人
- 为有人值守的自动化安装机器人
- 为有人值守的自动化配置机器人
- 集成
- 故障排除
配置网络设置
执行工作流意味着机器人操作,例如下载自动化包、检查许可证或验证证书。 为此,机器人需要连接到多项服务。 为成功执行,请确保向您的机器人授予对所列服务的访问权限:
主机名 |
协议 |
端口 |
应用程序 |
用法 |
---|---|---|---|---|
|
TCP |
443 |
https |
访问 Automation Cloud Orchestrator。 |
download.uipath.com |
TCP |
443 |
https | 在自动更新期间下载 Studio 或 Robot MSI 安装程序。 |
|
TCP |
443 |
https |
下载所需的活动包。 |
|
TCP |
443 |
https |
用于访问 Myget 用于分发文件的 Azure CDN。 |
|
TCP |
443 |
https |
访问许可服务器,以检查许可证状态并验证许可证文件夹中的数据。 |
|
TCP |
443 |
https |
验证代码签名证书的根证书颁发机构,除非该证书已存储在 Windows 证书存储中。 |
|
TCP |
443 |
https |
下载所需的活动依赖项。 |
|
TCP |
80 |
http |
验证是否已吊销代码签名证书。 |
|
TCP |
443 |
https, wss |
连接到 Orchestrator 提供的 SignalR 通道。 |
|
TCP |
443 |
https |
是 Assistant 的必需项,用于将应用程序错误发送到 Sentry。 这有助于跟踪和解决最常见的问题。 |
|
TCP |
443 |
https |
Assistant 需要下载 UiPath 微件。 |
备注:
gallery.uipath.com/api/v2 重定向到 uipath.pkgs.visualstudio.com |
TCP |
443 |
https |
访问 UiPath 市场 NuGet 订阅源。 |
|
TCP |
443 |
https |
发送遥测数据。 |
| TCP | 443 | https |
作为 Assistant 所需,用于加载 Excel 加载项的组件。 |
*.trafficmanager.net |
TCP |
443 |
wss | 作为实时流功能所需,用于连接机器人和浏览器。 |
复制 JSON 格式的数据,并将其粘贴到网络配置文件中:
[
"cloud.uipath.com",
"download.uipath.com",
"pkgs.dev.azure.com",
"*.vo.msecnd.net",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com",
"off-prod-tm.trafficmanager.net/23.4.2/",
"*.trafficmanager.net"
]
[
"cloud.uipath.com",
"download.uipath.com",
"pkgs.dev.azure.com",
"*.vo.msecnd.net",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com",
"off-prod-tm.trafficmanager.net/23.4.2/",
"*.trafficmanager.net"
]