Proxmox does not support OVA files natively, but it is possible to import OVA files from the shell.
Login to your Proxmox VE interface, select your hypervisor from the tree view, then click Shell in the hypervisor menu.
Download the Deskpro OVA file.
wget http://get.deskpro.com/amd64/deskpro-vmware.ova -O /tmp/deskpro-vmware.ova copy
Extract the OVA archive file.
tar xvf /tmp/deskpro-vmware.ova -C /tmp copy
Import the OVF.
qm importovf <vmid> /tmp/deskpro.ovf local-lvm copy
With this command, you will need to replace <vmid>
with an unused Virtual Machine ID.
Select the imported VM from your Proxmox VE interface, select Hardware then click Add > Network Device, then click Add to create a new network device.
Select Console from the VM menu then click Start Now.
When prompted, enter a password for the Linux root user. It is important that you remember this password
Re-enter the password to confirm, then highlight Ok and press Enter
If your installation does not detect an assigned IP address you can manually configure a static IP
After selecting the interface you want to use, you will then be prompted for the IP configuration details
You will be asked to select your IP address. If you are not sure which IP address is correct, we recommend selecting the first (IPv4) Local address
Once the installation is complete, a Server information window will display, providing you with a link to the management console. Access the link through your web browser to access the OPC.
Please log in or register to submit a comment.