How to Enable/Disable Webalizer stats on cPanel/WHM Server

How to Enable/Disable Webalizer stats on cPanel/WHM Server

 

I. What is Webalizer?

Webalizer is an application used on cPanel servers to view the traffic statistics of a domain. Webalizer will display Daily traffic Statistics, top countries visiting your website, Hourly Statistics, top pages visited on your website, browser and operating system of the visitor etc.
 


 
II. How to access Webalizer ?

1. Open a webbrowser and type the url http://YourDomain.com:2082 to access cPanel

Enter cPanel username and password to login

2. Click on “Webalizer” under “METRICS”

cPanel >> METRICS >> Webalizer
 

Webalizer cPanel

Webalizer cPanel


 
3. You must select the domain, click on ‘View’ to see the traffic charts and graphs.
 
webalizer stats
 
4. Click on month of view the detailed stats of that month
 
webalizer usage statistics

webalizer usage statistics


 


 
III. How to Enable Webalizer for all domains on a cPanel server

You must have server root access to Enable Webalizer serverwide for all domains.

1. Open a webbrowser and type the url http://YourServerIP:2086 to access WHM

Enter root password to login to WHM

2. Search for “Tweak Settings” in WHM Search bar

3. Click on “Tweak Settings” under “Server Configuration”

Home » Server Configuration » Tweak Settings

4. Click on “Stats Programs” tab in Tweak Settings

5. Change “Enable Webalizer stats” to On to enable Webalizer stats

6. Click on “Save”

By default Webalizer stats will be On on all cPanel Servers.
 


 
IV. How to Disable Webalizer stats serverwide.

1. Log in to WHM

2. Search for “Tweak Settings” in WHM

3. Click on “Tweak Settings” under “Server Configuration”

Home » Server Configuration » Tweak Settings » Stats Programs » Enable Webalizer stats – Off

4. Click on “Stats Programs” tab in Tweak Settings

5. Change “Enable Webalizer stats” to Off to disable Webalizer stats server-wide

6. Click on “Save”
 

enable disable webalizer stats

enable disable webalizer stats


 


 
V. How to Enable/Disable Webalizer stats from server backend.

Edit the file /var/cpanel/cpanel.config to Enable/Disable Webalizer stats

skipwebalizer=0 means Webalizer stats is enabled on the server.

skipwebalizer=1 means Webalizer stats is disabled on the server.

Dont forget to restart cPanel service if you make any changes in ‘cpanel.config’ file.
 

# grep webalizer /var/cpanel/cpanel.config
skipwebalizer=0

 

# grep webalizer /var/cpanel/cpanel.config
skipwebalizer=1