How to Disable Security Advisor Alerts in WHM Carrie SmahaUpdated on August 16, 2021 1 Minute Read One of the new features in cPanel release 56 is the additon of Security Advisor Alerts. The alerts are sent to the default email within WHM. While these alerts are useful, some of them can be misleading. You can disable the security advisor alerts so you will no longer receive them. Note: Root access is required for completion of this tutorial. Log into WHM as the Root User In the left menu pane type “Contact Manager” Select “Contact Manager” in the menu Switch Tabs to the “Notifications” tab on the screen Scroll down to “Security Advisor State Change” and change it to “Disabled” Go to the bottom of the page and select “Save” Disable Security Advisor Alerts from the Command Line Logged into your server via SSH as the root user, you can use the following command to disable Security Advisor Alerts. [root ~]$ /usr/local/cpanel/3rdparty/bin/perl -I/usr/local/cpanel -MCpanel::iContact::EventImportance::Writer -e ‘my $writer = Cpanel::iContact::EventImportance::Writer->new(); $writer->set_event_importance(‘Check’,’SecurityAdvisorStateChange’,0); $writer->save_and_close();’ At this point you should no longer receive the security alert emails that WHM sends. Share this Article Carrie Smaha Senior Manager Marketing Operations Carrie Smaha is a digital strategy, web development, and SEO leader with 20 years of experience. She built her foundation in fast-paced agency environments before moving in-house to InMotion Hosting, where she leads go-to-market programs, agency initiatives, and technical product marketing that connects product capability to real customer decisions. More Articles by Carrie Related Articles How to Manage AutoSSL Certificates in cPanel How to Migrate Your Website Using cPanel How to Setup an Email Forwarder in cPanel & Webmail How to Create an Email Account in cPanel An Introduction to Branding cPanel for Your Users How to Modify MX Records Using cPanel Setting Domain MX Records to Remote Settings in cPanel Engrampa Archive Manager for Linux How to Create a New cPanel in your Reseller WHM How to Upload a File With cPanel File Manager