Hi UiPath Community,
One of the most common infrastructure issues is when UiPath Robot shows as “Disconnected” or “Unavailable” in Orchestrator.
This prevents automation execution and indicates a platform connectivity problem.
Based on infrastructure troubleshooting experience, here is a structured checklist to identify and resolve the issue.
Understanding the connection architecture:
UiPath Robot Service (Windows Service)
↓
Secure HTTPS Connection (Port 443)
↓
UiPath Orchestrator
↓
Identity Server Authentication
↓
Robot Connected State
If any component fails, robot shows as Disconnected.
Root Cause 1: UiPath Robot Service is stopped
Resolution:
Open Services on robot machine:
services.msc
Find:
UiPath Robot
Ensure Status = Running
If stopped, start the service.
Recommended: Restart the service to refresh connection.
Root Cause 2: Incorrect Orchestrator URL configuration
Resolution:
Open UiPath Assistant
Check Orchestrator URL:
Example:
Ensure correct tenant and URL.
Test URL in browser to confirm accessibility.
Root Cause 3: Firewall blocking outbound HTTPS connection
Robot requires outbound HTTPS (Port 443).
Resolution:
Check firewall rules
Ensure outbound access to:
or your Orchestrator server URL
Blocked firewall prevents robot authentication.
Root Cause 4: Machine Template or Machine Key mismatch
Resolution:
Go to Orchestrator → Tenant → Machines
Verify:
Machine Template exists
Machine Key matches robot machine configuration
Incorrect machine key causes authentication failure.
Root Cause 5: Identity Server authentication failure
Identity Server handles robot authentication.
Resolution:
Verify Orchestrator is accessible
Re-login UiPath Assistant
Sign out and reconnect machine.
Root Cause 6: DNS resolution issue
Resolution:
From robot machine, test:
ping cloud.uipath.com
If DNS fails, check network and DNS configuration.
Recommended infrastructure troubleshooting steps:
- Restart UiPath Robot Service
- Verify Orchestrator URL access
- Verify firewall outbound HTTPS
- Verify Machine Template configuration
- Verify network connectivity
Conclusion:
Most Robot Disconnected issues are caused by:
• Robot Service stopped
• Firewall blocking HTTPS
• Machine Key mismatch
• Incorrect Orchestrator URL
• Network connectivity issues
Following this checklist helps quickly restore robot connectivity.
Hope this helps anyone troubleshooting UiPath Robot infrastructure connectivity.
Nandri,
Muthuraman G