A set of simple bash scripts to install and manage OpenVZ containers.
If you aren't sharing your awesome server with others, then there's no need to waste ram on those bloated OpenVZ control panels with GUIs! Do everything in bash command line, easy and fast.
- A fresh install of CentOS 6 64 bit
- IPv4 Internet access
- Root access to the server
- Oodles of CPU and RAM (duh..)
- Oodles of disk space for CTs and templates
A private NAT IP network (192.168.1.0/24) will be created for your convenience, each internal IP is assigned a range of 99 public ports plus 1 dedicated port for SSH.
To access these ports, simply use public_ip:assigned_port.
Example: If the IP is 192.168.1.11, then the assigned SSH port will be 1100, and available NAT ports are 1101-1199.
Example: If the IP is 192.168.1.101, then the assigned SSH port will be 10100, and available NAT ports are 10101-10199.
Run ALL commands with root user
This will install OpenVZ Bash Manager with all dependencies, only run this on a clean CentOS 6 server! A reboot is required after installation to use OpenVZ Bash Manager.
# wget -O /tmp/ovzinstaller.sh https://git.io/ovzinstaller --no-check-certificate && bash /tmp/ovzinstaller.sh
or
# curl -kLo /tmp/ovzinstaller.sh https://git.io/ovzinstaller && bash /tmp/ovzinstaller.sh
# ovzmanager
# ovzmanager update