# Get Started Pmk Ova Virtualbox

This article walks you through the steps to deploy PMK OVA on your VirtualBox environment.

1. Download the [**VirtualBox OVA**](https://pmkft-assets.s3.us-west-1.amazonaws.com/OVA_Images/Platform9_VirtualBox.ova). <i class="fa-download">:download:</i>
2. Import the OVA into VirtualBox.

<figure><img src="/files/cTqUyA2ThO82oPT0FLP7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/W4TuVXi8GEJnBcrMn4IC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oL9v9rM5bv5vlGT84bj6" alt=""><figcaption></figcaption></figure>

3. Once the OVA is running, login using the initial user and password: `ubuntu` /`ubuntu` .

<figure><img src="/files/XCuXDo213E34MwfLNKve" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Login Credentials**

**Note:** The default login for PMK versions **older than 5.4** of the Virtual Box OVA is **admin/admin**.
{% endhint %}

4. Upon login, run this command from the VM command line to prepare the VM with pre-requisites to run as a node for a Kubernetes cluster: `pf9ctl prep-node`.

<figure><img src="/files/nWymvRNPckX6oHM1k74j" alt=""><figcaption></figcaption></figure>

The installation is now complete and the host is successfully attached to the Platform9 control-plane.

<figure><img src="/files/qMqFNunGO2lByU44jJ22" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/woWLGiSm05aCcmBVtEyY" alt=""><figcaption></figcaption></figure>

[Download Oracle VirtualBox OVA](https://pmkft-assets.s3.us-west-1.amazonaws.com/OVA_Images/Platform9_VirtualBox.ova)

### Troubleshooting

{% hint style="danger" %}
**Error: Connection failed**

If you get a notification that the "Activation of network connection failed" within the OVA, change the VirtualBox network settings to be attached to "NAT" instead of "Bridged Adapter" mode.
{% endhint %}

<figure><img src="/files/pw7CCeLmRPHPiX0rhanJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/llb4xVZxVRullwY05V3f" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Error: Insufficient Memory (RAM)**

The OVA may be configured with an insufficient amount of Base Memory for the PF9 installation. Re-allocate the Base Memory to **at least** 12 GiB (12288 MB) in order for the PF9 installation to succeed.
{% endhint %}

<figure><img src="/files/AfZ0yr6Aj056IHd3pbVp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/17SWhll7xTG3rznlU0oc" alt=""><figcaption></figcaption></figure>

###


---

# Agent Instructions: 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:

```
GET https://docs.platform9.com/managed-kubernetes/5.8/virtual-appliances/get-started-pmk-ova-virtualbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
