Rebuild Named.conf
How do I fix my cPanel DNS configuration or rebuild named.conf? Running the following script from an SSH session will fix most issues when your named.conf file becomes corrupt: cd …
cPanel Administration Tips & Tricks
How do I fix my cPanel DNS configuration or rebuild named.conf? Running the following script from an SSH session will fix most issues when your named.conf file becomes corrupt: cd …
How to whitelist IP address in cPHulk from the command line? From an SSH session, run the following command: /scripts/cphulkdwhitelist <ipaddress> Where <ipaddress> is the IP address you wish to …
How to fix CloudLinux Lvestats when they stop working? Run the following command from an SSH session; service lvestats stop;killall -9 lvestats-server;rm -rf /var/lve/lveinfo.db;service lvestats start If you receive a …
How to create a cpmove file from a cPanel incremental backup? A cpmove file can be created by running the following command from an SSH session: tar -zcf /home/cpmove-<username>.tar.gz <incremental-files-path> …
How to package (make a full account backup) a cPanel account from SSH? From an SSH session, run the following command: /scripts/pkgacct <username> <destination> Where <username> is the username of …
How to reset file/folder permissions to folder to 755 and files to 644? Run the following command from an SSH session: chmod -R ugo-x,u+rwX,go+rX,go-w <path> Where <path> is the physical …
Securing the /tmp folder on cPanel is easy. cPanel has a script that will do this for you. With root access, using an SSH seesion, run the following command: /scripts/securetmp …
How to install Comodo WAF mod_security firewall? What is Comodo WAF? Comodo WAF is a software based web application filter for use mod_security on cPanel based systems. It provides a …
How to install Softaculous? Softaculous has a very easy installation script that is a snap to use. To begin, you need to purchase a Softaculous license from either Softaculous or …
How to install CloudLinux? Converting CentOS to a CloudLinux system is really easy. First you need to purchase a CloudLinux license from either CloudLinux or an authorized distributer. I suggest …
How to install cPanel? Installing cPanel is actually quite simple. First you need to purchase a cPanel license from either cPanel or an authorized distributer. I suggest BuycPanel You first …