Default Automatic index page when new account is created in cpanel/WHM We all want to show default index page when new account is setup. Below are the steps: First of all we have to create below folder. mkdir /root/cpanel3-skel mkdir /root/cpanel3-skel/public_html Create default index page. vi /root/cpanel3-skel/public_html/index.html save and quit the file. If …
Month: November 2013
How to Configure Multiple shared IP’s in WHM
How to Configure Multiple shared IP’s in WHM It is not possible to add multiple shared IP’s from WHM but it is possible to do it from SSH. First of all we need to create a /var/cpanel/mainips/ directory if it is not present. mkdir /var/cpanel/mainips/ Then we have to create a file. vi /var/cpanel/mainips/root …
how to install whmsonic in cpanel
How to install WHMSonic in cpanel Login to your server root SSH and copy/paste the following command fully and run it. cd /root/; rm -f installr.sh; wget http://www.whmsonic.com/setupr/installr.sh; chmod +x installr.sh; ./installr.sh Sample installation output: *********************************************************************** * WHMSonic Setup v2.1.11 * *********************************************************************** WHMSonic installer is now installing the latest version. This may take a …
Uninstall Cloudlinux from cpanel
You can always uninstall CloudLinux. In this case, we will ‘convert’ the system back to CentOS. Even if the original system was RHEL — we will still convert to ‘CentOS’ state. To uninstall CloudLinux follow below steps: wget -O cldeploy http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -c Please, note that some of the packages from CloudLinux repo will still be …