I searched the forums prior to asking this - hope I didn't miss something.
I'm curious if there are plans for a web-based interface to VirtualBox. At the moment, I'm running it on Redhat EL 5.2. My first impression was that it's darned fast.
I realize I could redirect the console via VNC or something. I saw mention of some efforts on Google, but none of them seemed up to date.
Thanks.
Web based interface to VirtualBox?
-
TerryE
- Volunteer
- Posts: 3572
- Joined: 28. May 2008, 08:40
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
- Contact:
You've got VNC, RDP, and of course ssh tunnelled terminal or X in the case of *nix. I am not sure what else you need. You've also got the management interface as documented in the SDK.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Google your Q site:VirtualBox.org or search for the answer before posting.
-
sej7278
- Volunteer
- Posts: 1003
- Joined: 5. Sep 2008, 14:40
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Solaris, Linux, Windows, OS/2, MacOSX, FreeBSD
- Contact:
please don't add a web interface, that's what killed vmware server 2!
frankly there are plenty of ways to access your guest - RDP, VNC, X11, SSH....
hell if you must have a web interface then install webmin in your guest.
if you want to admin the host then there are plenty of applications bundled with virtualbox - VBoxManage, VBoxHeadless etc.
frankly there are plenty of ways to access your guest - RDP, VNC, X11, SSH....
hell if you must have a web interface then install webmin in your guest.
if you want to admin the host then there are plenty of applications bundled with virtualbox - VBoxManage, VBoxHeadless etc.
I'm currently investigating some Python based webframeworks for providing a web interface to VBoxTool, a set of scripts for easy manipulation of sessions (start, stop, backup, etc.). For this purpose, CherryPy (http://www.cherrypy.org/) seems very promising. The web interface will be part of VBoxTool.
The web interface is *not* intended for screen input/output but solely for controlling those sessions, mainly on a headless (Linux) server; for screen redirection, you can already use the vrdp option.
As this is not yet developed, I'm merely outlining the architecture, any suggestion, thought or idea is welcome.
The web interface is *not* intended for screen input/output but solely for controlling those sessions, mainly on a headless (Linux) server; for screen redirection, you can already use the vrdp option.
As this is not yet developed, I'm merely outlining the architecture, any suggestion, thought or idea is welcome.
VBoxTool: VirtualBox automation tools http://vboxtool.sourceforge.net/
Re: Web based interface to VirtualBox?
Markba
This sounds exactly what I need did you get anywhere, another way would be a webmin module, which just allowed starting and stoping vms
John
This sounds exactly what I need did you get anywhere, another way would be a webmin module, which just allowed starting and stoping vms
John
Re: Web based interface to VirtualBox?
I developed some code, written in python and based on cherrypy. I'm able to start and stop sessions by a web-browser. However, I'm afraid, there isn't much further progress. Status is proof-of-concept and the code isn't even under source control.
Currently I'm lacking the drive of putting time into the web-interface, because the commandline usage of VboxTool is good enough for me, at this time. But, maybe this will change in due course.
A remark on Webmin: I'm not using it myself, mainly because it is not supported on Ubuntu (due to some architecture/security conflicts); for server configuration, I'm using ebox-platform. So in short, if you want to have a webmin plugin, I'm afraid I'm not your man.
Currently I'm lacking the drive of putting time into the web-interface, because the commandline usage of VboxTool is good enough for me, at this time. But, maybe this will change in due course.
A remark on Webmin: I'm not using it myself, mainly because it is not supported on Ubuntu (due to some architecture/security conflicts); for server configuration, I'm using ebox-platform. So in short, if you want to have a webmin plugin, I'm afraid I'm not your man.
VBoxTool: VirtualBox automation tools http://vboxtool.sourceforge.net/