automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white

Automation Suite Admin Guide

Last updated Feb 10, 2025

Orchestrator Host Settings

On the Orchestrator host portal, system administrators have access to several global settings for Orchestrator. This page describes the options available in this portal and how to use them.

Note: Changes to the host settings apply to all tenants that did not update their settings with custom values.

Libraries

Enables you to configure the feed to be used for library and activity packages. Libraries can be published from Studio or manually uploaded by the user in Orchestrator and are stored within the chosen feed.

Field

Description

Internal

Must be selected in order to use an internal feed as the tenant feed. The feed can be secured either with the Secure Deployment option or by using an API key:

  • Secure Deployment - Ensures that your automation packages are downloaded through a secure NuGet feed.
  • API Key - The key used to secure your feed against write operations such as delete or upload. The user can use it to publish packages.
This key is generated by the external provider and has the following format [username]:[password]. For example, admin:2652ACsQhy.

External

Must be selected in order to use an external feed as the tenant feed. The feed can be secured using an API key:

  • API Key - The key used to secure your feed against write operations such as delete or upload. The user can use it to publish packages.
This key is generated by the external provider and has the following format [username]:[password]. For example, admin:2652ACsQhy.

When External is selected, the Deployment URL field is displayed where you need to fill in the address where the NuGet feed is located.

Allow tenant users to upload into the feed

Allow users to upload packages to the host feed.

Prerequisites for Using an External Feed Through a Proxy

If you want to use an external feed while you have a proxy server configured on Windows, the following are required beforehand:

  • Set the Load User Profile option for the Orchestrator application pool (Internet Information Services > Application Pools) to True.


  • Add the proxy settings you used in the NuGet.config file associated with the application pool identity account (C:\Users\[YourAppPoolIdentityAccountName]\AppData\Roaming\NuGet\NuGet.Config):
    <config>
    <add key="http_proxy" value="http://ipaddress:port" />
    </config><config>
    <add key="http_proxy" value="http://ipaddress:port" />
    </config>
  • Libraries
  • Prerequisites for Using an External Feed Through a Proxy

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2025 UiPath. All rights reserved.