Import OVA/OVF into Proxmox VE
By Mad9Scientist
- One minute read - 99 words- Download the OVA/OVF to the proxmox host
- Unzip/Extract OVA to expose vmdk and OVF
- You many need to
apt install unzip
- You many need to
- Shell to the Proxmox Host to the directory of the OVF/VMDK
- Use the following command
qm importovf {vmid} {OVA/OVF Filename}.ovf {target storage}
To import to VM 101 with the ovf named web101.ovf to the vmdata storage location
qm importovf 101 web101.ovf vmdata
!! Note: VM should not already exist !!
- Switch back to PVE Web Interface and add networking and any other VM changes
- Done - Start VM and enjoy
Source
Tested on: PVE 7.4-17