Collapse

Announcement

Collapse
No announcement yet.

How to install Virtualizor on CentOS ?

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

  • How to install Virtualizor on CentOS ?

    Please provide me step by step instructions for installing softaculous Virtualizor ( Xen or KVM ) on a plain centos server.

  • #2
    Hi,

    Virtualizor installation steps are as follows:

    1. Download the install file from the virtualizor using below link:
    Code:
    # wget -N http://files.virtualizor.com/install.sh
    2. Give the downloaded script a execute permission using below command:
    Code:
    [B]# chmod 0755 install.sh[/B]
    3. Start the virtualizor installation using below command:
    for KVM:
    Code:
    [B]# ./install.sh email=your@email.com kernel=kvm[/B]
    For Xen:
    Code:
    [B]# ./install.sh email=your@email.com kernel=xen[/B]


    4. Installation beings:
    The installation is an automated process once you execute the script and you will see below information on the screen:

    KVM - Screenshot:


    Click image for larger version

Name:	KVM.png
Views:	7
Size:	147.3 KB
ID:	503



    XEN - Screenshot:

    Click image for larger version

Name:	Xen.png
Views:	7
Size:	94.4 KB
ID:	504




    FINAL COMPLETION - Screenshot:

    Click image for larger version

Name:	Complete.png
Views:	7
Size:	71.8 KB
ID:	505



    Once the installation is complete and server is rebooted, the server is ready for production/development use with virtualization technology enabled...

    Comment


    • #3
      Thanks for the detailed explanation.

      Comment

      Working...
      X