This guide will show you how to quickly uninstall Installatron software from WHM/cPanel server. For instructions on Installing Installatron on a WHM/cPanel server, please see this guide.
Uninstall Installatron WHM/cPanel Plugin
Login to the server as root and execute the following commands to recursively remove Installatron from the server:
-
Remove RPM packages (if applicable):
rpm -e installatron-plugin-cpanel
-
Remove RPM packages (if applicable):
dpkg -r installatron-plugin-cpanel
-
Remove from GUI:
rm -fr /usr/local/cpanel/3rdparty/installatron rm -f /usr/local/cpanel/whostmgr/addonfeatures/installatron rm -f /usr/local/cpanel/whostmgr/addonfeatures/itwidget rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_installatron.cgi rm -f /usr/local/cpanel/base/frontend/*/dynamicui/dynamicui_installatron.conf rm -f /usr/local/cpanel/base/frontend/*/dynamicui/dynamicui_itwidget.conf perl -pi -e 's/_in.+\s*//g' /root/cpanelbranding/*/dynamicui.conf perl -pi -e 's/_in.+\s*//g' /home/*/cpanelbranding/*/dynamicui.conf /usr/local/cpanel/bin/unregister_appconfig installatron_cpanel /usr/local/cpanel/bin/unregister_appconfig installatron_whostmgr
-
Delete the core
rm -fr /usr/local/installatron rm -fr /var/installatron rm -f /etc/cron.d/installatron
-
Delete user data (use caution):
rm -fr /home/*/.appdata
Your Installatron installation has now been removed from the server.