Replace Google Analytics with Plausible
Configure your guide
Deployment method?
Expected monthly pageviews?
Provision your server
Server sizing
Plausible uses ClickHouse for analytics data, which needs adequate RAM.
- <100K pageviews/mo: 1 vCPU, 1GB RAM
- 100K-1M: 2 vCPU, 2GB RAM
- >1M: 4 vCPU, 4GB+ RAM
⚠ 1 known issue at this step
ClickHouse OOM on small VPS with high traffic → 1 fix availableAdd tracking script
Add to your website
Add this snippet to your site's <head>:
<script defer data-domain="yourdomain.com"
src="https://analytics.yourdomain.com/js/script.js">
</script>
That's it. No cookies, no consent banners needed.