UiPath Robot to Orchestrator Connection Explained for Infrastructure Engineers

Hi UiPath Community,

I wanted to share a simple infrastructure-level explanation of how UiPath Robot connects to Orchestrator. This may help beginners and infrastructure engineers troubleshooting connectivity issues.

Core Components Involved:

  1. UiPath Robot Service (Windows Service)
    Installed on the robot machine. It runs in the background and manages communication.

  2. Machine Key / Machine Template
    Used for authenticating the robot machine with Orchestrator.

  3. UiPath Assistant
    User interface that interacts with the Robot Service.

  4. Orchestrator (Hosted on IIS / Automation Cloud)
    Central server managing robots, processes, queues, and assets.

Connection Flow:

Robot Service → HTTPS (Port 443) → Orchestrator URL → Identity Server → Authentication → Robot Connected

Common Infrastructure Issues:

• Incorrect Machine Key
• Firewall blocking outbound HTTPS (443)
• SSL certificate issues
• Incorrect Orchestrator URL
• Robot service not running
• Identity Server misconfiguration

Infrastructure Troubleshooting Steps:

  1. Verify Robot Service is running (services.msc)
  2. Verify Orchestrator URL is accessible in browser
  3. Check firewall allows outbound HTTPS
  4. Restart UiPath Robot Service
  5. Verify machine template assignment in Orchestrator

Infrastructure engineers should also monitor:

• IIS Application Pool status
• SQL Server connectivity
• SSL certificate validity

I hope this helps anyone troubleshooting robot connectivity.

Happy automating!

1 Like

Hello @muthuraman.g!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff