vboxmanage-import
Import VMs from OVF/OVA files
TLDR
Import OVA appliance
$ vboxmanage import [file.ova]
Import with dry run$ vboxmanage import [file.ova] --dry-run
Import with new name$ vboxmanage import [file.ova] --vsys 0 --vmname [newname]
SYNOPSIS
vboxmanage import file [options]
DESCRIPTION
vboxmanage import imports virtual machines from OVF/OVA files. Creates VMs from exported appliances. Supports customizing imported settings.
PARAMETERS
--dry-run
Show what would be done.--vsys n
Target VM in appliance.--vmname name
Override VM name.--basefolder path
VM location.--cpus n
Override CPU count.--memory mb
Override memory.
SEE ALSO
vboxmanage(1), vboxmanage-export(1)
