> 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-8-on-prem/8.13/install-cortex-xsoar/install-cortex-xsoar-on-a-vm-deployed-on-hyper-v/task-7.-install-cortex-xsoar-on-your-vm.md).

# Task 7. Install Cortex XSOAR on your VM

{% hint style="warning" %}

### Prerequisite

Ensure the following DNS records were added to your DNS server to resolve hostnames to the cluster IP address (only static, DHCP is not supported). These DNS records (for a given tenant) should all point to the same cluster IP address to ensure a single entry point. For MSSP, each tenant must have its own set of **`xsoar.*`**, **`api-*`**, and **`ext-*`** FQDNs pointing to the tenant cluster's single entry point.

* **`xsoar.<hostname>.<domain>`**: The Cortex XSOAR DNS name for accessing the UI. For example, **`xsoar.mycompany.com`**.
* **`api-<hostname>.<domain>`**: The Cortex XSOAR DNS name that is mapped for API access. For example, **`api-xsoar.mycompany.com`**. This should be a CNAME entry pointing to the same cluster IP address.
* **`ext-<hostname>.<domain>`**: The Cortex XSOAR DNS name that is mapped to access long running integrations. For example, **`ext-xsoar.mycompany.com`**. This should be a CNAME entry pointing to the same cluster IP address.
  {% endhint %}

1. From the textual UI menu, select **Cluster Installation**.

   The virtual machine you use to run the installer will deploy Cortex XSOAR on all virtual machines in a cluster.

   For a single virtual machine (standalone), configure the settings for a single node.
2. Configure the following settings.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Important</h3><p>The IPs of all VMs (nodes) in a cluster as well as the virtual IP must be on the same subnet, they currently cannot be split across subnets.</p><p>You can only change these field values in the textual UI menu <strong>before</strong> installing. To change these values after installing, you need to redeploy your cluster and then reinstall. Contact support or engineering for assistance.</p></div>

   | Field                                                                | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
   | -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **Cluster Nodes**                                                    | A list of IPs of all virtual machines/nodes in the cluster, separated by a space. For example, `10.196.37.10 10.196.37.11 10.196.37.12`                                                                                                                                                                                                                                                                                                                                                                                                   |
   | **Cluster FQDN**                                                     | <p>The Cortex XSOAR environment DNS name. For example, <code>\<subdomain>.\<domain name>.\<top level domain></code></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>For a single node: This field value must be registered in your DNS server so the FQDN will be resolved to the IP of the node.</p><p>Cortex XSOAR supports only static IP addresses for each virtual machine in the cluster, it does not support a DHCP (dynamic IP) network interface.</p></div> |
   | **Virtual IP (optional)**                                            | The Cortex XSOAR environment virtual IP for the multi-node cluster. It is a virtual interface assigned to one of the nodes to provide a single access point to the cluster. The virtual IP address must be a dedicated, available IP address that is not assigned to any nodes in the cluster.                                                                                                                                                                                                                                            |
   | **Installation Mode**                                                | <p>The tenant installation type. Options to select from are:</p><ul><li><strong><code>Enterprise</code></strong> (for non-multi-tenant installation, including production and development tenants)</li><li><strong><code>(Multi-Tenant) Parent Tenant</code></strong></li><li><strong><code>(Multi-Tenant) Child Tenant</code></strong></li></ul>                                                                                                                                                                                         |
   | **Cluster Region**                                                   | The region the cluster is located in. For example, US.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
   | **Cortex XSOAR Admin Email**, **Password**, and **Confirm Password** | <p>Credentials for the first user to log in to Cortex XSOAR.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>The password must be at least eight characters long and contain at least:</p><ul><li>One lower case letter</li><li>One upper case letter</li><li>One number, or one of the following special characters: !@#%</li></ul></div>                                                                                                                           |
   | **Migration Mode**                                                   | Relevant for migration from Cortex XSOAR 6. If checked, the migration wizard starts in the Cortex XSOAR 8 tenant. This cannot be changed at a later stage.                                                                                                                                                                                                                                                                                                                                                                                |
3. Select **Install**.

   Verify all nodes meet the required hardware and network requirements, and select **Install** again.

   The virtual machine you use to run the installer will deploy Cortex XSOAR on all virtual machines in a cluster.


---

# 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-8-on-prem/8.13/install-cortex-xsoar/install-cortex-xsoar-on-a-vm-deployed-on-hyper-v/task-7.-install-cortex-xsoar-on-your-vm.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.
