AWStats is a free powerful and featureful tool that generates advanced web, streaming,ftpor mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages.

In some strange situations, you may get this problem with AWStats, “There are no domains which have awstats stats to display”.

Here I’m listing some points to check if you got this problem with AWStats.

While checking the Awstats from yourcPanel  you are getting below error message.

“There are no domains which have awstats stats to display”

Check the permission andsymlinkof below files:-

[root@server ~]# ls -lah /usr/local/cpanel/3rdparty/bin/awstats.pl  ====> Should have 755 permissions

[root@server ~]# ls -lah /usr/local/cpanel/base/awstats.pl ====> should be have a symlink to /usr/local/cpanel/3rdparty/bin/awstats.pl

Correct the permission and restart thecPanelservice.

[root@server ~]# /scripts/runweblogs  cPanel_username

[root@server ~]# /etc/init.d/cpanel restart

Now check it again and it will work fine.