How to uninstall WHMReseller v5 from cPanel server?

Officially there's no uninstaller of WHMReseller v5 - cPanel/WHM addon. That's why we're writing a tutorial for our clients who wants to remove WHMReseller from their cPanel server. 

(Remove the whmreseller directory)

rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/whmreseller
rm -rf /root/whmresellerbackup

(Remove cronjobs)

crontab -e

(then look for and remove)

/usr/local/cpanel/whostmgr/docroot/cgi/whmreseller/wdmonitor >/dev/null 2>&1
/usr/local/cpanel/whostmgr/docroot/cgi/whmreseller/versionupdate >/dev/null 2>&1

(close and save)

(Remove hooks from WHM)

Login to WHM as root user and remove all WHMreseller Hooks under "WHM" >> "Manage Hooks". They usually reside down the bottom of the list. Simply look for hooks with "whmreseller" in the path.

That's it !!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...