Skip to main content

Matomo

Take back control with Matomo – a powerful web analytics platform that gives you 100% data ownership.

Matomo is used to gather analytics on The Homelab Wiki

See the official GitHub repo for more information.

Use the following command to install Matomo. Change the port and volume as needed.

docker run -d -p 8000:8000 --name matomo \
  -v /home/usr/matomo/data:/data \
  crazymax/matomo:latest

image-1600709462019.png