Orchestrator is not accessible after joining domain and update hostname.
Issue: How to update Orchestrator once the hostname/FQDN get changed?
Resolution:
- 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
- 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
- Update FQDN in all the URLs with new one in the following 2 tables in database
- a) [Identity].[ClientRedirectUris]
- b) [Identity].[ClientPostLogoutRedirectUris]
- Also follow Platform Configuration Tool to use Powershell Script tool with -UpdateUiPathUrl option to update Orchestrator URL.