- Getting Started
- Requirements
- Best Practices
- Installation
- Updating
- Identity Server
- Troubleshooting startup errors

Orchestrator installation guide
web.config and UiPath.Orchestrator.dll.config files and NuGet packages, if applicable.
There are multiple options for performing this backup, including many third-party solutions that you can license and install if desired; however, this example guides you through the process using the integrated Maintenance Plans functionality already present in SQL Server Management Studio.
Creating the Maintenance Plan
Executing the Maintenance Plan
The backup as defined in your created maintenance plan can also be executed outside of the defined schedule as follows:
Backing up your Orchestrator configuration and NuGet packages requires copying the relevant files and folders to your designated backup location. This page provides the details needed to identify and locate those files and folders you must copy.
Orchestrator Web.config and UiPath.Orchestrator.dll.config Files
Backup
The steps needed to backup your Orchestrator configuration vary slightly depending on your deployment model (e.g. On-prem and IaaS (Infrastructure as a Service), or PaaS (Platform as a Service)).
On-Prem and IaaS Deployments
- Open your Orchestrator installation directory. By default, this is
C:\Program Files (x86)\UiPath\Orchestrator. - Copy the
web.configandUiPath.Orchestrator.dll.configfiles located there to your designated backup location.
Azure PaaS Deployments
- Select your Orchestrator App Service.
- From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD.
- Open the Site folder and navigate to wwwroot.
- Select
Web.configand click Download. - Copy the downloaded file to your designated backup location.
- Select
UiPath.Orchestrator.dll.configand click Download. - Copy the downloaded file to your designated backup location.
web.config and UiPath.Orchestrator.dll.config files, you must also copy the Application Settings and Connections Strings as follows:
- Select your Orchestrator App Service.
- From the Settings menu, select Configuration.
- From the Application Settings section, select Advanced Edit and copy the displayed value.
- From the Connection strings section, select Advanced Edit and copy the displayed value.
- Save these values to your designated backup location.
Restore
web.config and UiPath.Orchestrator.dll.config files, you must do so all on Orchestrator nodes in your deployment.
On-Prem and IaaS Deployments
To restore your previous Orchestrator configuration, whether to a new environment or following a failure:
- Copy the
web.configandUiPath.Orchestrator.dll.configfiles from your desired backup. - Open your Orchestrator installation directory. By default, this is
C:\Program Files (x86)\UiPath\Orchestrator. - Replace the
web.configandUiPath.Orchestrator.dll.configfiles located there with your designated backup.
Azure PaaS Deployments
web.config and UiPath.Orchestrator.dll.config backup file:
- Select your Orchestrator App Service.
- From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD.
- Open the Site folder and navigate to wwwroot.
- Replace the
web.configandUiPath.Orchestrator.dll.configfiles located there with your designated backup.
web.config and UiPath.Orchestrator.dll.config files, you must also restore the Application Settings and Connections Strings with their previous values, as follows:
- Select your Orchestrator App Service.
- From the Settings menu, select Configuration.
- From the Application Settings section, select Advanced Edit and replace the value there with your previously saved backup.
- From the Connection strings section, select Advanced Edit and replace the value there with your previously saved backup.
NuGet Packages
Backup
UiPath.Orchestrator.dll.config file.
Restore
Restoring your previous NuGet package directories follows the reverse of the backup process detailed above, as follows: