Fathom Analytics provides simple and useful website stats that focus on user privacy. Fathom collects trends and insights, not personal details about specific website visitors. Fathom gives you top pages, top referrers, bounce rate and average time people spend on your site. That’s it! All on a single screen. Our software collects and stores zero personal information about visitors, making it compliant with all current laws.
This 1-Click App allows you to quickly self-host Fathom Analytics open source, and if you would like us to manage analytics for your business, our Fathom PRO plans start at just $14 → https://usefathom.com. With Fathom PRO your analytics are fully managed, your tracker snippet is served from our global CDN, and all data is quickly aggregated across our global cloud architecture. If you’d like to migrate from Fathom open source to Fathom PRO, we’ve helped many people do this so far and we’re happy to assist.
Package | Version | License |
---|---|---|
Fathom | 1.21 | MIT |
Go | Latest | [BSD-style + patent grant](https://github.com/golang/go/blob/master/LICENSE & https://github.com/golang/go/blob/master/PATENTS) |
Preact | Latest | MIT |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Fathom Analytics 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Fathom Analytics Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "fathom-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
ssh root@use_your_droplet_ip