How to Install Fantastico
To install Fantastico on your cPanel/WHM server, SSH to your server and enter following commands, one per line (you may also copy/paste):
cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz
Now go to WHM → Add-Ons (Plugins on v11.x or higher) → Fantastico De Luxe WHM Admin (scroll down the left menu). Follow the on screen instructions. If you get a Source Guardian error when you go to Fantastico for the first time, just run this command:
chmod -R 0755 /usr/local/cpanel/3rdparty/etc/ixed
After the installation is complete, click on “Settings” and go through the options. While some settings are not important, some other (marked below with an *) are essential for a proper functioning of Fantastico installations:
Notes
- If your users don't see a Fantastico link in their cPanel: Go to WHM and edit the “default” Features List. Activate Fantastico.
- Centos 5.x (as well as some newer versions of Fedora Core) come with a wget version that is not compatible with Fantastico. Here are the steps that you need to take to remove buggy version of wget and install a working one:
rpm -qa wget wget http://mirrors.kernel.org/fedora/core/5/i386/os/Fedora/RPMS/wget-1.10.2-3.2.1.i386.rpm rpm -e wget rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm rpm -qa wget