Ports that must be open to run cPanel behind a firewall IPTables

Ports that must be open to run cPanel behind a firewall / IPTables port service protocol direction 20 ftp tcp inbound/outbound 21 ftp tcp,udp inbound/outbound 22 ssh tcp inbound 25 smtp tcp inbound/outbound 26 smtp tcp inbound/outbound 37 rdate tcp outbound 43 whois tcp outbound 53 DNS tcp/udp inbound/outbound (inbound is only needed if you… Continue reading Ports that must be open to run cPanel behind a firewall IPTables

Published
Categorized as cPanel

How do I INSTALL cPanel and FANTASTICO?

cPanel setup : —– cPanel Installation Instructions: —– cPanel now uses a universal install script which can be found at http://layer1.cpanel.net/. You can use the following commands in the root shell to download and start the installation script: mkdir /home/cpins cd /home/cpins wget http://layer1.cpanel.net/latest sh latest —– Fantastico —– SSH to your server(s) and enter… Continue reading How do I INSTALL cPanel and FANTASTICO?

Published
Categorized as cPanel

How do I UNINSTALL FANTASTICO?

Log into your server via SSH as root and execute the following: rm -rf /var/netenberg/fantastico_de_luxe/ 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

Published
Categorized as cPanel

cPanel runweblog error Perl_Gthr_key_ptr

cPanel runweblog error : /usr/bin/perl: symbol lookup error: /usr/local/cpanel/3rdparty/lib/perl/auto/RRDs/RRDs.so: undefined symbol: Perl_Gthr_key_ptr Solution : I removed the rrdtool binary from /usr/local/cpanel/3rdparty/bin then ran /scripts/rrdtoolinstall

Published
Categorized as cPanel

HowTo :: install a Perl Module

Perl modules A Perl module is a self-contained piece of Perl code that can be used by a Perl program or by other Perl modules. It is conceptually similar to a C link library, or a C++ class. To manually install a Perl module: Download To retrieve a file from another machine, usually a host… Continue reading HowTo :: install a Perl Module

Published
Categorized as cPanel