{{Header}}
{{Title|title=
VirtualBox Manual VM Import
}}
{{#seo:
|description=VMs can also alternatively, optionally be imported using the command line.
|image=Virtualbox_logo.png
}}
{{intro|
{{VMs}} can also alternatively, optionally be imported using the command line.
}}
= Introduction =
Platform specific.

* All platforms: Most users are importing {{project_name_long}} VMs using VirtualBox's {{gui}}.
* Linux: Are either using above oru sing [[Linux|{{project_name_long}} Linux Installer]].

Importing VMs using command line is a standard VirtualBox feature using the <code>vboxmanage</code> command, which is [[unspecific|unspecific to {{project_name_long}}]]. This is useful for [[Advanced Users]], in case of issues and for automation.

= Command Line VM Import =
{{anchor|command-line-vm-import}}

'''Optional.'''

On the Linux platform.

'''1.''' Read [[{{project_name_short}}:Copyrights|License Agreement]]:

Optional. Users that have already read the license agreement can skip this step.

{{CodeSelect|code=
vboxmanage import {{project_name_short}}-Xfce-{{VersionNew}}.ova --vsys 0 --eula show --vsys 1 --eula show {{!}} more
}}

'''2.''' Import VMs.

The following command imports {{virtualbox_vms}}.

{{CodeSelect|code=
vboxmanage import {{project_name_short}}-Xfce-{{VersionNew}}.ova --vsys 0 --eula accept --vsys 1 --eula accept
}}

'''3.''' Done.

{{Footer}}
[[Category:Documentation]]
[[Category:MultiWiki]]