Skip to content

A recreation of the VirtualBox GUI for the web using Ruby (inspired by vboxweb - http:https://code.google.com/p/vboxweb/)

License

Notifications You must be signed in to change notification settings

brownman/vboxweb_rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualBox Web Interface (vboxweb_rb)

A recreation of the VirtualBox GUI for the web using Ruby

Very limited features at the moment. See Changelog.md and TODO

Installation

If you haven't got VirtualBox installed, you'll need that ;-)

Then run the following in a shell console:

$ [sudo] gem install bundler
$ git clone git:https://github.com/KieranP/vboxweb_rb.git
$ cd vboxweb_rb
$ bundle install
$ script/delayed_job start

Then adjust config/config.yml, changing the username and password.

Start the app:

ruby script/rails server

Then start using it:

http:https://localhost:3000

Screenshot

Interface for a powered off Virtual Machine

Interface for a Hard Drive

Credits

About

A recreation of the VirtualBox GUI for the web using Ruby (inspired by vboxweb - http:https://code.google.com/p/vboxweb/)

Resources

License

Stars

Watchers

Forks

Packages