VirtualBox Webinterface

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    VirtualBox Webinterface

    Good Morning :-D

    After a long time of Absence i am back and directly would like to show you my newest project.

    we all know virtualization these days is totally unavoidable.

    Since i am a freak of open source i decided to go for virtualbox, hoewever the only panel i could find that gives me some kind of control over a browser did not meet my requirements.

    So here is what i cam up with, let me know what you think



    Attached Files

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";


    #2
    this is how would(someday will) look my idea of virtualization:

    • Dedicated Home PC
    • ESXi
    • VMware vSphere Client
    • VMware Tools
    • Posibillity to install any MS based OS from *.ISO stored on local HDD
    • Posibillity to install any LINUX based OS from *.ISO stored on local HDD
    • Basicly unlimited virtual machines
    • I recomend CentOS(webmin, apache, PHP, MySQL, etc) for perfect WEB server
    • DynDNS domain or similar for accessing from anywhere
    • Proper Home network configuration(PORTS, LAN IP's, routing, etc)


    - some knowledge + understanding required
    - more than less knowledge base available on WEB
    - ALL software is free

    another option would be Microsoft Hyper-V Server 2012,
    it's also free as long as you dont need GUI

    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      SolusVM Virtual Server Control Panel
      Nous Ne Dansos Pas, Nous Sommes Le Danse.!

      Comment


        #4
        SolusVM is commercial and not opensource, i dont like the idea of it, the virtualbox interface i am working on now also can be used for QEMU/KVM with a single switch in the admin interface, both (in my opinion) are powerfull to be used for virtualization with the freedom to adjust the script to personal needs

        PHP Code:
        foreach ($_SERVER as $server => $value)
        {
        echo 
        "$server is $value<br />";

        Comment

        Working...
        X