> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.12/reference-docs/reference/server-configurations/multi-tenant-server-configurations.md).

# Multi-Tenant Server Configurations

| Key                                                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                | Default     |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **`accounts.http.proxy`**                                                                                           | Whether to prevent communication from main account to tenants from going through proxy. For more information, see [Configure Proxy Settings](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/proxy/configure-proxy-settings.md).                                                                                                                                                                                         | false       |
| **`accounts.http.timeout`**                                                                                         | The amount of time after which the HTTP request times out (in seconds). The default value is 30. You can [configure the HTTP request timeout](/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/configure-the-multi-tenant-deployment/configure-the-http-request-timeout.md) from the main account and the timeout that you configure is applied to all tenant accounts. If you add the server configuration on tenants, it will be ignored. | **`30`**    |
| **`accounts.http.websocket.proxy`**                                                                                 | Whether to prevent the Main account from using proxy for websockets forwarding to tenants. For more information, see [Configure Proxy Settings](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/proxy/configure-proxy-settings.md).                                                                                                                                                                                      | **`false`** |
| **`host.communication.port`**                                                                                       | <p><a href="/spaces/w0Gnt3LmZ1hd1u9rTUNQ/pages/POMgab9X3UOjrqBtW71V">Changes the port for the host</a> to connect to the main account.</p><p>Value: Port name</p>                                                                                                                                                                                                                                                                                          | N/a         |
| **`host.insecure`**                                                                                                 | Trusts any certificate (when host accounts exists). For more information, see [Configure Security Settings for Multi-Tenant Deployments](/cortex-xsoar-6-multi-tenant-guides/6.14/learn-about-mult-tenant/plan-your-multi-tenant-deployment/configure-security-settings-for-multi-tenant-deployments.md).                                                                                                                                                  | **`true`**  |
| **`host.proxy`**                                                                                                    | Whether the host can use a proxy to connect to the main account. For more information, see [Configure Proxy Settings](/xsoar-6-administrator-guide/6.12/onboard-cortex-xsoar/onboarding-in-cortex-xsoar/proxy/configure-proxy-settings.md)                                                                                                                                                                                                                 | **`true`**  |
| <p><strong><code>host.timeout.move</code></strong></p><p><strong><code>host.header.timeout.move</code></strong></p> | The amount of time which the host times out (in seconds). For more information, see [Configure the Account Timeout](/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/configure-the-multi-tenant-deployment/configure-the-account-timeout.md).                                                                                                                                                                                               | **`60`**    |
| **`security.tenant.use.secret`**                                                                                    | Generates a unique cookie session for the tenant account and main account. For more information, see [Configure Security Settings for Multi-Tenant Deployments](/cortex-xsoar-6-multi-tenant-guides/6.14/learn-about-mult-tenant/plan-your-multi-tenant-deployment/configure-security-settings-for-multi-tenant-deployments.md).                                                                                                                           | **`false`** |
| **`selective.propagation.enabled`**                                                                                 | Set to false to [disable propagation labels](/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/manage-content/disable-propagation-labels.md).                                                                                                                                                                                                                                                                                                | **`true`**  |
| **`server.config.forward.tenants`**                                                                                 | <p>A comma-separated list of server configurations to forward to all tenants. For example,</p><p><strong><code>server.config.1,server.config.2,server.config.3</code></strong></p><p>For more information, see <a href="/spaces/w0Gnt3LmZ1hd1u9rTUNQ/pages/wOPC9V32t9XKB78jPJoy">Forward Server Configurations to Tenant Accounts</a>.</p>                                                                                                                 | N/a         |
| **`server.restrict.custom.locked.content.actions`**                                                                 | Set to true to restrict actions for custom locked content items. For more information, see [Restrict Actions for Custom Locked Content Items](/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/manage-content/restrict-actions-for-custom-locked-content-items.md).                                                                                                                                                                         | **`false`** |
| **`tenant.AcceptAnyCertificate`**                                                                                   | Validates the host certificate. Must be set to true if using a self signed certificate, or the main server cannot send requests to hosts. For more information, see [Configure Security Settings for Multi-Tenant Deployments](/cortex-xsoar-6-multi-tenant-guides/6.14/learn-about-mult-tenant/plan-your-multi-tenant-deployment/configure-security-settings-for-multi-tenant-deployments.md).                                                            | **`false`** |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.12/reference-docs/reference/server-configurations/multi-tenant-server-configurations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
