> 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/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/configure-the-multi-tenant-deployment.md).

# Configure the Multi-Tenant Deployment

After you have installed Cortex XSOAR Multi-Tenant, you can configure the tenant. host, and the main host in the **ACCOUNT MANAGEMENT** page (**Settings** → **ACCOUNT MANAGEMENT**).

In the **Accounts** tab, you can do the following:

| Action                | Description                                                                                                                                                                                                                                                                                                   |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Add Account           | Add a tenant to a host.                                                                                                                                                                                                                                                                                       |
| Roles and Propagation | You can roles who can access the tenant account and [Add Propagation Labels to an Existing Tenant Account](/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/manage-content/add-propagation-labels-to-an-existing-tenant-account.md) to determine which content items are eligible for syncing. |
| Sync                  | [Sync Content to Tenant Accounts](/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/manage-content/sync-content-to-tenant-accounts.md).                                                                                                                                                         |
| Start/Stop            | The tenant is not deleted from the database, but you cannot access the account from the port.                                                                                                                                                                                                                 |
| Change host           | If you add a host to the Main Account you can change the host. Useful when capacity has been reached on an existing server.                                                                                                                                                                                   |
| Move to HA Group      | Relevant for High Availability. You need to create a HA Group before you can move the host to an HA group                                                                                                                                                                                                     |
| Block/Unblock         | Blocks/unblocks the account at proxy level (you can still access the tenant via the port).                                                                                                                                                                                                                    |
| Delete account        | Removes the tenant from the database.                                                                                                                                                                                                                                                                         |
| Download logs         | Download a log bundle for troubleshooting.                                                                                                                                                                                                                                                                    |
| Export to CSV         | Enables to export the table to a CSV file                                                                                                                                                                                                                                                                     |

In the **Hosts** tab, you can add, delete, or rename a host or host group. When using Elasticsearch, you can make a host highly available or add a new host to a selected high availability group. When adding a host/host group, you need to download and install the installation package from the Main Account.

In the **Hosts** tab, you can do the following:

| Action                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Make Host Highly Available                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | <p>(Elasticsearch) - This option is available when you already have a host. When you choose <strong>Make Host Highly Available</strong>, a host installer file is provided for download. Use this dedicated installer to install additional hosts. The new hosts are automatically configured to connect to the relevant Elasticsearch index. When multiple hosts are configured for the same Elasticsearch index, they are in the same high availability group.</p><p>When you run this installer file, the <strong><code>elasticsearch-insecure</code></strong> flag must be set to true and the <strong><code>elasticsearch-api-key</code></strong> (encoded value) or the <strong><code>elasticsearch-username</code></strong> and <strong><code>elasticsearch-password</code></strong> must be provided.</p> |
| Add a New Host to Selected HA Group                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <p>(Elasticsearch) - Use this option if you already have a high availability group and want to add an additional host with the same data for an additional level of redundancy. When you choose <strong>Add a New Host to Selected HA Group</strong> a host installer file is provided for download. The installer file includes the configuration for the existing Elasticsearch index.</p><p>When you run this installer file, the <strong><code>elasticsearch-insecure</code></strong> flag must be set to true and the <strong><code>elasticsearch-api-key</code></strong> (encoded value) or the <strong><code>elasticsearch-username</code></strong> and <strong><code>elasticsearch-password</code></strong> must be provided.</p>                                                                         |
| Rename                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Rename an existing host or high availability group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Delete an existing host or high availability group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| New Host/HA group                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | **New Host** provides an empty host installer file. The option to download a new host installer file is available for both Elasticsearch and BoltDB deployments. For Elasticsearch deployments, you can use the empty host installer file with a customized script to add hosts to a high availability group, passing the Elasticsearch index and cluster URL as arguments in the script.                                                                                                                                                                                                                                                                                                                                                                                                                         |
| <p><strong>HA group</strong> (Elasticsearch) - When creating a new high availability group, you must provide the HA Group name, the Elasticsearch cluster URL and the Elasticsearch index prefix.</p><p>When you run this installer file, the <strong><code>elasticsearch-insecure</code></strong> flag must be set to true and the <strong><code>elasticsearch-api-key</code></strong> (encoded value) or the <strong><code>elasticsearch-username</code></strong> and <strong><code>elasticsearch-password</code></strong> must be provided.</p> |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

Once the main host servers are highly available, you can no longer host new accounts on those servers. Existing accounts on the Main host will still exist, but are not highly available. In this situation, Cortex XSOAR recommends that you move the accounts from the Main host to an HA group. For more information, see [Multi-Tenant High Availability Overview](/cortex-xsoar-6-multi-tenant-guides/6.13/learn-about-multi-tenant/readme-1/multi-tenant-high-availability-overview.md).

In the **Main Hosts** tab, you can view details about the main host, and [Configure Live Backup](/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/configure-the-multi-tenant-deployment/configure-live-backup.md).


---

# 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/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/configure-the-multi-tenant-deployment.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.
