Steps to Update/Install iptables iptables v1.6.0 cd /usr/src wget -O /usr/src/iptables-1.6.0.tar.bz2 https://www.netfilter.org/projects/iptables/files/iptables-1.6.0.tar.bz2 –no-check-certificate tar -jxf iptables-1.6.0.tar.bz2 cd iptables-1.6.0 ./configure –prefix=/myiptables –with-xtlibdir=/lib/xtables –disable-nftables make make install mv /sbin/iptables /myiptables/iptables.backup mv /sbin/iptables-restore /myiptables/iptables-restore.backup mv /sbin/iptables-save /myiptables/iptables-save.backup ln -s /myiptables/sbin/iptables /sbin/iptables ln -s /myiptables/sbin/iptables-restore /sbin/iptables-restore ln -s /myiptables/sbin/iptables-save /sbin/iptables-save ———– For […]
Category: cPanel
Icons is missing in paper lantern theme
When accessing the accounts enabled with the paper lantern theme we could see that the image icons not being displayed. We have tried a cpanel upgrade on the server but could still find the issue being persisting. Steps to reproduce: Login to any cpanel with paper lantern enabled. Once logged […]
Horde not loading properly
Horde not loading properly While checking we could see that the horde page is not loading properly. When we check any accounts we could be able to that the horde is not properly loading. You can check this by accessing any email accounts via horde. his is a setting within […]
Horde giving fatal error (SQLSTATE[HY000]: General error: 1 no such table: horde_prefs)
I ran the command /usr/local/cpanel/bin/update_horde_config –user=diver –full and I am able to access webmail via horde ========================================================================== [23:55:18 xxx root@techflavouz /home/diver/mail/diver.si]cPs# /usr/local/cpanel/bin/update_horde_config –user=diver –full horde conf: /usr/local/cpanel/base/horde/config/conf.php Successfully updated the sql section of the Horde configuration. Running database checks for 1 account(s) … Using Universal Quota Support (quota=0) Running horde-db-migrate […]
Headers and client library minor version mismatch—-cPanel Servers
php -i | grep API Server API => Command Line Interface PHP API => 20090626 Zend Extension Build => API220090626,NTS PHP Extension Build => API20090626,NTS DOM/XML API Version => 20031129 API Version => 3001 MHASH API Version => Emulated Support Client API version => 5.3.12-MariaDB Client API library version => […]
Steps to manually restore email account For a cPanel account from any backup
Email is very important for business. Sometimes email is hosted on a different server’s and the domain is hosted on one server. The below-pasted steps will help you when you want o migrate the emails to the same hosting server. This is one of the possible ways there are other […]
Script to restore the contents from addon domain to a newly created domain (newly created are domain which is seperated from mainaccount)
Script to restore the contents from addon domain to a newly created domain When customers move from shared hosting to VPS environment/dedi server environment below-pasted script will be usefull. In shared server’s customer’s will be having most of the domain’s as addon domains. Using the below-pasted script they can separate […]
PhpMyadmin while redirecting from cPanel is asking for the password
While accessing PhpMyadmin from cPanel is asking for the password and its not redirecting, then it’s likely your account’s MySQL password has gotten out of sync with your cPanel account password. Under normal circumstances those passwords are the same, however, the way that phpMyAdmin was loaded in previous versions (cPanel […]
SSH login without password in a simple 3 Steps
In this page, I would like to enable the ssh passwordless entry to a server in 3 steps. For this, we are making use of ssh-keygen and ssh-copy-id ssh-keygen helps you generate SSH keys if the key are not generated ssh-copy-id will help you to copy the key to the […]
Softaculous Hook
Softaculous is a plugin which can be integrated into cPanel and can be installed into cPanel in just 2 minutes. Softaculous is tightly integrated with cPanel and your users can access 444 apps. Softaculous takes care of the complete lifecycle of the application from install to backup to update. Softaculous […]