The following article explains how to add Fantastico to cPanel, since it is
not installed by default. Fantastico allows you to install various scripts
that are available for cPanel.
Before you begin, you will need to purchase a Fantastico license.
To install Fantastico, please follow these steps:
- Open a web browser and connect to your cPanel Control Panel located at https://ip address:2087.
- Login as the Administrator using the information sent to you in your setup email.
- From the menu, under Plugins, click Fantastico De Luxe WHMAdmin (located at the bottom). aaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
If this option is not available, see the additional steps below 00000 - Click Click here to begin
the install of Fantastico. - Select a version from the dropdown menu. We recommend choosing the
Stable version. - Follow the remaining installation steps, using the default information.
- Once this process completes you may exit the browser.
Fantastico should now be configured for your cPanel control panel and you
may begin adding various features. To log into Fantastico, open a browser and
go to http://ip address:2083. At the bottom of the screen you will
see the Fantastico icon; click on it to start Fantastico.
Additional Steps - Download Fantastico
If the Fantastico install option is not available, you will need to
manually download Fantastico onto your VPS.
- Connect to your VPS using an SSH connection.
- Log in as the Administrator 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/fantastico_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
- Log out of the SSH connection.
- Log out and log back into cPanel in a web browser.
- From the menu, under Plugins, click Fantastico
De Luxe WHM Admin (located at the bottom). - Recently we got too many issue while installing fantastico. Here is one of them. If you get the message“you have not installed fantastico yet” even after installing it then the issue is probably with wget version. Here is the steps to update wget:Login as a root in ssh and fire the following commands:
wget ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/core/5/i386/os/Fedora/RPMS/
wget-1.10.2-3.2.1.i386.rpm
chattr -ia /usr/bin/wget
rpm -e wget ;
rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm ;
rpm -qa wget ;
For 64-bit:
Leaving your OS default wget installed and install a fresh copy for
Fantastico at /usr/local/bin/wget
cd /usr/local/bin/
wget http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xfz wget-latest.tar.gz
cd wget-*
./configure
make
make test
make install
cd ../
rm -Rf wget-*
This will install a clean copy of wget on your server at /usr/local/bin/wget
and you will just need to change the path of wget to /usr/local/bin/wget
for the errors in cpanel >> fantastico just run /scripts/makecpphp
and the errors should be gone
Recently I got too many issue while installing fantastico. Here is one of
them. If you get the message“you have not
installed fantastico yet” even after installing it then the issue is
probably with wget version. Here is the steps to update wget:
Continue the install using the steps above.
0 comments:
Post a Comment