cPanel

cPanel is an online Linux-based control panel that simplifies website and server management.

cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more.

www.cpanel.net

image 26 736x491 - ⚠️ How to Enable Custom RBL’s in cPanel

⚠️ How to Enable Custom RBL’s in cPanel

By default, WHM gives you the option of using Spamhaus and/or Spamcop for added SPAM protection for incoming email. If you have additional DNSBL’s (DNS-based RBL’s) that you want Exim to check email against, you can easily enable them if...

what is cpanel 736x491 - How to Delete 🚮 cPanel Frozen ✉️ Emails

How to Delete 🚮 cPanel Frozen ✉️ Emails

Howto check number of emails in the mail queue: exim -bpc To check the email ID, sender and receiver of the each email: exim -bp | more To delete frozen emails from the mail queue, execute: exim -bp | grep 'frozen' | awk '{print $3}' | xargs exim ...

image 32 736x491 - How to Enable Basic cPanel End-User Security

How to Enable Basic cPanel End-User Security

As much as you are concerned about the security of your servers, your end users are likely just as concerned about what measures you have in place to protect their accounts against hacking attempts and unauthorized access. The following tips will...

image 24 736x152 - How to monitor and 🔄 auto restart cron service in cPanel

How to monitor and 🔄 auto restart cron service in cPanel

Sometimes the crond service fails quite often without any clue and it becomes necessary to monitor the cron service and auto-restart it. cPanel offers ‘chkservd’, a monitoring daemon that monitors the services on the server and restart...

what is cpanel 736x491 - ⚠️ phpMyAdmin: Cannot start session without errors

⚠️ phpMyAdmin: Cannot start session without errors

You receive the error message “Cannot start session without errors” while accessing phpMyAdmin in cPanel. phpMyAdmin will not work if any of the following settings are incorrect on a cPanel server. 1. The owner and group of...

what is cpanel 736x491 - cPanel tailwatchd Failed

cPanel tailwatchd Failed

An email from a cPanel server with the “tailwatchd failed” warning message indicates that either the cpanel service is offline/down OR the cpanel service was restarted. The complete message looks like the following: tailwatchd failed @...

what is cpanel 736x491 - How to Install Suhosin in cPanel

How to Install Suhosin in cPanel

Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in...

MobaXterm Personal 20.3 aPh2Hk9t0L 736x491 - How to Increase cPanel Memory for Java TomCat

How to Increase cPanel Memory for Java TomCat

In order to increase the memory limit for Java, perform the following steps, create a new file: nano /var/cpanel/tomcat.options Insert the following 2 lines: Xmx200M Xms100M Where Xmx is the upper limit and Xms is the lower limit. You have to...

what is cpanel 736x491 - How to ODBC support on a cPanel server

How to ODBC support on a cPanel server

You first have to install the devel packages for unixodbc, then add a line in rawopts file and rebuild Apache+PHP. 1. Install the UnixODBC devel packages: yum install unixODBC unixODBC-devel 2. You now need to create a file...