> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Awstats

> Daily-updated visitor analytics per domain. Visits, top pages, referrers, search terms, response codes, browsers, OS, and bandwidth.

AWStats reads your Apache logs and produces a graphical report per domain. It's the analytics view most accounts actually look at. Webalizer and Analog Stats are also available, but AWStats has the cleanest UI and the most useful breakdowns.

<Frame caption="cPanel home → Metrics → Awstats">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/metrics-analytics/awstats/page-light.png" alt="Awstats domain list with the View link per row" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/metrics-analytics/awstats/page-dark.png" alt="Awstats domain list with the View link per row" className="hidden dark:block" />
</Frame>

## Open a report

Each domain on the account shows up as a row. Click **View** to open that domain's report in a new tab. The report has its own URL (something like `awstats.yourdomain.com`-style) but is only accessible from inside cPanel.

The page that opens is the standard AWStats UI. Sections, top to bottom:

* **Summary**: visits, unique visitors, pages viewed, hits, bandwidth, all for the selected month.
* **When**: daily, hourly, day-of-week breakdowns.
* **Who**: top countries, top hosts, robots/spiders, last visit time per host.
* **Navigation**: entry pages, exit pages, top URLs by visit count.
* **Referrers**: origin (direct, search engine, external link), top referring URLs, top search engines, top search terms.
* **Browsers and OS**: user agent breakdowns.
* **HTTP errors**: 404s, 500s, with the offending URL.

The month selector at the top jumps between months. AWStats keeps a year of monthly snapshots.

## How fresh is the data

AWStats updates **once per day**, around server midnight (server time, UTC+0 for most Noxity nodes). Today's traffic shows up tomorrow morning. For real-time, use [Visitors](/web-hosting/cpanel/metrics-analytics/visitors) instead.

If the report says "Reported period: not yet finished" near the top, you're looking at the in-progress current month, which is normal.

## What it's better at than Webalizer

* **Search-term breakdown** is more reliable. Webalizer often groups everything under "(no referrer)".
* **Robot detection** is up to date. Webalizer hasn't been actively maintained in years and misses modern bots.
* **HTTP error reporting** points at the URL that 404'd, not just the count.
* **The UI is faster** to navigate; everything's on one long page with anchor links at the top.

For comparison side by side, you can keep both running via [Metrics Editor](/web-hosting/cpanel/metrics-analytics/metrics-editor).

## What AWStats can't tell you

* **Page load time.** It only sees server-side log data, not client-side timings. For real user metrics use a tool like Cloudflare Web Analytics or your own JS beacon.
* **Logged-in vs anonymous.** AWStats doesn't differentiate, because Apache logs don't either. For that, your application has to track it.
* **Conversions or funnels.** Same reason: those are application-level concepts.

<Note>
  AWStats counts every hit, including assets (images, CSS, JS). The "Pages" line filters to HTML-ish responses, which is closer to what most people mean by "pageviews".
</Note>

## Common issues

<AccordionGroup>
  <Accordion title="The report is blank for a domain that's getting traffic">
    Either AWStats hasn't run yet (it runs once a day), or the domain is excluded in [Metrics Editor](/web-hosting/cpanel/metrics-analytics/metrics-editor). Check both.
  </Accordion>

  <Accordion title="Visit counts look much higher than my analytics tool reports">
    AWStats counts bots; client-side tools like Google Analytics don't. The gap is usually 30–60% on a typical site. Check the **Robots/Spiders visitors** section to see which bots are inflating the number.
  </Accordion>

  <Accordion title="A specific page never appears in the top URLs">
    Either nobody's visiting it (likely on a low-traffic site), or it's served from cache by Cloudflare or another CDN, in which case AWStats never sees the request. Origin-only logs miss CDN-served traffic.
  </Accordion>
</AccordionGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
