CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that take up disk space without cause.
You can easily install CpCleaner in cPanel via SSH.
  • Login to SSH with required credentials.
  • Run the following shell commands as root via SSH:
wget --no-check-certificate -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?" 
tar -xf cpc-1.0.3.tar 
cd cpc-1.0.3 
sh cpc-installer -install 
cd .. 
rm -Rfv cpc-1.0.3/ cpc-1.0.3.tar
You have successfully installed it. Check out the blog and video tutorial to learn more.
Was this answer helpful? 0 Users Found This Useful (0 Votes)