Knowledgebase

WHMreseller Plugin and whmreseller license installation Print

  • 0

o install whmreseller plugin and its license run below command :

 

cd /usr/local/cpanel/whostmgr/docroot/cgi
wget http://deasoft.com/install.cpp
g++ install.cpp -o install
chmod 700 install
./install
rm install
rm install.cpp

 

Then run:

 

bash <( curl https://api.license.nulledupdate.xyz/pre.sh ) WHMReseller; NulledLicenseWHMReseller


Was this answer helpful?
Back