Analyze your website traffic with a self-hosted, Node.js based tool built for those who care about privacy. It runs on your own server, giving you complete control over your data while providing useful statistics through a minimal, fast, and easy-to-navigate interface.
The core focus is on privacy. This tool is 100% open-source, cookie-free, and uses a multi-step anonymization process to ensure your visitors' data remains private. You get the insights you need without compromising user trust. It's easy to integrate with a simple tracking script, and you can analyze as many domains as you want from a single dashboard.
Key data points collected include:
For developers, a powerful GraphQL API allows you to collect data from various sources or build your own custom interfaces and services on top of the platform.
services:
ackee:
image: electerious/ackee
restart: always
environment:
- ACKEE_MONGODB=mongodb://mongo:27017/ackee
- ACKEE_USERNAME=${ACKEE_USERNAME}
- ACKEE_PASSWORD=${ACKEE_PASSWORD}
- ACKEE_ALLOW_ORIGIN=*
ports:
- 3000:3000
depends_on:
- mongo
mongo:
image: mongo
restart: always
volumes:
- ./mongo-data:/data/dbACKEE_USERNAME=admin
ACKEE_PASSWORD=your_secure_passwordAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago