How To Update Orchestrator Once The Hostname/FQDN Get Changed?

Orchestrator is not accessible after joining domain and update hostname.

Issue: How to update Orchestrator once the hostname/FQDN get changed?

Resolution:

  1. Use your new hostname (FQDN) to generate a new certificate, and follow KB Changing The SSL Certificate For UiPath Orchestrator Website to change certificate of Orchestrator

  1. Follow the information mentioned at Changing the Orchestrator / Identity Server URL to update Orchestrator URL, it usually updates the following configuration files:
  • a) {OrchestratorInstallFolder}\UiPath.Orchestrator.dll.config
  • b) {OrchestratorInstallFolder}\identity\appsettings.Production.json
  • c) {OrchestratorInstallFolder}\Webhooks\appsettings.Production.json
  • d) {OrchestratorInstallFolder}\ResourceCatalog\appsettings.Production.json

  1. Update FQDN in all the URLs with new one in the following 2 tables in database
  • a) [Identity].[ClientRedirectUris]
  • b) [Identity].[ClientPostLogoutRedirectUris]
  1. Also follow Platform Configuration Tool ​​​​​​​ to use Powershell Script tool with -UpdateUiPathUrl option to update Orchestrator URL.