How to to check connections count per IPs on cpanel Web Server?

If your server/sites are responding slowly, there could be lots of reasons and one of them is DDOS (Distributed Denial-of-service).  Its very hard to mitigate the attack on shared web server. We try to use different-different netstat commands for all possible attack ports. But here using following script or command you will get a list of […]

Check cPanel Licence Verification

How to check cPanel Licence Verification?  To verify the licence of the cPanel  open this link http://verify.cpanel.net/. If the licence is valid then login as root to the server and run the following to refresh the license. # /usr/local/cpanel/cpkeyclt If this command errors or you do not see the server contacting cPanel license servers to verify your […]

How to check spamming on server

Spamming on server exim -bpc If this  is change very fast then it seems spamming is on server also you can check using tail -f /var/log/exim_mainlog some times client can spam using scripting that time above using above you can’t find error log so you can use tail -f /var/log/message or ps -aux  | grep […]