How to publish and deploy UiPath Project on Production Server?

Hi @abskulkarni

  1. Please check this topic:
    How to Install UiPath Orchestrator as community edition

  2. UiRobot.exe can be found in %localappdata%\UiPath\app-17.1.6414
    First you have to provision the robot to orchestrator.
    Then, to connect the robot: on the Robot machine, do the following:
    -In the system tray, click the UiPath Robot icon. The UiPath Robot window is displayed.
    -Click Settings. The Settings window is displayed.
    -Type the Robot key from orchestrator and the server URL(https://platform.uipath.com)
    -Click Connect. The Robot is now deployed to Orchestrator and its status changed to Available.
    After all these steps, if you publish the project, the Info dialog box is displayed and copies the project to the NuGet location set in the NuGetServerUrl parameter, in the UiPath.settings file.

  3. When it’s not connected to the server. If you connect the robot to orchestrator, every time you add
    a new robot a license is consumed. This is reflected in the Settings page, in the License tab.

  4. Since the Community edition has no server integration, you don’t need minimum requirements to access platform.uipath.com(only for testing purposes)

Please let me know if this helps.

2 Likes