Ackee is a polished, easy-to-use website analytics tool, which runs on your own server. It helps you to track your sites, know more about your visitors and to analyze your traffic.
To use Ackee, everything you need is a server or computer with Node.js. Follow the instructions to install Ackee on your server. Installation »
You can use Ackee right after the installation. Here are some advanced features to get the most out of it.
To track your sites, you need to add an individual code to the HTML-body of them. You can get the code from the menu on the top right corner of Ackee.
There are several settings allowing you to configure Ackee. Settings »
Updating is as easy as it should be. Update »
These shortcuts will help you to use Ackee even faster. [Keyboard Shortcuts »](docs/Keyboard Shortcuts.md)
The repository of Ackee is uncompiled and needs to be compiled before you can execute it. This is done automatically when running npm install
or you can compile the source manually using npm run build
. Make sure you recompile Ackee after changing or updating files.
Ackee has a modular architecture, which allows you to extend it to your own needs. Modules are called "Leafs". Each Leaf represents one panel in the interface. Ackee comes with some preinstalled Leafs and lets you easily install more.
Here's a list of all available Leafs. Made your own? Notify me!
Name | Included | Description | Link |
---|---|---|---|
Pages | Yes | See which pages your visitors visit the most. | - |
Referrers | Yes | See where your visitors are from. | - |
Users | Yes | Know everything about your visitors. | - |
Visits | Yes | The amount of visitors visualized in stats. | - |
Each Leaf has its own folder in leafs/
. To install one, follow the given steps:
- Download your Leaf
- Stop Ackee
- Put the whole folder in
leafs/
- Run
npm run build
- Start Ackee
Follow the given steps to remove a Leaf you don't want to use anymore:
- Stop Ackee
- Open
leafs/
and remove the folder of the Leaf - Run
npm run build
- Start Ackee
Take a look at the FAQ if you have problems.
Copyright (C) 2015 Tobias Reich
Ackee by Tobias Reich is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Based on a work at https://github.com/electerious/Ackee.