Changes

Jump to navigation Jump to search
1,528 bytes added ,  23:18, 3 November 2013
Line 24: Line 24:  
Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. You can not reach this contrib trought internet.
 
Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. You can not reach this contrib trought internet.
 
Your credentials are the user admin of SME Server but you can add more users by the db commands.
 
Your credentials are the user admin of SME Server but you can add more users by the db commands.
 +
 +
 +
 +
===Installation of Extension Pack===
 +
 +
Support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards. See this chapter [https://www.virtualbox.org/manual/ch01.html#intro-installing from the User Manual] for an introduction to this Extension Pack. See this page to [https://www.virtualbox.org/wiki/Downloads download the extension pack] if the url is no longer good.
 +
 +
For example :
 +
 +
wget http://dlc.sun.com.edgesuite.net/virtualbox/4.3.0/Oracle_VM_VirtualBox_Extension_Pack-4.3.0-89960.vbox-extpack
 +
vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.3.0-89960.vbox-extpack
 +
 +
see [https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack vboxmanage-extpack] for a complete list of commands
 +
 +
* To add a new extension pack, use '''VBoxManage extpack install <.vbox-extpack>'''. This command will fail if an older version of the same extension pack is already installed. The optional '''--replace''' parameter can be used to uninstall the old package before the new package is installed.
 +
 +
* To remove a previously installed extension pack, use '''VBoxManage extpack uninstall <name>'''. You can use '''VBoxManage list extpacks''' to show the names of the extension packs which are currently installed. The optional '''--force''' parameter can be used to override the refusal of an extension pack to be uninstalled.
 +
 +
* The '''VBoxManage extpack cleanup''' command can be used to remove temporary files and directories that may have been left behind if a previous install or uninstall command failed.
    
=== Uninstall ===
 
=== Uninstall ===

Navigation menu