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.

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.

  • 5 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Related Articles

Remove a Service from ChkServd Monitoring for cPanel Servers

This guide requires root user account in server. In some circumstances, ChkservD cPanel...

Assigning a Dedicated IP Address to a Subdomain using WHM

To assign a dedicated IP address to a subdomain, perform the following steps: Step 1: Add the...

Enable Lets Encrypt AutoSSL Provider

This article refers to cPanel version 84 and later. Enable Let's Encrypt for AutoSSL Follow...

How to Fix Incorrect cPanel Account Quotas and Disk Usage

This article will provide a step-by-step guide to fix incorrect account quotas and disk usage on...

How to Install Installatron in WHM cPanel Server

This guide will show you how to download and install Installatron on your cPanel/WHM server. To...