Create the following partitions on the Hardware Node:
Partition | Size | Description |
/ | All the space on the hard disk | Root partition containing all Hardware Node operating system files, OS templates, ISOs, Storage for Virtuozzo 7 Containers and Storage for Virtuozzo 7 VMs |
SWAP | 4 GB + | Paging partition for the Linux operating system(Swap memory is been used by virtual servers if there is a shortage of real memory) |
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 kernel=virtuozzo
chmod 0755 install.sh
./install.sh email=your@email.com kernel=virtuozzo
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 - vi - 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] ┃
Note
Virtualizor uses ports from 4081 - 4085. If there is any firewall restricting this, you will need to allow these ports.
firewall-cmd --zone=public --permanent --add-port=4081-4085/tcp
firewall-cmd --zone=public --permanent --add-port=5900-6000/tcp
firewall-cmd --reload
firewall-cmd --zone=public --permanent --add-port=5900-6000/tcp
firewall-cmd --reload
Note
Note
1. If you try to start the VM from command line and got the following error :
[root@virtuozzo-30 ~] # prlctl start v1001
Starting the VM... Failed to start the VM: Operation failed.
Failed to execute the operation. (Details: The name org.fedoraproject.FirewallD1 was not provided by any .service files)
Starting the VM... Failed to start the VM: Operation failed.
Failed to execute the operation. (Details: The name org.fedoraproject.FirewallD1 was not provided by any .service files)
Please start the firewalld service by executing the following command :
root> service firewalld start