How to enable root login alerts on cPanel server?

For security reasons, you would like to get an alert to your mailbox if someone logins to the server with root credentials.

Step 1. Make sure csf firewall is enabled on the server.

Step 2. Check CSF configuration file .

Make sure below values are set to 1 - 
LF_SSH_EMAIL_ALERT = "1"

step 3. Add your email address on which you would like to receive an email your@yourdomain.com -
LF_ALERT_TO = "your@yourdomain.com"

Step 4. Restart firewall.
csf -r

Alternatively, make sure following parameter is enabled in csf -
LF_CPANEL_ALERT = "1"

You can then go ahead an add following code to bashrc file -

cd /root
nano .bashrc
echo 'ALERT - Root Shell Access (ServerName) on:' `date` `who` | mail -s "Alert: Root Access from `who | cut -d'(' -f2 | cut -d')' -f1`" your@yourdomain.com

Replace your@yourdomain.com with your email address.

That's it!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to preview the edited page in WordPress?

I have edited the WordPress site page but it was not reflected on the live site.Solution :-1....

How to Install or Uninstall EasyApache 4 on cPanel server?

EasyApache Software is included within your cPanel and WHM license which is very easy and useful...

Auto Index is disabled for the directory, access denied : 403 forbidden

While accessing the directories of website (http://webiste_name/directory_name) getting 403...

ERROR: There was an error connecting to the server, Please verify the settings

While updating the WordPress plugin using FTP client I was getting the error as -'ERROR: There...

Powered by WHMCompleteSolution