How to remove Fantastico from the server
- WHM questions
- 1,965 views
- Aelswith E.

Here are the steps you need to follow to completely remove Fantastico from your VPS or Dedicated server.
Log into your server via SSH as root and run the following commands:
rm -rf /var/netenberg/
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/
rm -rf /usr/local/cpanel/3rdparty/fantastico*
rm -rf /usr/local/cpanel/base/frontend/*/fantastico
rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html
rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_fantastico.cgi
That’s it!