Get Virtualizor

OpenVZ

Requirements

  • CentOS 5.x / 6.x or Red Hat Enterprise Linux 5.x / 6.x or Scientific Linux 5.x / 6.x or Ubuntu 14.04 (x86 or x86_64)
  • Yum / apt-get

Partition Scheme

Create the following partitions on the Hardware Node:

Supported storage types

  • ( OpenVZ )

Installation

Open a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands:

wget -N http://files.virtualizor.com/install.sh
chmod 0755 install.sh
./install.sh email=your@email.com

Installation Parameters

Please give the email address correctly !

  • email - The Admin Email Address
  • 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
  • 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 :

-----------------------------------------------
 Welcome to Softaculous Virtualizor Installer
-----------------------------------------------

1) Installing Libraries and Dependencies
2) Installing PHP, MySQL and Web Server
3) Downloading and Installing Virtualizor
                - Configuring Virtualizor
                - Fetching License
                - Setting up the CRON Job
                - Importing Database
                - Getting List of OS templates
                - Generating the SSL Certificates
4) Installing the Virtualization Kernel - openvz
                - You have not defined any storage ! Please add a Storage once you visit the Admin Panel.
-------------------------------------
 Installation Completed 
-------------------------------------
Congratulations, Virtualizor has been successfully installed
 
API KEY : havkrq0b8skwiaxgtpxh3rehxo9lhalu
API Password : j1zpjzzxzhbnuavxgu6nijbslan2wxj3 
 
You can login to the Virtualizor Admin Panel
using your ROOT details at the following URL :
https://━━.━━.━━.━━:4085/
OR
http://━━.━━.━━.━━:4084/
 
You will need to reboot this machine to load the correct kernel 

After the installation is completed you will be asked to reboot

You will need to reboot this machine to load the correct kernel
Do you want to reboot now ? [y/N] ┃ 

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

Note
A log file of the installation process will be created - /root/virtualizor.log

Login

To login to the Softaculous Virtualizor Admin Panel, visit the following URL


https://Your-Server-IP:4085/
http://Your-Server-IP:4084/


Login with the servers root details.

login

Admin Panel

After you login, you will see the Admin Panel Dashboard :

Admin panel openvz

Ports

Virtualizor uses ports from 4081 - 4085. If there is any firewall restricting this, you will need to allow these ports.

root> iptables -I INPUT 1 -p tcp -m tcp --dport 4081:4085 -j ACCEPT
Note
If you are going to use Webuzo templates for VM creation, please allow ports 2002-2005
In all cases please remember to disable SElinux

Trouble Shoot

Cant open http://IP-Address:4084

Please check if your iptables firewall is running You can disable it with the following command if even after allowing ports, the panel is not working :

root> service iptables stop

VPS Doesn't start

Please check that the correct kernel has been booted.

root> uname -a

Also check that quota is disabled in Linux and OpenVZ has its own Quota management system and it will conflict if the OS's quota is enabled.

root> quotaoff -vaug

Cannot SSH to VPS

The IP must not be added to the Server. You can check if the IP is on the server with the following command :

root> ifconfig

If the IP is there e.g. in eth0:x you will have to remove it. To remove it :

root> rm -rf /etc/sysconfig/network-scripts/ifcfg-eth0:*
root> service network restart

You shall now be able to SSH to your new VPS.

    Was this page helpful?
    Code Copied
    Newsletter Subscription
    Subscribing you to the mailing list