Introduction
The software WHMReseller has been created by a developer to allow multi-level resellers to be configured to your system.
This software is not managed nor develop by cPanel, and installing this software can create unexpected problems with the functionality of cPanel and other services.
If you are experiencing issues while this is installed, you will need to uninstall it.
Procedure
*Please note* This process to uninstall WHMReseller is not generated by cPanel or its bundle software. The following information is a process other users installed this software to uninstall the software.
A system administrator should only perform this.
System Administrator Resources
First remove the whmreseller directory,
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/whmreseller
Then cronjobs,
crontab -e
Remove the following jobs …
/usr/local/cpanel/whostmgr/docroot/cgi/whmreseller/wdmonitor >/dev/null 2>&1
/usr/local/cpanel/whostmgr/docroot/cgi/whmreseller/versionupdate2 >/dev/null 2>&1
/usr/local/cpanel/whostmgr/docroot/cgi/whmreseller/scripts/backupcron >/dev/null 2>&1
Finally remove the whmreseller link from WHM …
rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_whmreseller.cgi
If you still see the plugin in WHM, then you will need to run the following:
# /usr/local/cpanel/bin/unregister_appconfig whmreseller
How do I use unregister appconfig