Changing where UiRobot gets processes from

Hello all, so I want to change where my robot downloads published processes from. I am not connected to Orchestrator and my goal is to have this robot read from a shared file location. Any idea how to accomplish this?

Hi @kkalian!

You need to edit the UiPath.settings file which is in your robot installation folder:

  • For community edition: C:\Users[username]\AppData\Local\UiPath
  • For enterprise edition: C:\Program Files (x86)\UiPath

There you must change the NuGetServerUrl and set it to where you want your robot to check for processes.

2 Likes

@nerlichman

Thank you for getting back to me, ive been looking for this file, but cannot find it anywhere. I found a .settings file called “UiStudio.v2”, but it does not contain NuGetServerUrl.

Can you check under C:\ProgramData\UiPath?

1 Like

@nerlichman

It is there! Now just gotta change that one value and I should be set right? How do the changes reflect in the robot tray?

@nerlichman

So I am editing the .settings file, but nothing is happening. Any ideas on how to remedy this? I have tried relaunching the robot/refreshing and it’s tray does not change.

Please refer to this reply from @ClaytonM to a similar post and let me know if this solves your problem.