How to Uninstall Installatron in WHM cPanel Server

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.

What is Installatron?

Installatron is a popular web application installer and management tool integrated into hosting control panels (like cPanel). Installatron provides a convenient user interface to install and manage web apps like WordPress, Drupal, and with relatively little effort or technical skills.

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.

Conclusion

You now know how to uninstall Installatron in WHM cPanel server.

  • installatron, cpanel plugin
  • 6 Users Found This Useful
Was this answer helpful?

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...