How to install KVM Virtualizor
- CentOS 5.x / 6.x / 7.x or Red Hat Enterprise Linux 5.x / 6.x or Scientific Linux 5.x / 6.x or Ubuntu 12.04 or Ubuntu 14.04 or Ubuntu 16.04(x86_64)
- yum / apt-get
- Storage to create the VPS disks
Step1: –> Take putty of the hardware server
Step2:–> Download and Install virtualizor
- wget http://files.virtualizor.com/install.sh
- chmod 0755 install.sh
- ./install.sh [email protected] kernel=kvm //put any email address
Step3: –> Reboot the server (# init 6)
Step4: –> Once rebooted. Restart the virtualizor service on server
# /etc/init.d/virtnetwork restart ——> in centos 6
# service libvirtd restart ——> in centos 7
Step5–> Check and put network interface for the server
- Open Virtualizor in browser
- Go to
Configuration-> Master setting -> network interface -> network_interface_name
- Save the configuration
Step6: –> Done
Step7: –> Check firewall service and enable virtualizor port.
# service iptables stop ( For centos 6)
# Systemctl stop firewalld.service (For centos7)
To know more visit Ideastack.
Last Edited: 06/05/2020