Note: These commands uninstall Installatron 5.0 or newer. Do not use these commands on an older version of Installatron.
The commands below show you how to cleanly uninstall Installatron from a DirectAdmin, cPanel/WHM, or Plesk server (please be careful to use the right commands for your server).
Note that these commands will not delete any installs created by Installatron, and once the "install data" is deleted those installs will not be uninstallable from within Installatron.
Remove from the DirectAdmin GUI:
rm -fr /usr/local/directadmin/plugins/installatron
Delete the core:
rm -fr /usr/local/installatron
rm -fr /var/installatron
rm -f /etc/cron.d/installatron
Delete user install data (be careful!):
rm -fr /home/*/.installatron
Remove from the cPanel/WHM GUI:
/usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/bin/installatron.cpanelplugin
rm -fr /usr/local/cpanel/3rdparty/installatron
rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_installatron.cgi
Delete the core:
rm -fr /usr/local/installatron
rm -fr /var/installatron
rm -f /etc/cron.d/installatron
Delete user install data (be careful!):
rm -fr /home/*/.installatron
For Plesk Linux/Unix servers, note that the the directories
/usr/local/psa and
/var/www/htdocs may be different on your server.
Remove from the Plesk Linux GUI:
perl -pi -e 's!<itronblock1>.+?</itronblock1>!!' /usr/local/psa/admin/plib/templates/modules.tpl
rm -fr /usr/local/psa/admin/htdocs/modules/installatron
Delete the core:
rm -fr /usr/local/installatron
rm -fr /var/installatron
rm -f /etc/cron.d/installatron
Delete user install data (be careful!):
rm -fr /var/www/htdocs/*/.installatron
Uninstall: Plesk Windows
Remove from the Plesk Windows GUI:
rd "%plesk_dir%\admin\htdocs\modules\installatron" /S /Q
Delete the core:
rd "%itron_dir%\Data" /S /Q
rd "%itron_dir%\etc" /S /Q
rd "%itron_dir%\lib" /S /Q
"%itron_dir%\uninstall.exe"
Delete user install data (be careful!):
FOR /D %i IN ("C:\inetpub\vhosts\*") DO rd "%i\.installaton" /S /Q