Home / Servers / PLAUSIBLE VPS

Self-host Plausible Analytics on a no-KYC VPS

Drop Google Analytics for a cookieless, GDPR-compliant alternative you fully control. Anonymous signup, no email required, no KYC. Pay with crypto or card, full root, no logs.

Deploy Plausible VPS from $15.59 / month / 2 GB RAM minimum

Quick start: Plausible Community Edition

Tested on Ubuntu 24. Pick a 2 GB+ plan, deploy, SSH in.
# 1. Install Docker
curl -fsSL https://get.docker.com | sh

# 2. Clone Plausible CE
git clone https://github.com/plausible/community-edition /opt/plausible
cd /opt/plausible

# 3. Generate a secret and set BASE_URL in plausible-conf.env
SECRET_KEY_BASE=$(openssl rand -base64 64 | tr -d '
')
cat > plausible-conf.env <<EOF
BASE_URL=https://stats.yourdomain.com
SECRET_KEY_BASE=$SECRET_KEY_BASE
EOF

# 4. Start the stack (Postgres + ClickHouse + Plausible)
docker compose up -d

# 5. Open https://stats.yourdomain.com behind Caddy/nginx, register first user
# 6. Add the snippet to your sites:
#    <script defer data-domain="example.com" src="https://stats.yourdomain.com/js/script.js"></script>

Why self-host Plausible instead of GA4 or paid Plausible

No cookie banner needed Plausible uses no cookies and no personal data. GDPR, CCPA, PECR compliant out of the box. Ship without a cookie banner.
Lightweight script (< 1 KB) GA4 ships ~50 KB of JS. Plausible's script is under 1 KB. Faster page loads, better Core Web Vitals.
Unlimited sites & pageviews Plausible Cloud charges per pageview. Self-hosted = unlimited sites, unlimited pageviews, fixed VPS cost.
Your data stays in your DB All visitor data lives in your ClickHouse instance. Export anywhere, never shared with Google or any third party.
No ad-blocker filtering GA is blocked by ~30% of users. Plausible's script is rarely blocked, especially when you proxy it from your own domain.
Simple, useful dashboard Top pages, top sources, countries, devices, custom events, goal tracking, funnels. Everything that matters, no PhD in GA4 required.

Fair questions

How much VPS do I need?

Minimum 2 GB RAM (ClickHouse and Postgres both want some memory). 4 GB is more comfortable once you have several sites or millions of monthly events. Storage grows slowly: ClickHouse compresses analytics data hard, usually under 5 GB even after years.

Will it scale to millions of pageviews?

Yes. ClickHouse is designed for analytics workloads. A 4 GB VPS comfortably handles 10M+ pageviews/month. The bottleneck is usually network bandwidth, not compute.

Can I import historical Google Analytics data?

Plausible has a Google Analytics import tool that pulls historic data via the GA API. Works with Universal Analytics and GA4.

Is it really cookieless?

Yes. Plausible uses a hash of (daily salt + IP + user-agent + domain) as a fingerprint that resets daily. Nothing is stored client-side, no cross-site tracking is possible.

Will my ad-blockers block it?

A vanilla install on /js/script.js is sometimes blocked. Solution: proxy it from your own domain (e.g. /a/event). Plausible documents this trick in their docs.

Can I track custom events / conversions?

Yes. Custom events, goals, funnels, revenue attribution, all built in. The script has a small JS API for sending events.

What if I want the cloud-only features?

Plausible CE (community edition) is fully open source. Some advanced features (funnels, ecommerce revenue, full team management) historically lived in the cloud version. Check the latest CE feature parity in their docs.

Does Servury log my traffic?

No. No application-level logging on customer servers. Anonymous signup, crypto/card payment, no logs.

Other use cases

AnythingLLM VPS Self-host AnythingLLM to chat with your PDFs, codebases, and knowledge bases privately. Coolify VPS Run Coolify on your own VPS to deploy apps, databases, and services with one click. A self-hosted Vercel/Heroku. CrewAI VPS Run multi-agent CrewAI workflows on your own VPS, 24/7, without Replit or notebook tabs open. Crypto VPS Anonymous VPS for crypto trading bots, nodes, and miners. Dev/Staging VPS Disposable dev and staging VPS, deployable in 30 seconds, paid by the day. Dify VPS Self-host Dify on a no-KYC VPS for private LLM apps and RAG pipelines. Discord Bot VPS Host Discord bots 24/7 on an anonymous VPS. discord.js, discord.py, JDA, anything. No KYC. Encrypted VPS Full-disk-encrypted VPS in Montreal on owned hardware. Flowise VPS Self-host Flowise to build LLM apps, chatbots, and agents with a visual drag-and-drop UI. Forex VPS Low-latency VPS for forex trading and MT4/MT5 EAs. FreeBSD VPS Anonymous FreeBSD VPS on owned hardware, no KYC, crypto accepted. Gaming VPS Low-latency VPS for game servers and dedicated lobbies. Gitea / Forgejo VPS Self-host Gitea or Forgejo on a no-KYC VPS. A lightweight GitHub alternative with full Actions support. Hermes Agent VPS Self-host Hermes Agent 24/7 on a no-KYC VPS, anonymous signup, crypto accepted. Immich VPS Self-host Immich to replace Google Photos with AI search, face recognition, and mobile auto-upload. LibreChat VPS Self-host LibreChat on a no-KYC VPS as a private multi-provider chat UI. Mastodon VPS Run a self-hosted Mastodon instance on your own VPS. Federated, ad-free, no algorithmic feed. Matrix Synapse VPS Self-host a Matrix Synapse server. End-to-end encrypted, federated chat, voice, and video. Minecraft Server VPS Host a Minecraft server (Vanilla, Paper, Fabric, Forge) on an anonymous VPS. Full root, no KYC. n8n VPS Self-host n8n on a no-KYC VPS for unlimited workflows, no n8n Cloud bill. Nextcloud VPS Self-host Nextcloud to replace Google Drive, Docs, Photos, Calendar, and Contacts with one private suite. Ollama VPS Self-host Ollama on a no-KYC VPS for a private LLM API endpoint. Open WebUI VPS Self-host Open WebUI as a private ChatGPT alternative on a no-KYC VPS. OpenBSD VPS Anonymous OpenBSD 7.8 VPS with full root access on owned hardware. OpenClaw VPS Run an OpenClaw AI assistant gateway 24/7 on a no-KYC VPS. Pi-hole VPS Run Pi-hole on a VPS to block ads and trackers across every device, including phones on mobile data. Scraping VPS Web scraping VPS with no KYC, fast IP rotation, and crypto payments. Telegram Bot VPS Host Telegram bots 24/7 on an anonymous VPS. Long-poll or webhook. aiogram, Telegraf, anything. Tor Relay & Bridge VPS Run a Tor middle relay or obfs4 bridge on a privacy-friendly VPS. Help users in censored regions reach the open internet. Vaultwarden VPS Self-host Bitwarden (Vaultwarden) on a no-KYC VPS. Free Premium features, family-friendly, end-to-end encrypted. VPN VPS Self-hosted VPN VPS for personal WireGuard or OpenVPN endpoints. WireGuard VPS Self-host a WireGuard VPN on a dedicated VPS. Faster than commercial VPNs, no shared IP, no logs.