I want to password protect my uipath Project so someone else doesn't use them

Hi Team,

I want to password protect my UiPath Project so someone else doesn’t use them

Is there any way?

Kind regards,

RK

Hi @Raks_K

Use a version control system (such as Git, SVN, etc.) to manage your UiPath projects. With a version control system, you can control who has access to the project repository.

Regards

@Raks_K,

Where you are going to expose your project? are you worried about project deployed or published to Orchestrator and from there someone will download the source code?

If this is the case you can control if you want to keep your source code in Nuget package or not like this.

Thanks,
Ashok :slight_smile:

@ashokkarale I am putting my file in someone else computer to run.

I want them to be able to use it but not make any changes to it.

How can I do that?

You could make the project files read-only, but i guess that would be easily removed again, if the customer knows how.

(Image is in danish, but the check-box is for read-only).

image

Don’t install Studio on their computer.

1 Like

You shouldn’t be giving them the project you should be giving them the published .nupkg file.