Actually two WHMCS automation modules are implemented: for OpenVZ and for Virtuozzo to sell OpenVZ or Virtuozzo virtual machines ("containers"). IP pools and server groops can be specified directly in WHMCS, so high automation level is reached with these WHMCS modules.
It's enough to buy one license for both modules per WHMCS server to use OpenVZ and Virtuozzo module.
Type full path to WHMCS directory: q -- quit installer 1 -- /var/www/whmcs (update) 2 -- /var/www/whmcs1 (install) 3 -- /var/www/whmcs2 (update: vzmod142ae89209ae865) WHMCS directory [/var/www/whmcs]: /var/www/whmcs1
Type license key of OpenVZ/Virtuozzo module for WHMCS. License key: vzmod123abcd456def78 Virtuozzo module X.Y.Z for WHMCS has been installed. OpenVZ module X.Y.Z for WHMCS has been installed.
This is the confusing part, Because WHMCS does not allow to select servers with Dedicated/
VPS Product Type, We have to choose Shared Hosting account, or Reseller Hosting
Account. Rest of this page is self explanatory.
1. There is a new config.inc.php file. It looks like this.
<?php
# Get Variables from storage (retrieve from wherever it's stored - DB, file, etc...)
$licensekey = "vzmod123ab45678cdef9";
/** DO NOT EDIT BELOW THIS LINE **/
$os_templates = array (
"CentOS 4 32bit" => "centos-4-x86",
"CentOS 4 64bit" => "centos-4-x86_64",
"CentOS 5 32bit" => "centos-5-x86",
"CentOS 5 64bit" => "centos-5-x86_64",
"Debian 5 32bit" => "debian-5.0-x86",
"Debian 5 64bit" => "debian-5.0-x86_64",
"Debian 6 32bit" => "debian-6.0-x86",
"Debian 6 64bit" => "debian-6.0-x86_64",
"Fedora Core 11 32bit" => "fedora-core-11-x86",
"Fedora Core 11 64bit" => "fedora-core-11-x86_64",
"RedHat EL 5 32bit" => "redhat-el-5-x86",
"RedHat EL 5 64bit" => "redhat-el-5-x86_64",
"RedHat EL 6 32bit" => "redhat-el-6-x86",
"RedHat EL 6 64bit" => "redhat-el-6-x86_64",
"SuSE 11.3 32bit" => "suse-11.3-x86",
"SuSE 11.3 64bit" => "suse-11.3-x86_64",
"SuSE 11.4 32bit" => "suse-11.4-x86",
"SuSE 11.4 64bit" => "suse-11.4-x86_64",
"Ubuntu 9.04 32bit" => "ubuntu-9.04-x86",
"Ubuntu 9.04 64bit" => "ubuntu-9.04-x86_64",
"Ubuntu 10.04 32bit" => "ubuntu-10.04-x86",
"Ubuntu 10.04 64bit" => "ubuntu-10.04-x86_64",
);
?>