Call Us: (855) GO-LICENSE
(855) 695-4236
English
Accuracy is EXTREMELY IMPORTANT to us;
That's why we're always reviewing our answers.

Support Center

The LicenseCube support knowledge base has 234+ articles. These articles will assist you in resolving almost any issue you should face!

Rate This Article

starstarstarstarstar

How would I remove Installatron from my cPanel server?

starstarstarstarstar
Art. Nr: 22  |  Rating: 4/5 from 365 votes  |  Last Updated: Mon, May 21, 2012

The process of removing Installatron isn’t complicated, but it does require running a few commands within SSH (Secure Shell Access) or RDP (Remote Desktop Protocol). Please follow the step-by-step directions outlined below for your convenience:

How to remove Installatron within a cPanel server:

  • Login to your cPanel Virtual/Dedicated server via SSH
  • Run the following command within your SSH terminal:

    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 &&
    rpm -e installatron-plugin-cpanel &&
    rm -fr /usr/local/installatron &&
    rm -fr /var/installatron &&
    rm -f /etc/cron.d/installatron &&
    rm -fr /home/*/.installatron

  • Once completed, Installatron will be permanently removed.

Should you have any further questions on how to remove your Installatron license from your cPanel server, please feel free to get in contact with the LicenseCube support team for additional assistance.

Cant copy and paste these commands. Would be helpful if you could.

Posted by Max - Tue, Aug 14th, 2012

Post your Comments