
If you are planning to install Fantastico on your Linux Dedicated Server then you need to follow the steps given below. Well, firstly you need to get its license copy which you can install on your server.
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;
also if you are using FreeBSD then you can follow the following steps for getting Fantastico installed on FreeBSD server : -
cd /usr/local/cpanel/whostmgr/docroot/cgi;
fetch http://files.betaservant.com/files/free/fantastico_whm_admin.tgz;
tar -xzpf fantastico_whm_admin.tgz;
rm -rf fantastico_whm_admin.tgz;
Thus you have successfully installed Fantastico on your dedicated server which you can use for installing range of applications which are included within it.


Fantastico can be of great help for your website hosting account using which you can easily install supported applications on your server.
firstly you will have to install Fantastico on your server. you can follow the mentioned steps for installing Fantastico.
- Connect to your server using an SSH client.
- Login as the root user.
- Change to the proper cgi folder using the following command :-
cd /usr/local/cpanel/whostmgr/docroot/cgi
- Download the Fantastico install file using the following command :-
wget http://www.netenberg.com/files/free/…_whm_admin.tgz
- Extract the install file using the following command :- tar -xzpf fantastico_whm_admin.tgz
- Remove the install file using the following command :- rm -rf fantastico_whm_admin.tgz
- Re-Login to WHM in a web browser in order for the above done changes to come into effect.
- From the menu, under Plugins, click Fantastico De Luxe WHM Admin which is usually located at the bottom.
Thus you have successfully installed Fantastico on your dedicated server.