Published using Google Docs
Uninstall RV2Factor from WHM/cPanel
Updated automatically every 5 minutes

Please ssh to your server as root and run the following commands.

cd /usr/src; rm -fv uninstallrv2factor.sh; wget http://download.rvglobalsoft.com/uninstallrv2factor.sh; chmod +x uninstallrv2factor.sh; ./uninstallrv2factor.sh

And remove RV2Factor folder by:

rm -rf /usr/local/rvglobalsoft/rv2factor

rm -rf /usr/local/cpanel/base/securitypolicy/RV2Factor

rm -rf /usr/local/cpanel/Cpanel/Security/Policy/RV2Factor

rm -f /usr/local/cpanel/Cpanel/Security/Policy/RV2Factor.pm

===

Remove RV2factor icon from paper_lantern

---

Remove the icon in this file:

/usr/local/cpanel/base/frontend/paper_lantern/dynamicui/dynamicui_rv2factor.conf

===

----

After removed files above, please recheck in your WHM. If the following error shows:

security policy handling failed

Please edit file:

/var/cpanel/cpanel.config

Change:

SecurityPolicy::RV2Factor=0

After that, restart cpanel with command

service cpanel restart

===============================