Plausible Analytics - Privacy-Friendly Web Analytics

AWS Analytics

Plausible Analytics is a lightweight, privacy focused web analytics platform, a cookieless alternative to Google Analytics.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Plausible Analytics is an open source, privacy friendly web analytics tool that reports visitors, page views, sources, locations and conversions on a single readable dashboard, without cookies or personal data collection. It gives site owners a simple, GDPR conscious alternative to heavyweight analytics suites, with all data kept on infrastructure they own.

Why the cloudimg image

cloudimg ships the full Plausible stack, the application with PostgreSQL for metadata and ClickHouse for events, preconfigured and ready to collect at first boot. A unique administrator credential and fresh secrets are generated on first boot with no default login, analytics data lives on a dedicated, independently resizable data volume, and every image ships with a tested deployment guide and 24/7 support.

Common uses

  • Website traffic analytics
  • Privacy conscious, cookieless tracking
  • Marketing and referral measurement

Key features

  • Privacy friendly web analytics with no cookies and no personal data collection, so no cookie banner or consent prompt is required under GDPR, CCPA or PECR. The tracking script is roughly 1 KB, adding negligible load compared to conventional analytics tags, so you measure your site without slowing it down.
  • The complete three tier stack starts automatically on first boot with zero manual assembly: the Plausible application, PostgreSQL for metadata and ClickHouse for event storage, pinned, pre pulled and orchestrated by Docker Compose. PostgreSQL and ClickHouse stay private to the internal Docker network and are never exposed.
  • Every instance generates unique secrets on first boot, a SECRET_KEY_BASE, TOTP vault key and database password, and writes admin credentials to a root only file with open registration disabled. Analytics data lives on a dedicated 60 GiB gp3 EBS volume you can resize, snapshot or back up independently of the root volume.

See it running

Real screenshots taken while testing this image against its deployment guide.

Plausible Analytics - Privacy-Friendly Web Analytics screenshot 1 Plausible Analytics - Privacy-Friendly Web Analytics screenshot 2 Plausible Analytics - Privacy-Friendly Web Analytics screenshot 3 Plausible Analytics - Privacy-Friendly Web Analytics screenshot 4

Description

This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

## Privacy Friendly Web Analytics You Own

Plausible Community Edition is an open source, self hosted web analytics platform designed as a lightweight alternative to Google Analytics. It measures unique visitors, page views, bounce rate, visit duration, top pages, referral sources, countries, devices and browsers, all presented on a single readable dashboard rather than behind a maze of reports. Because it is self hosted on your AWS infrastructure, analytics data stays under your control and is never shared with an advertising network.

Plausible does not use cookies and does not collect personal data or persistent identifiers, so it needs no cookie banner and no consent prompt under GDPR, CCPA or PECR. The tracking script is roughly 1 KB, a fraction of the size of conventional analytics tags, so it measures your site without slowing it down.

## Who This Is For

This image suits SaaS teams tracking product page conversions without invasive tracking, media publishers monitoring referral traffic across several properties, portals that need cookie free analytics for compliance, and marketing teams who want a clear weekly view of referral sources. Whether you handle thousands or millions of monthly page views, the ClickHouse backed architecture scales with your traffic on appropriately sized EC2 instances.

## The Complete Stack, Running On First Boot

Self hosting Plausible normally means assembling three services by hand: the Plausible application, a PostgreSQL database for dashboard and user metadata, and a ClickHouse column store for the analytics events themselves. This image ships all three, pinned and pre pulled, as a Docker Compose stack that starts automatically. There is nothing to download, configure or wire together on first boot.

The application is reachable through an nginx reverse proxy on port 80 with the WebSocket upgrade headers the live dashboard needs. PostgreSQL and ClickHouse stay entirely inside the private Docker network and are never published to a host interface, so the only ports open to the network are SSH and the dashboard itself.

## Secrets Generated Per Instance, Not Baked Into The Image

A self hosted Plausible deployment needs a SECRET_KEY_BASE, a TOTP vault key, a database password and an initial administrator. Shipping any of those inside an image would mean every customer shared them. This image ships none of them.

On first boot the instance generates its own SECRET_KEY_BASE, TOTP vault key and PostgreSQL password, resolves its own public address through EC2 instance metadata, seeds a single administrator account with a freshly generated password, and writes those details to a root owned credentials file readable only by an administrator. Open registration is disabled, so there is no public signup form on your analytics instance. The image itself is captured with the databases destroyed and the environment file removed, so no credential and no analytics data can travel from the build into your deployment.

## Dedicated Data Volume

Analytics events accumulate, and ClickHouse is where they land. The Docker data root, which holds the pinned images and every database volume, is a dedicated 60 GiB gp3 EBS volume mounted by filesystem UUID rather than a share of the operating system disk. You can grow it, snapshot it or back it up independently of the root volume, and the layout is identical on every instance launched from this image.

## Running On AWS

The image deploys on EC2 with full control over instance sizing, storage and networking, and can sit behind an Application Load Balancer with an AWS Certificate Manager certificate or behind Amazon CloudFront for TLS and a custom domain. Data volumes are standard EBS, so Amazon Data Lifecycle Manager snapshots and AWS Backup apply directly.

## Getting Started

Launch the AMI, SSH in to retrieve your generated administrator credentials, then open the dashboard in your browser and add your first site. Because EC2 bills by the second, you can evaluate on a smaller instance and terminate when you are done.

## Support

cloudimg provides 24/7 support for this image, covering deployment, configuration, updates, performance tuning and troubleshooting. Plausible Community Edition is licensed under the AGPL-3.0 and is shipped unmodified.

Related technologies

plausibleweb analyticsprivacy analyticsgoogle analytics alternativecookieless analyticsgdprself-hosted analyticsopen source analyticswebsite trackingclickhousepostgresqlsite metrics