Page 1 of 1

VirtualBox GUI to manage other systems

Posted: 17. Nov 2013, 21:40
by Notorand.IT
Is there a way to use the VirtualBox GUI to manage VMs on remote systems?
I have done a similar thing with another virtualization solution but have found no documentation about that (my possible fault).
TIA

Re: VirtualBox GUI to manage other systems

Posted: 19. Nov 2013, 18:18
by frank
If you ask if it is possible to attach to a remote VM (either started by 'VBoxHeadless --startvm' or by 'VBoxManage startvm --type headless') then the answer is 'no'. But you can start the GUI on the remote machine and use X11 forwarding (makes only sense if you have a fast network connection) or start the VM selector on the remote machine to have at least a small preview window. Otherwise use VBoxManage to control remote VMs and use an RDP client to connect to remote VMs.

Re: VirtualBox GUI to manage other systems

Posted: 19. Nov 2013, 18:22
by Notorand.IT
Frank Mehnert wrote:If you ask if it is possible to attach to a remote VM (either started by 'VBoxHeadless --startvm' or by 'VBoxManage startvm --type headless') then the answer is 'no'. But you can start the GUI on the remote machine and use X11 forwarding (makes only sense if you have a fast network connection) or start the VM selector on the remote machine to have at least a small preview window. Otherwise use VBoxManage to control remote VMs and use an RDP client to connect to remote VMs.
Nope. My idea is not to have any GUI-related software on the remote server (as it's a ... uh ... server) and X is.
No problem and the CLI is so powerful.