Restart Service Using SSH on cPanel Server

Restart Service Using SSH on cPanel Server

Restart a service using SSH on a cPanel server means securely connecting to your server via Secure Shell (SSH) and using command-line instructions to stop, start, or restart system services such as Apache, MySQL, Exim, or cPanel-related services. This method is faster, more reliable, and often necessary when troubleshooting server performance issues, configuration changes, or … Read more

How to Export MySQL DataBase and Restore Using SSH?

How to Export MySQL DataBase and Restore Using SSH

If you are looking to export a MySQL database and restore it via SSH, the easiest and most efficient way to do so is by using the mysqldump command to create a backup file and then using the mysql command to import the file into a new database. This process is secure, efficient, and perfect … Read more

Service Status in WHM Not Showing All Services

Service Status in WHM Not Showing All Services

If Service Status in WHM is not showing all services, the most common reasons are disabled monitoring in Service Manager, inactive services, firewall restrictions, broken chkservd configuration, or corrupted system status files. In most cases, the issue can be resolved by verifying service monitoring settings, restarting cPanel services, rebuilding the service status cache, or repairing … Read more

EXIM Outgoing SPAM Detection

EXIM Outgoing SPAM Detection

EXIM outgoing spam detection is the process of monitoring, filtering, and controlling emails sent from your server through Exim to prevent spam from being delivered to recipients. It helps server administrators identify compromised accounts, malware-infected websites, bulk spam scripts, and unauthorized SMTP activity before they damage IP reputation or cause blacklisting. If you run a … Read more