VirtualBox (Oracle)

From Andreida
Revision as of 11:49, 26 March 2020 by Andreas (talk | contribs) (Created page with "=== Headless start === When you don't want to use the machine via the view opened by VirtualBox but instead with RDP or ssh, then you don't want an extra window to be opened...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Headless start

When you don't want to use the machine via the view opened by VirtualBox but instead with RDP or ssh, then you don't want an extra window to be opened when you start a VM. Headless start (selectable with the combo of the "play" button) can be set as the default, so you don't have to select "headless" in the list each time you start a VM.


You set a directory for your VMs. There you will find a .vbox for each VM. In the .vbox search for

<Clipboard/>
<GuestProperties>

Add <Frontend> like in the following sample:

<Clipboard/>
<Frontend>
  <Default type="headless"/>
</Frontend>
<GuestProperties>

The exact spot is not important. What is important is that the entry has this level.