CpCleaner Home

CpCleaner Overview
What it CpCleaner?
CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that take up disk space without cause.
Sometimes cPanel users turn for support because they runs out of the disk space And actually it's all about some error_log files that take up disk space.
With CpCleaner installed your cPanel users will be able to clean out the trash from the account without a long search and with a few clicks.
How it works?
The search trash is guided by a list of files extensions or name that you establish for your users, The default is: error_log, *.tar *.zip *.tar.gz
In addition there is also another option empty the "tmp" and ".trash" folders And in the future will be even more options.
CpCleaner Features List
Features
- Easy installation.
- Automatic Updates.
- Clean out files by extensions or name.
- Clean out the "tmp" and ".trash" folders.
- Support cPanel, cPanel with CloudLinux. CentOS 5/6/7.
- And we will keep updating the plugin to always support the latest cPanel release build.
CpCleaner Downloads
CpCleaner Change Log
System Requirements:
change log from day one
Version 1.0.3 (Stable Version) Release Date: 24/09/2017 |
- FIX Sidebar URL's 404. |
Version 1.0.2 (Stable Version) Release Date: 08/03/2016 |
- FIX Folder size warning. - FIX Files size true number. |
Version 1.0.1 (Stable Version) Release Date: 01/03/2016 |
- FIX Adjustments to the new paper_lantern. - FIX Select a group of checkboxes files. - FIX Display language variables. |
Version 1.0.0b (Beta) Release Date: 17/02/2016 |
- First Release |
CpCleaner Requirements
System requirements
- cPanel 11.52.0+
CpCleaner Documentation
Follow the documentation to setup your Domains Statistics cPanel plugin
Installation
Run the following shell commands as root via SSH:
wget -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?type=d&id=233" 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
Update
Run the update by the following shell commands as root:
/usr/local/cpanel/base/3rdparty/CpCleaner/conf/update
Automatic Updates
To enable automatic updates, copy the "update" file to one of the cron folders e.g:
cp /usr/local/cpanel/base/3rdparty/CpCleaner/conf/update /etc/cron.monthly/
Search Config
To change the list of files to be scanned edit file: "/usr/local/cpanel/base/3rdparty/CpCleaner/conf/filestoscan".
Uninstall
Run the following shell commands as root via SSH:
wget -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?type=d&id=233" tar -xf cpc-1.0.3.tar cd cpc-1.0.3 sh cpc-installer -uninstall cd .. rm -Rfv cpc-1.0.3/ cpc-1.0.3.tar