Restart php-fpm in Cpanel Server

To restart php-fpm on Cpanel server, run /scripts/restartsrv_apache_php_fpm For Cpanel php-fpm, run /scripts/restartsrv_cpanel_php_fpm php-fpm config stored in /opt/cpanel/ea-php70/root/etc/php-fpm.conf, pool config available in folder /opt/cpanel/ea-php70/root/etc/php-fpm.d/ php70 is for PHP version 7, replace it with actual PHP version you are using. Cpanel Server php-fpm

Fix Cpanel SSH Service in WHM

You may need to restart SSH on Cpanel server with default settings to get SSH access. This may needed when you work on a server with unknown SSH port or when SSH service on the server is failed/limited for some reason. To fix SSH, login to WHM, then access following URL /scripts2/doautofixer?autofix=safesshrestart URL will look … Read more

Allow Passive FTP in Cpanel Server with CSF

To enable Passive FTP in Cpanel Server running CSF firewall, check the passive ports used in /etc/pure-ftpd.conf [root@server22 ~]# grep PassivePortRange /etc/pure-ftpd.conf PassivePortRange 49152 65534 [root@server22 ~]# As you can see pureFTPd use ports 49152 to 65534 for data transfer when in passive mode. You need to open these ports in CSF firewall. Edit csf.conf … Read more

softaculous

Softaculos is an addon for cpanel, that allows you to auto-install various web applications like WordPress, phpBB, Joomla, Magento, etc. To install Softaculos, run You need to enable ioncube, this can be done in WHM > Tweek Settings

Cpanel Error NetworkManager is installed

When installing Cpanel on a dedicated server, i get error NetworkManager is installed and running, or configured to startup. To fix this, you just need to uninstall NetworkManager package. yum remove NetworkManager Another error i got on same server is 2017-12-18 09:47:20 1076 (FATAL): /etc/resolv.conf must be configured with non-local resolvers for installations to complete. … Read more