> For the complete documentation index, see [llms.txt](https://docs.kumu.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kumu.io/enterprise/getting-started-with-vmware.md).

# Getting started with VMWare

The download locations for the Kumu Enterprise virtual appliance (.ova) and your Kumu Enterprise license (.kli) should have been provided to you by email. Please email <enterprise@kumu.io> if you don't have them yet.

Before installing Kumu Enterprise in production, we recommend running through the installation process [on your local machine using VirtualBox](https://github.com/kumu/docs/blob/main/enterprise/getting-started-with-virtualbox.md).

Please make sure you're running the [latest version of VMWare](https://www.vmware.com/).

## Step 1. Import the appliance

Import the .ova into VMWare. By default the machine is configured with the following settings:

* Bridged Network
* 4096mb memory
* 2 CPUs

Make sure to adjust the network settings as needed if bridged networking is not desired.

## Step 2. Boot the appliance

Boot the appliance and you'll be taken to the Kumu Enterprise console where you can further configure the network settings.

If you see an IP listed here, you're all set. If not, you'll need to adjust your network settings.

{% hint style="warning" %}
**Note:** We're investigating an issue that prevents you from assigning a static IP to the instance. If a static IP is necessary for your setup, contact us at <enterprise@kumu.io> to discuss a temporary workaround.
{% endhint %}

## Step 3. Install your license

Follow the instructions given to you by the console to complete your installation. Your enterprise license (.kli) can be installed by going to `<hostname>/enterprise/install`.


---

# 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://docs.kumu.io/enterprise/getting-started-with-vmware.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.
