Ackee is a free, self-hosted analytics tool that tracks website traffic without cookies. See features, setup options, and how it compares.
Ackee is a self-hosted, open-source analytics tool built on Node.js and MongoDB. Rather than running as a hosted SaaS product, it's deployed on infrastructure the user controls, which means there's no recurring subscription fee — only the cost of hosting it yourself.
The project is fully open source, with its code, issues, and releases hosted publicly on GitHub, and has built a sizeable community following among developers looking for a lightweight, privacy-first alternative to commercial analytics platforms.
Ackee's defining feature is its privacy model: it doesn't use cookies or unique visitor identifiers, and it anonymizes collected data so individual users can't be re-identified. Because no cookies are set for tracking, sites relying solely on Ackee for analytics typically don't need to show a cookie-consent banner for that purpose.
The dashboard supports monitoring multiple domains from one place, showing page views, referrers, session duration, and visitor metadata. It also supports custom event tracking — for example, logging button clicks or newsletter signups alongside standard pageview data.
A fully documented GraphQL API is available for pulling data into custom tools or building alternative front ends, and the tracking script is designed to be a simple drop-in snippet similar to other analytics tools.
Yes. Ackee is free, open-source software. Since it's self-hosted, there's no license fee — you only pay for the server or platform you host it on.
No. Ackee tracks visits without cookies or unique visitor identifiers, and anonymizes the data it collects.
A Node.js runtime and a MongoDB database, plus a hosting environment such as Docker, Heroku, Netlify, Vercel, or similar.