Website analytics
MyPanel analyzes each website’s nginx logs to give you traffic stats — no tracking script to inject into your pages, and no visitor data sent anywhere; it all stays on your server.
View reports
Section titled “View reports”Open the website in the panel → Analytics tab. Pick a range of 24h / 7d / 30d:
- Requests and visitors (by IP, bots excluded).
- Top pages by views.
- Referrers.
- Browser and OS of visitors.
- HTTP status code distribution (2xx/3xx/4xx/5xx).
How it works
Section titled “How it works”- The panel reads nginx access logs in real time and aggregates into SQLite (hourly/daily rollups).
- Data older than 30 days is pruned automatically to keep disk usage low.
- Because it’s based on nginx logs, the numbers reflect every real request to the server (including APIs and static files) — unlike client-side tools that only count browsers running JavaScript.