Customization of Orchestrator URL

Hi,

A typical orchestrator URL will follow the server FQDN. For example (https://orchestrator.domain)

However I would like to customize the URL above to the following URL format (https://orchestrator.domain/rpa). The identity URL will then subsequently become (https://orchestrator.domain/rpa/identity)

I don’t see any option for me to append /rpa during installation nor IIS setting (because it only accept hostname)

Has anyone done that before? If yes, could you please advice what is the workaround?

Thank you in advance

1 Like

Hi @fred.too
have you checked the IIS Binding?

Can you try this? I was able to change the URL when our server team changed the hostname. May be the same setup can be done for customization also.

1 Like

Hi, IIS binding only limited to hostname only. It doesn’t allow me to append /rpa behind the FQDN.

2 Likes

Hi there,

how do you manage to find the " [RedirectUri] field" in the database table?

1 Like

hi @fred.too
Are your using Azure ?

Nope, I have not gone into the integration path yet. Anyways I manage to found the field, you just have to edit/run the SQL query on that table

1 Like

Were you able to change the URL successfully? Most of the items are in the database only. If you have SQL server hostname change, you might need to do some additional changes in Orchestrator/Identity/Webhooks config files.

Just putting an additional information here we had come across.

If you are planning to use a customized name for orchestrator, the name should resolve IP of the orchestrator server which means the DNS entry should be done for the name. (Adding the name and IP in hosts file will work temporarily but while licensing the orchestrator, it can cause issues due to unresolved IP). If the customized name is not returning the IP when you ping the name, orchestrator won’t come up. Just an issue we had come across when tried to install with customized name.

Adding “/” in URL is a whole different story anyway.

Hi @fred.too,

Have you been able to solve this problem?

Thank you for your help.