Skip to content

VMware / ESXi

Arrow produces an OVA (Open Virtualization Appliance) image for VMware environments. This format is compatible with VMware Workstation, VMware Fusion, and vSphere/ESXi.


  1. Open VMware Workstation (Windows/Linux) or VMware Fusion (macOS)
  2. Go to File > Open (or Import)
  3. Select the .ova file from the extracted Arrow build ZIP
  4. Choose a name and storage location for the VM
  5. Click Import

Before powering on, review the VM settings:

SettingRecommended Value
Processors4 cores (minimum 2)
Memory16 GB (minimum 8 GB)
NetworkBridged or NAT depending on your use case
DisplayEnable 3D acceleration for desktop usage

To adjust settings:

  1. Right-click the VM > Settings
  2. Modify processors, memory, and network adapter as needed
  3. Click OK
  1. Select the VM and click Power On
  2. Log in with the credentials from the ARROW Portal

  1. Log in to the vSphere Client
  2. Right-click your target host or cluster
  3. Select Deploy OVF Template
  4. Choose Local file and select the .ova file
  5. Follow the wizard:
    • Name and folder — Enter a descriptive name
    • Compute resource — Select the target host/cluster
    • Storage — Choose a datastore with sufficient space
    • Network — Map to your desired port group
  6. Review and click Finish
Terminal window
ovftool \
--name="kali-arrow-client" \
--datastore="<datastore_name>" \
--network="<port_group>" \
--acceptAllEulas \
kali-arrow-client.ova \
"vi://<username>:<password>@<esxi_host>"
SettingMinimumRecommendedHigh Performance
vCPU248
Memory8 GB16 GB32 GB
Disk120 GB120 GB120 GB

IssueSolution
OVA import fails with “unsupported hardware”Upgrade VM hardware compatibility version in VMware settings
VM boots to black screenEnable EFI boot in VM settings: Options > Advanced > Firmware type > UEFI
No network connectivityVerify the network adapter is connected and mapped to the correct network
Slow performanceEnsure VMware Tools is installed and 3D acceleration is enabled
Password doesn’t workCredentials are generated at build time. Retrieve them from the ARROW Portal under your device’s details page.