"In order to access a VM's console over RDP (via phpVirtualBox's console tab, or other RDP client) you must install the *Oracle VM VirtualBox Extension Pack* from: http://www.virtualbox.org/wiki/Downloads"
However, although VirtualBox Extension Pack can be installed, "VBoxManage list extpacks" outputs the following:
VRDE Module: VBoxVRDP
Usable: false
Why unusable: Failed to locate the main module ('VBoxPuelMain')
So does that mean, phpvirtualbox on freebsd does NOT have Console feature? Without remote console phpvirtualbox would be useless! Or did I miss anything?
Another option to have remote console is just to use the virtualbox's builtin VNC support. But I want to have no X installed on the host. Does that VNC work with no X installed on the host?
_______________________________________________
freebsd-...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulat...@freebsd.org"
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de
So, what is the solution to have remote console of virtualbox guests on freebsd host since virtualbox 4.0?
--- On Tue, 7/12/11, Joe Sciulli <jsciul...@yahoo.com> wrote:
> This page http://www.virtualbox.org/manual/ch07.html said VBoxHeadless does support remote desktop without X Window system on the host at all. However, just like phpvirtualvox, it's also through the VRDP support, which appears to be deprived into VirtualBox extension
> package since virtualbox 4.0, that is NOT available to freebsd.
>
> So, what is the solution to have remote console of virtualbox guests on freebsd host since virtualbox 4.0?
Build VirtualBox with VNC support, then
VBoxHeadless --startvm test --vnc --vncpass myvncpassword
Then use a VNC viewer to connect.
--- On Tue, 7/12/11, Warren Block <wbl...@wonkity.com> wrote:
Thanks a lot! Worked perfectly! I just realized the "rdesktop" command I attempted to connect to that vnc before is NOT a vnc viewer :-( And it's easy to tunnel the vnc traffic over ssh.