-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start VM as Headless #16
Comments
I expect RDP or set up SSH and log in securely. |
Yeah but what if the machine's networking is hosed and the only way you have is through Vbox console? With VBoxVmService you can't do this, as the GUI will not see the current vm process... |
I know this is old but wanted to provide this feedback. Search for "headless virtualbox" and you should come up with several instructions and wiki's. I have this setup on 2 servers: windows 2012 & linux server. For the windows server, i use vboxvmservice & phpvirtualbox. This would allow you to connect remotely to start or stop the vm's thru a website. If you have network issues with the VM's, you can also rdp into the vm using the host server ip & port of the VM. |
Yeah, tried all that. I eventually just settled with using in-session headless vbox and gave up on the service approach. Seems to work well. It's sad that virtual box does not support a robust session-less service setup out of the box. VMWare has this useful feature. |
My goal is to have a Linux virtual machine up and available at all times when logged in to my account on the host. The guest machine should also survive reboots and shutdowns.
Host: Microsoft Windows 10 Enterprise
Guest: Ubuntu 18.04
Two solutions that seem promising:
1. VBoxHeadlessTray
2. VBoxVmService
What is the best or recommended approach to 'connecting' or 'showing' a VBoxVmService started virtual machine?
The text was updated successfully, but these errors were encountered: