To list all cronjobs for all users on a cPanel server use the following command for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done or: cat /var/spool/cron/* To list cronjobs for a single user, navigate to /var/spool and view the...
On cPanel servers user forwarders and autoresponders are located in the /etc/valiases/ directory and separate for each domain (Forwarders and autoresponders for all email addresses under domain example.net are located in the...
Recently on a fresh installation of NextCloud, the following error appeared after logging into the dashboard: Internal Server Error The server was unable to complete your request. Or in plain text: Internal Server ErrorThe server was unable to...
If you suspect that your cPanel and WHM license is not functioning: Run either of the following commands from your server’s command line interface: curl -L lynx -dump Next, visit Enter the IP address you obtained in step 1. Our website will...
Step 1. Navigate to zerossl website and create a free account: Start the process of generating an SSL by filling in the domain name: For Validity select 90 days and for CSR & Contact select the Free option There are multiple verification methods...
In Roundcube Webmail on cPanel, single email could not be opened and the following error message was displayed: INTERNAL ERROR Could not load message from server. First check the /var/log/messages for any errors: the error: Dec 1 11:40:17 s6...
Here is how to solve the following error in WHM / cPanel: stream_socket_enable_crypto(): Peer certificate CN=`xxxx.com' did not match expected CN=`smtp.sendgrid.net' As of PHP 5.6 peer verification is enabled by default (). If you are running WHM /...
Recently encountered a weird issue with cPanel DNS Zone Editor that wasn’t mentioned anywhere on cPanel official documentation nor their forums, so I decided to write a quick guide for anyone else that might experience this issue in the future...
To enable LiteSpeed Crawler option server-wide in cPanel, edit the following file /etc/apache2/conf.d/includes/pre_main_global.conf By the official cPanel docs, only the following is mandatory: <IfModule Litespeed> CacheEngine on crawler...
An Inode is a data structure used to store the metadata of a file. in cPanel – inode number represents the collective number of files and folders present in your web hosting account. Check Inode usage inside cPanel Most cpanel...