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
Month: April 2008
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?
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
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
How do i fix the error “License File Expired” ?
First, check the license on http://verify.cpanel.net/ to ensure it is still licensed. If it is not, please contact who you purchase the license from directly. If your license lists as active and you see this error when trying to access cPanel or WHM: License File Expired, you will want to ensure that port 2089 is… Continue reading How do i fix the error “License File Expired” ?
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
Cpanel DNS on Freebsd: named or rndc does not exist
Problem: Cpanel on FreeBSD shows the error that named or rndc does not exist after a cpanel update. Solution: server1# ln -s /usr/local/sbin/named /usr/sbin/named