In this article we’ll discuss installing the Munin plugin for cPanel/WHM. With the Munin Server Monitor plugin you can get a quick overview of what your server has been up to with reports on Apache, Disk Usage, Exim, MySQL, Network, Processes, and other System activities.
To install the Munin plugin yourself this would require root access on either your VPS (Virtual Private Server) or dedicated server. Or if you would like for a $25 installation fee we can install the Munin plugin for you.
If you already have root access on your server, below are the steps needed in order to get Munin installed and to start collecting data.
Munin plugin error unregistered application
Please note in certain cases it’s been reported to us that people are getting the following error in WHM when attempting to install Munin:
HTTP error 401 cgi/addon_munin.cgi
WHM is configured to disallow execution of unregistered applications when logged in as root or a reseller with the "all" ACL.
If this is the case for you, you can folow these steps to still install the Munin plugin:
- Login to your server with SSH as the root user.
- Create the following folder if it doesn’t exist already with:
mkdir /var/cpanel/apps
chmod 755 /var/cpanel/apps
- Next create a configuration file with the (.conf) extension for the Munin plugin.
vi /var/cpanel/apps/addon_munin.conf
Populate it with this data:
# name name=addon_munun
# Service that will serve this app service=whostmgr
# Physical path: /usr/local/cpanel/3rdparty/Foo.php
# Literal URL path: $server:$port/$cpsession/3rdparty/Foo.php url=/cgi/addon_munin.cgi
# System user to run process as user=root
# Required acls acls=any
# Display name as show in the service ui displayname=addon_munin
- Finally register the plugin with WHM by running the following command:
/usr/local/cpanel/bin/register_appconfig addon_munin.conf
If you wanted to un-register the plugin you could run:
/usr/local/cpanel/bin/unregister_appconfig addon_munin.conf
If you’d like to display all the currently registered plugins you can run:
/usr/local/cpanel/bin/show_appconfig
You should now be able to follow the steps below like normal to install the Munin plugin for WHM.
Install the Munin plugin in WHM
- Log into WHM.
- In the top-left Find box, type in plugins, then click on Manage Plugins.
- Place a check beside Munin in the Install and keep updated selection box, then click Save at the bottom.
- The install process should take about 3-5 minutes, and during that time you don’t want to close your web-browser. When it finishes you’ll see a Process Complete message at the bottom of the screen.

- Log out, and then back into WHM again.
- In the top-left Find box, type in munin, then click on Munin Service Monitor.
- Now Munin sets up a cronjob to gather statistics every 5 minutes, so when you first look through your reports there won’t be any data populated into them yet. So typically you’ll want to wait at least 24 hours before you start reviewing the reports.
- You can click on your server’s hostname, in this case server.inmotionhosting.com in order to get to a full summary of all the available reports.
- Below are some screen shots of the various reports available that you can get to by either scrolling down your main report page, or by clicking on one of the header links such as Apache at the top. You can also click on any of the individual report graphs to be taken to the monthly and yearly reports for that category as well:
Apache 
Disk 
Exim 
Munin 
MySQL 
Network 
Processes 
System (1) 
System (2) 
You should now know how to get the Munin plugin installed in WHM which should help your keep tabs on the activity that happens on your server.