{{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. Most users:

* <u>All platforms:</u> import {{project_name_long}} VMs using VirtualBox's {{gui}}.
* <u>Linux:</u> either use the above method or the [[Linux|{{project_name_long}} Linux Installer]].

Importing VMs using the 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 [[Copyright|License Agreement]]:

Optional. Users who 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
}}

Press the down key to scroll down. Press Q to exit.

'''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]]