Migrate processes from one server to another

Hi ,
How can I migrate processes/bots from one server to another without using orchestrator ?

@pratiksha_pawar

Process means you can download the package and copy paste the package to your required sever

but what do you mean by bot without using orchestrator?

Thanks

@pratiksha_pawar

Welcome back to our UiPath Community.

Copy the project folders from below path under one server machine to other server machine and then you can run it from UiPath Assistant/Robot

       C:\Users\%Username%\.nuget\packages

@Srini84
I have to migrate the processes running on one server to another but these process are attended I have not published the process to orchestrator

Thanks @lakshman

1 Like

I have to publish the bot to local folder a create nuget package and then I can run it from uipath assistant??

@pratiksha_pawar

If you have UiPath studio installed in other server machine too then you can open the code in studio and then publish it. Then you can run directly from UiPath Assistant.

If studio is not installed then copy the code from .nuget package folder from other machine to new server machine and then it will show in UiPath Assistant and you are good to run it.

If studio is not installed then copy the code from .nuget package folder from other machine to new server machine and then it will show in UiPath Assistant and you are good to run it. @lakshman I did not understand this how will I have bot which is not published in nuget??

@pratiksha_pawar

Is UiPath studio installed in new server machine ?