I'm looking for an web analytics tool.

I really only care about how many people visit the site, and where from. Any other data would be nice just not needed.

Are there any free, and or cheap tools?

  • silas@programming.dev
    ·
    edit-2
    1 year ago

    I’d recommend umami. It’s privacy-focused, you don’t need to put up a cookie notice, and it’s got a good free plan. You can always self-host too. Plausible is comparable, but doesn’t have a free plan unless you self-host

  • unione@discuss.online
    ·
    1 year ago

    matomo has a free self-hosted option. and it doesn't require js injection. if you don't need lots of metrics, it's able to parse some data from nginx/apache logs alone.

    • drlecompte@discuss.tchncs.de
      ·
      1 year ago

      Self hosted matomo works well for me. Small site, I just want to have a bit of an idea about what is popular and where visitors come from. I've had it installed for ages and incremental updates work fine.

      I hear that matomo can get resource heavy if your site draws large amounts of visitors. Which makes sense, but it might be something to take into account, and maybe install it on a separate (virtual) machine.

  • devious@programming.dev
    ·
    1 year ago

    Personally, I self-host Plausible (plausible.io) and I'm really liking it. Slowly replacing google analytics with plausible across all my sites and apps.