From Orchestrator
To license your Robot, all you have to do is connect it to Orchestrator, and select the proper type. This is the recommended way of licensing your Robots. There are multiple ways in which you can connect a Robot to Orchestrator:
Each time you connect a new Robot to Orchestrator, a license is consumed. This is reflected in the Settings page, in the License tab.


From the Command Line
You can also activate a license on your Robot with the help of the Command Prompt. This type of activation is recommended when your Robot is not connected to Orchestrator.
A license on a Robot can be activated:
- While installing the Robot by using the
CODE
parameter. For example:
D:\UiPathPlatform.msi CODE=1234567890
- After the installation is done, using the
/email
and/code
. For example:
C:\Program Files (x86)\UiPath Platform\UiPath\regutil.exe activate /code=1234567890
Note
You can also license your Robot through a proxy. See here the detailed procedure.
Updated 2 years ago