This will allow domain.com/stats/ for viewing stats without logging in to cpanel
Log into root
cd /home/username/www
ln -s ../tmp/webalizer stats
chown username.username stats
cd ../tmp
chmod 755 ./
chmod 755 ./webalizer
—————-
And that should be it ! 🙂