How To Generate License File Offline And Upload It To Orchestrator

How to generate license file offline and upload it to Orchestrator?

Scenario 1: Robot version before 2019.4 (included)

  1. In any Robot machine, open command prompt in admin mode
  • cd C:\Program Files (x86)\UiPath\Studio\UiPath
  • regutil.exe get-activation-cert /email=your.email@domain.com /code=license-code /out_file=C:\certificate.txt
  1. Copy the content of C:\certificate.txt and click the Activation Link to activate it in the portal
  2. Copy the generated text into C:\response.txt
  3. In the command prompt run the below command
  • regutil.exe activate /offline /code=12345678909 /response_file=C:\response.txt
  1. In the command prompt run the below command
  • regutil.exe export-info /out_file=C:\orchestrator.license
  1. Upload the C:\orchestrator.license to Orchestrator.



Scenario 2: Robot version After 2019.10 (included)


More information can be found in Activating And Uploading Your License for version 2019 and here for the latest version 2021.10.