Install Fantastico:
wget http://files.inmotionhosting.com/scripts/installfant.sh
sh installfant.sh
– or –
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
** After install, configure and activate in Feature Manager in WHM

Fantastico won’t install/WGET errors:
64-bit:
wget http://files.inmotionhosting.com/wget-1.10.2-3.2.1.x86_64.rpm
yum -y remove wget
rpm -Uvh wget-1.10.2-3.2.1.x86_64.rpm
* add wget* to /etc/yum.conf
32-bit:
wget http://files.inmotionhosting.com/wget-1.10.2-3.2.1.i386.rpm
yum -y remove wget

rpm -Uvh wget-1.10.2-3.2.1.i386.rpm
– add wget* to /etc/yum.conf

Remove Fantastico:
wget http://files.inmotionhosting.com/scripts/removefant.sh
sh removefant.sh