Opened 18 years ago
Closed 18 years ago
#125 closed enhancement (invalid)
Headless mode
Reported by: | KhaoticMind | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.6 |
Keywords: | headeless server | Cc: | |
Guest type: | other | Host type: | other |
Description
I'd really like to have the possibility to keep a system running without a GUI window open. This is very good when a VM is playing the role of a server in a environment (being it development or production), and you don't really need to see what is going on on it.
Change History (6)
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
Didn't knew about it. Anyway, for what I understood, if i start the VM this way I can connect to the machine ONLY through RDP, right? And can't switch between headed/headless mode.
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Both the VirtualBox and the VBoxVRDP programs have a built-in VRDP server. You can enable it on a per-VM basis via VBoxManage; VirtualBox now also has options for this in the GUI (click on settings -> remote display). I _think_ this is already in 1.3.6, but certainly in the current development version.
comment:4 by , 18 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I do not think this is the BEST solution, but hey! :)
Anyways... what about the OSE edition, that doesn't come with RDP?
comment:5 by , 18 years ago
Just tried RDP mode in 1.3.6, it is SLOWWWW. Host WinXP SP2, Guest Kubuntu 6.10! Also, starting from the GUI, it is not "headless".
Starting from VBoxVRDP it eats 100% of my CPU, after i access the guest using mstsc (RDP client for Windows XP) and click on it. It is all OK if i start from the GUI with VRDP enable. All VboxVRDP.exe keeps the prompt opened (so there is still a "head" so to speak).
comment:6 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
I suppose that if you really have VRDP performance problems, they should go into a separate bug report. Make sure that you have the guest additions installed because they greatly improve RDP performance. We do, however, support headless mode so I'll close this bug.
And exactly this is possible using the VRDP mode. Just start a new VBox session with
VBoxManage startvm <vm name> -type vrdp
. Then attach to it with an RDP client, for example rdesktop on Linux. This feature is only available with the non-OSE version.