How access Webstats without login to cpanel
Hello,
If you are having dedicated server or shell access of your server the you can do the necessary setting to access your cpanel webalizer stats without login to your cpanel.
For this you need to do the following steps
step1.
login to your server with root user
step 2:
cd /home/username/public_html
step 3:
ln -s ../tmp/webalizer stats
ln command creates logical links between files
step 4:
chown username.username stats
step 5:
cd ../tmp
step 6:
chmod 755 ./webalizer
—————-
This will allow to access your webalizer stats with http://domain.com/stats/ without logging in to cpanel
Its applicable for Webalizers stats only.
Note: replace username and domain name with your actual username and your domainname.

Leave a Reply
You must be logged in to post a comment.