Skip to main content

Choose Your Installation Method

Plausible Analytics offers two deployment options to fit your needs:

Plausible Cloud

Managed hosting - We handle everything: infrastructure, updates, backups, security, and scaling

Community Edition

Self-hosted - Complete control over your data and infrastructure, but you manage it all
Our managed cloud service is the fastest way to get started with Plausible Analytics.

Why Choose Plausible Cloud?

2-Minute Setup

Start tracking in minutes with zero infrastructure management

Worldwide CDN

Fast script loading from edge locations around the world

High Availability

99.9% uptime with automated backups and disaster recovery

Always Updated

Get new features multiple times per week, automatically

Advanced Bot Filtering

Excludes ~32K data center IP ranges and sophisticated bot detection

Premium Support

Real support from the people who build Plausible

Cloud Installation Steps

1

Create Your Account

Visit plausible.io/register and sign up for a free 30-day trial.No credit card required to start.
2

Add Your Website

Enter your domain name (e.g., example.com) and configure your timezone.
3

Install the Tracking Script

Choose your installation method:For standard websites:
For NPM/JavaScript apps:
4

Verify and Start Tracking

Visit your website to generate a test pageview, then check your Plausible dashboard.Your analytics are now live!

Cloud-Only Premium Features

The following features are exclusive to Plausible Cloud:
  • Marketing Funnels - Visualize conversion paths and optimize your funnel
  • Ecommerce Revenue Goals - Track monetary value and ROI
  • SSO (Single Sign-On) - Enterprise authentication integration
  • Sites API - Programmatically manage multiple sites
  • Priority Support - Direct support from the Plausible team

Pricing

Plausible Cloud uses volume-based pricing:
  • Free trial: 30 days, no credit card required
  • Starting at: $9/month for up to 10K monthly pageviews
  • Scales with you: Pay only for what you use
View full pricing details at plausible.io/pricing
EU Data Residency - All visitor data is exclusively processed on EU-owned cloud infrastructure in Germany, ensuring GDPR compliance. Your data never leaves the EU.

Self-Hosted Community Edition

Plausible Community Edition (CE) is our free, open-source, self-hosted version.

Why Self-Host?

Full Control

Host on your own infrastructure, anywhere in the world

No Subscription

Free to use - only pay for your server costs

Direct Database Access

Query ClickHouse directly for raw analytics data

Open Source

AGPLv3 licensed - inspect, modify, and contribute to the code

Community Edition Differences

Community Edition has some important differences from Cloud:

Self-Hosting Requirements

Self-hosting requires technical expertise in Docker, databases, and server administration.
Minimum System Requirements:
  • CPU: 2+ cores recommended
  • RAM: 4GB minimum (8GB+ recommended for production)
  • Disk: 20GB+ (grows with data retention)
  • Docker: Version 20.10 or newer
  • Docker Compose: Version 2.0 or newer
Technology Stack:
  • Elixir/Phoenix application
  • PostgreSQL database (general data)
  • ClickHouse database (analytics data)
  • Node.js (for asset compilation)

Self-Hosted Installation

1

Clone the Repository

2

Configure Environment Variables

Copy the example configuration and customize it:
Edit plausible-conf.env and set required variables:
Generate a secure SECRET_KEY_BASE using: openssl rand -base64 64
3

Start the Services

Use Docker Compose to start all services:
This will start:
  • Plausible application server
  • PostgreSQL database
  • ClickHouse analytics database
  • Mail server (for notifications)
4

Create Your Admin Account

Visit your Plausible instance (e.g., http://localhost:8000 or your configured domain).Register your admin account and add your first website.
5

Configure Reverse Proxy (Production)

For production deployments, configure a reverse proxy (nginx, Caddy, Traefik) with SSL:Example nginx configuration:
6

Install Tracking Script

Update the tracking script to point to your self-hosted instance:
For the NPM package:

Updating Community Edition

Community Edition releases are published twice per year. Always backup your data before upgrading.
1

Backup Your Data

2

Pull Latest Changes

3

Rebuild and Restart

4

Run Migrations

Migrations run automatically on startup. Check logs to verify:

Self-Hosting Troubleshooting

Check the logs for specific errors:
Common issues:
  • Insufficient memory (increase Docker memory limit)
  • Port conflicts (change ports in docker-compose.yml)
  • Invalid SECRET_KEY_BASE (regenerate it)
ClickHouse requires significant memory. Ensure your host has at least 4GB RAM.If ClickHouse won’t start:
Configure SMTP settings in plausible-conf.env:
Google Analytics import is a Cloud-only feature. For CE, you’ll need to:
  1. Export your GA data
  2. Manually transform it to Plausible’s schema
  3. Import into ClickHouse directly
This is complex and not officially supported. Consider using Cloud if GA import is critical.

Installation Methods Comparison

Script Installation (All Platforms)

Best for: Static sites, traditional CMS, simple integrations Pros:
  • Simplest setup
  • Works everywhere
  • Automatic pageview tracking
Cons:
  • May be blocked by ad blockers
  • Limited customization

NPM Package Installation

Best for: React, Vue, Next.js, modern JavaScript frameworks Installation:
Configuration:
Pros:
  • Full TypeScript support
  • Programmatic control
  • Works with SSR frameworks
  • Custom event tracking built-in
Cons:
  • Requires build step
  • Manual initialization needed
SSR Frameworks: The tracker only works in browser environments. For Next.js, ensure init is called in a client component or useEffect.

WordPress Plugin

Best for: WordPress sites (obviously!) Installation:
  1. Install “Plausible Analytics” plugin from WordPress.org
  2. Activate and configure with your domain
  3. Done!
Pros:
  • Zero code required
  • Automatic integration
  • WP-specific features
Cons:
  • WordPress only

Google Tag Manager

Best for: Sites already using GTM, enterprise setups Installation:
  1. Get your Script ID from Plausible
  2. Install the Plausible GTM template
  3. Configure with your Script ID
Pros:
  • Integrate with existing GTM setup
  • No code changes needed
  • Conditional loading possible
Cons:
  • Requires GTM knowledge
  • Extra dependency

Next Steps

Quick Start

Follow our quick start guide to see your first pageview

Track Custom Events

Set up goals and custom event tracking

API Documentation

Integrate Plausible with your applications

Community Forum

Get help from the Plausible community
Need Help Choosing? - For most users, Plausible Cloud is the best choice. It’s hassle-free, always updated, and supports the project’s development. Self-hosting is recommended only if you have specific compliance requirements or technical expertise.