Favicon of Ackee

Ackee

Run a privacy-first analytics tool on your own server. Get key insights like views, referrers, and durations in a minimal interface without using cookies.

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:

  • Amount of visits and visit duration
  • Referrers and language
  • Screen dimensions and device type
  • Operating system and browser

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.

Directory Structure

ackee
mongo-data
.env
docker-compose.yml

docker-compose.yml

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/db

.env

ACKEE_USERNAME=admin
ACKEE_PASSWORD=your_secure_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Ackee

Favicon

 

  
  
Favicon

 

  
  
Favicon