Recent activity
Recent activity (0)
Virtualizor installation and requirements for XenServer
Requirements- XenServer 6.2 or XenServer 6.5 or XenServer 7.1 or XenServer 7.2- YUM InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=xcp lvg=VOLUME_GROUP_NAME repo_size=SIZE Please give the email address correctly ! Installation Parameters- email : The Admin Email Address- kernel : In this case its xcp- lvg : The Volume Group that will be used for the DomU (VPS) storage e.g. defaults to vg. It should have some OR ALL unallocated space to create LVMs for the VPS.- repo_size : The size of the Template Repository in GB (Should be numeric only). Where all the Templates are stored. (Recommended size is 100). You can see the details and step further at http://www.virtualizor.com/wiki/Install_XenServer
Virtualizor installation and requirements for LXC
Requirements- CentOS 7.x- yum / apt-get- Storage to create the VPS (DomUs) disks InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=lxc Please give the email address correctly ! NOTE : LXC is in Beta. It is not recommended for production Servers at the moment. You can see the details and step further at http://www.virtualizor.com/wiki/Install_LXC

