Skip to main content

Install the OVA on Proxmox VE

in Install on Proxmox
Authors list
Published: Feb 1, 2024|Last updated: Feb 1, 2024

Proxmox does not support OVA files natively, but it is possible to import OVA files from the shell.

  1. Login to your Proxmox VE interface, select your hypervisor from the tree view, then click Shell in the hypervisor menu.

image.png

  1. Download the Deskpro OVA file.

wget http://get.deskpro.com/amd64/deskpro-vmware.ova -O /tmp/deskpro-vmware.ova
copy
  1. Extract the OVA archive file.

tar xvf /tmp/deskpro-vmware.ova -C /tmp
copy
  1. 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.

  1. 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.

Screenshot_20240123_152535.png

  1. Select Console from the VM menu then click Start Now.

image.png

  1. When prompted, enter a password for the Linux root user. It is important that you remember this password

image.png Re-enter the password to confirm, then highlight Ok and press Enter

  1. If your installation does not detect an assigned IP address you can manually configure a static IP

image.png

  1. After selecting the interface you want to use, you will then be prompted for the IP configuration details

image.png

  1. 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

  2. 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.

image.png

HelpfulUnhelpful

4 of 6 people found this page helpful

next pageInstall the Hyper-V OVA

Please log in or register to submit a comment.