- Getting started
- Host administration
- Organizations
- Tenants and services
- Authentication and security
- Licensing
- Accounts and roles
- External applications
- Testing in your organization
- Notifications
- Logging
- Troubleshooting

Automation Suite admin guide
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.
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.
The following table describes the fileds you can enable for library packages:
| 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:
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:
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.configfile 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>