Subscribe

UiPath Robot

The UiPath Robot Guide

From the Command Line

  1. Deploy a Robot to Orchestrator, as explained here. If you have multiple Robots on the same machine, you must deploy them all to Orchestrator.
  2. Open the Command Prompt.
  3. Go to the directory where your UiPath Robot has installed (by default C:\Program Files (x86)\UiPath\Studio). For example: cd C:\Program Files (x86)\UiPath\Studio.
  4. Use the --connect, -url and -key command line arguments, and the Orchestrator URL and the Machine Key to deploy the Robot to Orchestrator. For example: UiRobot.exe --connect -url https://demo.uipath.com/ -key ba1e4809-2f64-4965-bae2-efda62d20164. The Robot is now deployed to Orchestrator and has the available status. If you have a High-Density environment, all the Robots are now connected to Orchestrator.

📘

Note:

The code used with the -key argument is the machine key obtained from Orchestrator at step 1, and the web address provided in the -url argument is Orchestrator's URL. For more information, see the Arguments Description topic.

Updated 3 years ago



From the Command Line


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.