Install Virtualizor Linux Print

  • 0

 

  • Open a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands:
  1. wget -N http://files.virtualizor.com/install.sh
  2. chmod 0755 install.sh
  3. ./install.sh [email protected] kernel=kvm

Installation Parameters:

  1. email – The Admin Email Address
  2. kernel – eg: kvm
  3. noos – If you dont want to download the DomU operating system for the DomU then please add noos=true as a parameter
  4. beta – If there is a newer version of Virtualizor available and you would like to test it then please add beta=true as a parameter
  5. nested_virt – If you want to enable Nested Virtualization on your server then please add nested_virt=1 as a parameter. If you enable this, it will install a new kernel for enabling nested virtualization. (NOTE: This feature is in BETA at the moment)
  6. lvg (optional) – If you are going to use LVM for the VPS storage. 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.
  7. interface – You can specify the default interface that you want to set. If not provided it will be considered as eth0.
  8. license – In case you are installing Virtualizor on internal network you will need to provide the VALID license key. To get internal license key you will need to open a support ticket.

The installation will begin immediately. It may seem that the installation has stopped, if your network speed is slow, but please let it continue. You will see something like this :

After the installation is completed you will be asked to reboot.

You can then visit the Admin Panel to create the Storage and the Virtual Servers and also manage your server.

Have a nice day..................:) 

 

 


Was this answer helpful?

« Back