- Deploy a Robot to Orchestrator, as explained here. If you have multiple Robots on the same machine, you must deploy them all to Orchestrator.
- Open the Command Prompt.
- 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. - Use the
--connect,-urland-keycommand 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
-keyargument is the machine key obtained from Orchestrator at step 1, and the web address provided in the-urlargument is Orchestrator's URL. For more information, see the Arguments Description topic.
Updated 3 years ago
See Also
| From the Command Line |
| Installing the Robot |
| About Licensing |
| From Orchestrator and the Orchestrator Settings Window |