Blog list (0)
NOC License Management
License Management 1. Go to Partner Area https://rvglobalsoft.com/clientarea/ , login and go to Services. 2. Go to "NOC Licenses" There're 4 main parts for license management: 1. To register license. Click "Add RVskin external" or "Add RVsitebuilder external". Specify Public IP is for server IP, Private is for the server NAT/Firewall IP. Once license added , it can be verified in our website here https://rvglobalsoft.com/verifyrvlicense 2. To transfer or edit current active license. Click “Edit” after the license you want. In the Edit pop-up panel, you can: 1) Transfer the current license to the new IP 2) Edit license IP for NAT/Firewall server; Public IP is for server IP, Private is for the server NAT/Firewall IP. 3. To delete current active license. Click “Delete” for the license you want cancel and confirm it. 4. Remote API Access This function allows our partner to add server IP(s) for Remote API Access freely. This's more easier way than making API request to us via ticket. Here you can add IP(s) for API connection anytime. Please carefully fill the IP list for Remote API Access below. 1) Add New Remote API Access You can add Network IP Range such as "123.45.67.01 - 89". This will mean all IPs under the Network range 123.45.67.01 - 89 will have permission to issue and delete RVskin or RVsitebuilder license. 2) Add and Delete RVskin, RVsitebuilder license (The "Add New Remote API Access" in number 1 must be done first) RVskin License API RVsitebuilder License API
RVskin License API
RVskin Auto Licensing This process requires registered Network IP you did in https://rvglobalsoft.com/clientarea/ -> Services -> NOC Licenses -> Remote API Access, before using this guide to add or delete license. Here's the guide for Remote API Access. To issue a license You can call the following URL from the registered Network IP address. It will issue the license under your account. We normally look at the IP address to verify the account, in case that you share IP with other companies, please be careful to use it. https://www.rvskin.com/index.php?page=popup/remote_issue&remoteIssueType=dedicated&main_ip=xxx.xxx.xxx.xxx&sub_ip=yyy.yyy.yyy.yyy Parameters to edit: remoteIssueType=dedicated or vps (case sensitive)main_ip=xxx.xxx.xxx.xxx (server main IP address)sub_ip=yyy.yyy.yyy.yyy (server public IP) *For server running behind NAT/Firewall.* System will alert you whether it is 'success' or 'fail::__ERROR_REASON__'. If it's throwing the error, you can contact us to fix it. And in the meantime, you can add license in client area by this guide NOC License Management. To list all licenses You can list all of your issued licenses by calling URL below. https://www.rvskin.com/index.php?page=popup/remote_issue&remoteAction=list&remoteIssueType=dedicated Parameter to edit: remoteIssueType=dedicated or vps (case sensitive) To delete a license You can delete license under your account at https://rvglobalsoft.com/clientarea/ -> "Services" -> “NOC Licenses”, there is a delete option by this guide or you can simply delete it by calling URL below. https://www.rvskin.com/index.php?page=popup/remote_issue&remoteAction=delete&main_ip=xxx.xxx.xxx.xxx Parameter to edit: main_ip=xxx.xxx.xxx.xxx (server main IP address) Normally, we will bill you on monthly basis. The tested IP must be removed before the 1st date of the next month otherwise; it will be counted as a real usage and you will be compulsory to settle the payment.
RVsitebuilder License API
RVsitebuilder Auto Licensing This process requires registered Network IP you did in https://rvglobalsoft.com/clientarea/ -> Services -> NOC Licenses -> Remote API Access, before using this guide to add or delete license. Here's the guide for Remote API Access. To issue a license You can call the following URL from the registered Network IP address. It will issue the license under your account. We normally look at the IP address to verify the account, in case that you share IP with other companies, please be careful to use it. https://www.rvsitebuilder.com/api/index.php?page=popup/remote_issue&remoteIssueType=dedicated&main_ip=xxx.xxx.xxx.xxx&sub_ip=yyy.yyy.yyy.yyy Parameters to edit: remoteIssueType=dedicated or vps (case sensitive)main_ip=xxx.xxx.xxx.xxx (server main IP address)sub_ip=yyy.yyy.yyy.yyy (server public IP) *For server running behind NAT/Firewall.* System will alert you whether it is 'success' or 'fail::__ERROR_REASON__'. If it's throwing the error, you can contact us to fix it. And in the meantime, you can add license in client area by this guide NOC License Management. To list all licenses You can list all of your issued licenses by calling URL below. https://www.rvsitebuilder.com/api/index.php?page=popup/remote_issue&remoteAction=list&remoteIssueType=dedicated Parameter to edit: remoteIssueType=dedicated or vps (case sensitive) To delete a license You can delete license under your account at https://rvglobalsoft.com/clientarea/ -> "Services" -> “NOC Licenses”, there is a delete option by this guide or you can simply delete it by calling URL below. https://www.rvsitebuilder.com/api/index.php?page=popup/remote_issue&remoteAction=delete&main_ip=xxx.xxx.xxx.xxx Parameter to edit: main_ip=xxx.xxx.xxx.xxx (server main IP address) Normally, we will bill you on monthly basis. The tested IP must be removed before the 1st date of the next month otherwise; it will be counted as a real usage and you will be compulsory to settle the payment.
RVsitebuilder :: Unattended Installation
RVsitebuilder Auto Installation: SSH as root to your server.1. Download rvsitebuilderinstaller with the following command:cd /usr/local/cpanel/whostmgr/docroot/cgi/rm -rf rvsitebuilderinstallerrm -f rvsitebuilderinstaller.tarwget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tartar -xvf rvsitebuilderinstaller.tarrm -f rvsitebuilderinstaller.tarchmod 755 /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/appconfig/registerapp/usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/appconfig/registerapp 2. Run command:perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --dbhost=localhost --dbport=3306 --dbuser=rvsitebuilder --dbpassword=xCF2z8ez1w --dbname=rvsitebuilder --agreement=yes *Remark--dbhost=host name/remote IP--dbport=3306/remote port--dbpassword=Capital letters + lower letters + numerals--dbname=anything--dbuser=anything
RVskin :: Unattended Installation
RVskin Auto Installation: You are able to do it by running below command in SSH or in your script. mkdir /root/rvadmincd /root/rvadminwget http://download.rvglobalsoft.com/download.php/download/rvskin-auto/saveto/rvauto.tar.bz2bunzip2 -d rvauto.tar.bz2tar -xvf rvauto.tarperl /root/rvadmin/auto_rvskin.pl -p="xxxxxxx" -p is the rvadmin password, 6 characters are minimum. While installing RVskin, it will create rvadmin hosting account, which is used as a place holder to maintain configuration and allows cPanel to backup its data in case that the server is running the backup runtime.**Do not terminate rvdamin hosting account as it is systematically required. The above command will lead you to install RVskin and also enable the auto-update. If you want to skip the auto-update, you can just specify -s as an argument. perl /root/rvadmin/auto_rvskin.pl -p="xxxxxxx" -s="1" All users are recommended to go to RVskin Manager in order to configure and manage RVskin upon their preferences, please access to root WHM -> Plugins -> RVglobalsoft Manager -> Theme Manager. Please keep your users posted that they are prohibited to terminate rvdamin hosting account as it is systematically required. To set RVskin as a default theme, change user's theme, and change user's language, please check instruction at https://rvskin.com/rvskin/installation/ and scroll down to the bottom of the page.
cPanel Installation
If you already done the payment and looking for cPanel Installation guide on your server, please follow this link : Installation Guide
cPanel System Requirement
Before you install cPanel & WHM or cPanel DNSONLY, make certain that your system meets all of our minimum requirements for new installations. Please follow this guide: https://documentation.cpanel.net/display/ALD/Installation+Guide+-+System+Requirements
Update cPanel version
Update your cPanel & WHM software to the most recent build available on your server's Release Tier. Please see this guide : https://documentation.cpanel.net/display/64Docs/Upgrade+to+Latest+Version
How to verify cPanel license
To verify cPanel license, please go to https://verify.cpanel.net/Then put your IP to verify it. Then, if it's verified, it will show your license information.
cPanel license behind NAT/Firewall
When you install cPanel & WHM, the installer will detect whether your server is on a NAT-configured network. If the installer detects a NAT-configured network, your server will configure itself for NAT mode and attempt to automatically map local IP addresses to public IP addresses. Please see the process for configuration at https://documentation.cpanel.net/display/ALD/1%3A1+NAT
cPanel Installation Error and Solution
Troubleshoot Your Installation If you install cPanel & WHM follow by the step in documentation but still experience the problem.You can find out more the solution here: https://documentation.cpanel.net/display/ALD/Installation+Guide+-+Troubleshoot+Your+Installation
Virtualizor installation and requirements for Linux-KVM
Requirements- 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 (DomUs) disks InstallationOpen Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=kvm Please give the email address correctly ! You can see the details and step further at http://www.virtualizor.com/wiki/Install_KVM
Virtualizor installation and requirements for Xen Paravirtualization and HVM
Requirements- CentOS 5.x /6.x or Red Hat Enterprise Linux 5.x or Scientific Linux 5.x or Ubuntu 12.04 or Ubuntu 14.04 (x86 or x86_64)- yum / apt-get- Storage to create the VPS (DomUs) disks InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=xen You can see the details and step further at http://www.virtualizor.com/wiki/Install_Xen
Virtualizor Support and Technical Knowledgebase
If you need to contact Virtualizor Support, all details are available on the Contact Us PageOr you can visit the Virtualizor Wiki! here: http://www.virtualizor.com/wiki/Main_Page
Virtualizor installation and requirements for OpenVZ
Requirements- CentOS 5.x / 6.x or Red Hat Enterprise Linux 5.x / 6.x or Ubuntu 12.04 / Ubuntu 14.04 or Debian 7.x or Scientific Linux 5.x / 6.x (x86 or x86_64)- Yum InstallationOpen Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com You can see the details further at http://www.virtualizor.com/wiki/Install_OpenVZ
Virtualizor installation and requirements for XenServer
Requirements- XenServer 6.2 or XenServer 6.5 or XenServer 7.1 or XenServer 7.2- YUM InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=xcp lvg=VOLUME_GROUP_NAME repo_size=SIZE Please give the email address correctly ! Installation Parameters- email : The Admin Email Address- kernel : In this case its xcp- lvg : The Volume Group that will be used for the DomU (VPS) storage e.g. defaults to vg. It should have some OR ALL unallocated space to create LVMs for the VPS.- repo_size : The size of the Template Repository in GB (Should be numeric only). Where all the Templates are stored. (Recommended size is 100). You can see the details and step further at http://www.virtualizor.com/wiki/Install_XenServer
Virtualizor installation and requirements for LXC
Requirements- CentOS 7.x- yum / apt-get- Storage to create the VPS (DomUs) disks InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=lxc Please give the email address correctly ! NOTE : LXC is in Beta. It is not recommended for production Servers at the moment. You can see the details and step further at http://www.virtualizor.com/wiki/Install_LXC
Virtualizor installation and requirements for OpenVZ 7
Requirements- OpenVZ 7 OS (ISO can be downloaded from here )- yum- Storage to create the VPSs disks InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=openvz7 Please give the email address correctly ! You can see the details and step further at http://www.virtualizor.com/wiki/Install_OpenVZ_7
Virtualizor installation and requirements for Proxmox (Beta)
Requirements- Proxmox OS (ISO can be downloaded from here )- apt-get- Storage to create the VPSs disks InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=proxmox Please give the email address correctly ! You can see the details and step further at http://www.virtualizor.com/wiki/Install_Proxmox
Virtualizor installation and requirements for Virtuozzo 7 (Beta)
Requirements- Virtuozzo 7 OS (You can create and account and ISO can be downloaded from here)- yum- Storage to create the VPSs disksBETA - Virtuozzo 7 integration with Virtualizor is in Beta. We do not recommend it on Production servers. InstallationOpen a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands: wget -N http://files.virtualizor.com/install.shchmod 0755 install.sh./install.sh email=your@email.com kernel=virtuozzo Please give the email address correctly ! Installation Parameters- email : The Admin Email Address- kernel : In this case its virtuozzo- noos : If you dont want to download the DomU operating system for the DomU then please add noos=true as a parameter- beta : If there is a newer version of Virtualizor available and you would like to test it then please add beta=true as a parameter- interface : You can specify the default interface that you want to set. If not provided it will be considered as eth0. You can see the details and step further at http://www.virtualizor.com/wiki/Install_Virtuozzo