> 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-xsiam/configure-cortex-xsiam/data-management/broker-vm/set-up-and-configure-broker-vm/broker-vm-image-installations/set-up-broker-vm-on-kvm-using-ubuntu.md).

# Set up Broker VM on KVM using Ubuntu

Learn set up your Cortex XSIAM Broker virtual machine (VM) on a KVM using Ubuntu.

After you download your Cortex XSIAM Broker virtual machine (VM) QCOW2 image, you need to upload it to a kernel-based Virtual Machine (KVM). The instructions below provide an example of doing this on the latest Ubuntu.

{% hint style="info" %}

#### Prerequisite

Download a Cortex XSIAM Broker VM QCOW2 image. For more information, see the virtual machine compatibility requirements in [Set up and configure Broker VM](/cortex-xsiam/configure-cortex-xsiam/data-management/broker-vm/set-up-and-configure-broker-vm.md).
{% endhint %}

1. Open KVM on Ubuntu.
2. Click the **New VM** icon.
3. Complete the new virtual machine wizard:
   1. In **Step 1**, select **Import existing disk image**. Click **Forward**.
   2. In **Step 2**, configure the storage:
      * Browse to the downloaded QCOW2 image.
      * Click **Browse Local**, select the image, then click **Open**.
      * Leave **OS type** and **Version** set to **Generic**.
      * Click **Forward**.
   3. In **Step 3**, specify these resources:
      * **Memory (RAM):** `8192` MB (8 GB)
      * **CPUs:** `4`
      * Click **Forward**.
   4. In **Step 4**, enter a name for the VM.
4. Click **Finish**. The VM is listed and ready to use.


---

# 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-xsiam/configure-cortex-xsiam/data-management/broker-vm/set-up-and-configure-broker-vm/broker-vm-image-installations/set-up-broker-vm-on-kvm-using-ubuntu.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.
