Disable 2 Factor Authentication in Cpanel

To disable 2 Factor Autentication for WHM in Cpanel Server, SSH into server as user root, run whmapi1 twofactorauth disable_policy Or run whmapi1 create_user_session user=root service=whostmgrd locale=en This will create a link for WHM login, using this link won’t require 2 Factor Authentication. After logging into WHM, you can disable 2 Factor Autentication. If you … Read more

Enable HTTP/2 in Cpanel Server

Cpanel enable http2

HTTP/2 only works with mod_worker or mod_event. if you use another mpm module you need to switch to worker or event. To install http2, login to WHM as user root. Go to Now under Apache Modules, search for “http2”. Use the selector on right side to install it. Click “Next” until it it reach provision … Read more

phpMyAdmin missing from WHM after upgrade

On WHM, phpMyAdmin was missing from left menu after Cpanel upgrade. Verify cpanel-phpmyadmin package insalled on the server. [root@server82 ~]# rpm -qa | grep phpmyadmin cpanel-phpmyadmin-4.8.3-6.cp1176.noarch [root@server82 ~]# Since phpmyadmin package was installed, clear WHM cache with commands /usr/local/cpanel/bin/refresh_plugins_cache /scripts/rebuild_whm_chrome After clearning browser cahce, phpMyAdmin started showing in WHM.

Cpanel Server Disk Partition

Many server providers setup server with smaller / partition like 20 GB. This is fine for normal Linux Servers, you will need more disk space on Cpanel Servers. Many use CloudLinux on Cpanel Servers, this will require you to have more free disk space on / partition. The partition i use for Cpanel Servers are … Read more