UiPath Documentation
robot
2025.10
false
Robot-Administratorhandbuch
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Konfigurieren der Netzwerkeinstellungen

Netzwerkzugriffsanforderungen für UiPath Robot, mit Auflistung ausgehender Verbindungen, die für Paketdownloads, die Lizenzierung und die Zertifikatsüberprüfung erforderlich sind.

Executing a workflow implies robot operations such as downloading the automation package, checking licenses, or verifying certificates. To do that, the robot needs to connect to several services. For a successful execution, make sure to grant your robot access to the listed services. The last column, If blocked, summarizes what stops working if a given host is denied or blocklisted.

Ausgehende Verbindungen

Hostname

Protokoll

Port

Anwendung

Nutzung

If blocked

cloud.uipath.com

TCP

443

https

So greifen Sie auf den Automation Cloud Orchestrator zu.

The robot cannot connect to Orchestrator at all: no sign-in, no heartbeat, and no jobs run. This is a full outage, since every other connection depends on it.

download.uipath.com

TCP

443

https

Zum Herunterladen von Studio- oder Robot-MSI-Installationsprogrammen während automatischer Aktualisierungen.

Automatic Studio or Robot updates can no longer be downloaded. Robot keeps running the installed version. Connectivity and job execution are unaffected.

activate.uipath.com

TCP

443

https

To access the licensing server, for checking the license status and verifying data in the license folder for stand-alone licenses only.

Stand-alone license activation and license checks fail with a network error when using online activation. Robots licensed through Orchestrator are unaffected.

jptk0*.proinity.net

TCP

443

https

Hardened/offline images with Windows Update or Automatic Root Updates disabled. Environments where the Trusted Root store has been pruned by policy. In those cases, the robot may reach out to validate the CA.

Only relevant on hardened/offline images with a pruned root store: certificate-chain validation can stall or fail. On standard machines, where the roots are already trusted, there is no impact.

*.nuget.org

TCP

443

https

Zum Herunterladen der erforderlichen Aktivitätsabhängigkeiten.

Dependency packages from nuget.org fail to restore, which results in faulted jobs (NU1102: Unable to find package ...). Packages already cached or available via Orchestrator feed still install.

a23-*-*-*.deploy.static.akamaitechnologies.com

TCP

80

http

So überprüfen Sie, ob das Code Signing Certificate widerrufen wurde.

Can cause operational failures when the robot is running workflows and needs to resolve certificate revocation lists (CRLs) of dependency packages from the web via Akamai CDN.

x1.i.lencr.org

TCP

80

http

Um zu überprüfen, ob die Zertifizierungsstelle von Let's Encrypt das Codesignaturzertifikat widerrufen hat.

HTTPS connections to Automation Cloud may stall or time out if the TLS certificate chain for cloud.uipath.com cannot be validated.

*.service.signalr.net

TCP

443

https, wss

Zum Herstellen einer Verbindung mit den von Orchestrator bereitgestellten SignalR-Kanälen.

Robot falls back to heartbeat polling, resulting in ~30s (default interval) delay on start-job. Live streaming, remote control, instant dispatching or interrupting jobs from Orchestrator stop working.

*.ingest.sentry.io

TCP

443

https

Erforderlich für den Assistant, um Anwendungsfehler an Sentry zu senden. Dies hilft, die häufigsten Probleme zu verfolgen und zu lösen.

No functional impact. Assistant error and crash telemetry is lost. It is controlled by the telemetry setting and is already off when telemetry is disabled.

dev.azure.com

pkgs.dev.azure.com

*.blob.core.windows.net

TCP

443

https

Um UiPath Robotern das Speichern und Abrufen von Daten mithilfe von Azure-Speicherdiensten zu ermöglichen.

Blocking *.blob.core.windows.net breaks Orchestrator features: package download or upload, buckets, video recording, suspending or resuming jobs, large job-arguments. When Azure DevOps feeds are blocked, the robot falls back to the Orchestrator feed or local cache.

           

gallery.uipath.com

marketplace.uipath.com

*.pkgs.visualstudio.com

Hinweis: gallery.uipath.com/api/v2 Weiterleitungen zu uipath.pkgs.visualstudio.com

TCP

443

https

So erhalten Sie Zugriff auf den NuGet-Feed des Marketplace.

Marketplace or curated packages that exist only on these feeds fail to restore, faulting the jobs that use them. Packages available from the Orchestrator feed, or already cached, are unaffected.

dc.applicationinsights.azure.com

dc.applicationinsights.microsoft.com

dc.services.visualstudio.com

*.in.applicationinsights.azure.com

TCP

443

https

So senden Sie Telemetriedaten.

No functional impact. Diagnostic telemetry is lost. Transmission failures are handled in the background and never affect connectivity or job execution.

asstoffalp.z6.web.core.windows.net

TCP 443 https

Erforderlich für den Assistant, um Komponenten für das Excel-Add-In zu laden.

If blocked, you cannot run automations from within Excel through the add-in. Robot, Assistant and all unattended execution are unaffected.

*.uipath.com

TCP

443

https, wss

Erforderlich für die Livestreaming-Funktion, um den Roboter und den Browser zu verbinden.

Live streaming and remote control of the robot from Orchestrator can no longer connect. Normal job execution is unaffected.

Ausgehende Verbindungen im JSON-Format

Kopieren Sie die Daten im JSON-Format und fügen Sie sie in Ihre Netzwerkkonfigurationsdatei ein:

[
    "cloud.uipath.com",
    "download.uipath.com",
    "pkgs.dev.azure.com",
    "activate.uipath.com",
    "jptk0*.proinity.net",
    "*.nuget.org",
    "a23-*-*-*.deploy.static.akamaitechnologies.com",
    "x1.i.lencr.org",
    "*.service.signalr.net",
    "*.ingest.sentry.io",
    "dev.azure.com",
    "pkgs.dev.azure.com",
    "*.blob.core.windows.net",
    "gallery.uipath.com",
    "marketplace.uipath.com",
    "*.pkgs.visualstudio.com",
    "dc.applicationinsights.azure.com",
    "dc.applicationinsights.microsoft.com",
    "dc.services.visualstudio.com",
    "*.in.applicationinsights.azure.com",
    "asstoff1bp.z6.web.core.windows.net",
    "*.uipath.com"
  ]
[
    "cloud.uipath.com",
    "download.uipath.com",
    "pkgs.dev.azure.com",
    "activate.uipath.com",
    "jptk0*.proinity.net",
    "*.nuget.org",
    "a23-*-*-*.deploy.static.akamaitechnologies.com",
    "x1.i.lencr.org",
    "*.service.signalr.net",
    "*.ingest.sentry.io",
    "dev.azure.com",
    "pkgs.dev.azure.com",
    "*.blob.core.windows.net",
    "gallery.uipath.com",
    "marketplace.uipath.com",
    "*.pkgs.visualstudio.com",
    "dc.applicationinsights.azure.com",
    "dc.applicationinsights.microsoft.com",
    "dc.services.visualstudio.com",
    "*.in.applicationinsights.azure.com",
    "asstoff1bp.z6.web.core.windows.net",
    "*.uipath.com"
  ]
  • Ausgehende Verbindungen
  • Ausgehende Verbindungen im JSON-Format

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben