Recent activity
Recent activity (0)
Virtualizor installation and requirements for LXC
Requirements Supported OS: AlmaLinux 8 / 9 (recommended) or compatible RHEL-based systems yum package manager Sufficient storage space for VPS (containers) disks Root SSH access to the server Proper kernel support for LXC containers Installation Login to your server via SSH (using tools like PuTTY or terminal), then run the following commands: wget -N https://files.virtualizor.com/install.sh chmod 0755 install.sh ./install.sh email=your@email.com kernel=lxc Note: Please provide a valid email address during installation. Warning: LXC support in Virtualizor is still considered beta and is not recommended for production environments. Installation Parameters (Optional) email - Admin email address kernel - lxc noos=true - Skip OS template download beta=true - Install latest beta version lvg=VG_NAME - Use LVM storage (optional) interface=eth0 - Specify default network interface license=KEY - Required for internal network installations Post Installation After installation is completed, reboot the server to load the correct kernel: reboot Once the server is back online, access the Virtualizor Admin Panel: https://YOUR_SERVER_IP:4085 Login using your root credentials. Additional Configuration Setup storage before creating containers (Admin Panel → Storage → Add Storage) Ensure required ports are open (4081 - 4085) Allow additional ports (5900 - 6000) if using console access Additional Information Virtualizor LXC Installation Guide Virtualizor Documentation
Virtualizor installation and requirements for OpenVZ 7
Requirements OpenVZ 7 OS (Download ISO from OpenVZ Official Download Page ) yum package manager (default in OpenVZ/CentOS-based systems) Sufficient storage space for VPS disk creation ext4 filesystem is recommended (required for proper container creation) Root SSH access to the server Installation Login to your server via SSH (using tools like PuTTY or terminal), then run the following commands: wget -N https://files.virtualizor.com/install.sh chmod 0755 install.sh ./install.sh email=your@email.com kernel=openvz7 Note: Please provide a valid email address during installation. Installation Parameters (Optional) email - Admin email address kernel - openvz7 noos=true - Skip OS template download beta=true - Install latest beta version lvg=VG_NAME - Use LVM storage (optional) interface=eth0 - Specify default network interface Post Installation After installation is completed, reboot the server to load the correct kernel. reboot Once the server is back online, access the Virtualizor Admin Panel: https://YOUR_SERVER_IP:4085 Login using your root credentials. Additional Configuration Setup storage before creating VPS (Admin Panel → Storage → Add Storage) Ensure required ports are open (4081 - 4085) Additional Information Virtualizor OpenVZ 7 Installation Guide Virtualizor Documentation

