Logbin
from $9/mo · or $89 forever

Self-hosted log aggregation with live tail, search and alert rules.

Papertrail's free tier is 50MB a day, so one bad night of stack traces pushes you onto a paid plan that scales with your worst outage, from $7 a month into the hundreds. Logbin is the pay-once alternative: ship logs from any server over HTTP or syslog, tail them live in a web UI, search everything, and get alerted when ERROR starts screaming. $34, once, on your own box.

Web app · self-hosted on your server
See it run

Logbin in 60 seconds

What you get

Everything in the box

Ship logs over HTTP or syslog, tail them live, search everything and alert when ERROR screams.

Ingest anything

POST /ingest takes plaintext, JSON, arrays or NDJSON with levels auto-detected, plus a syslog UDP listener that auto-creates sources and two tiny file-shipper scripts.

Live tail

An SSE stream with source and level filters, text matching, pause/resume and auto-scroll.

Search and filter

Text search with match highlighting, per-source and per-level filters and saved views.

Alert rules

Fire a webhook or email when a regex like /ERROR|FATAL/ matches N times in M seconds, with cooldowns so one incident is one alert.

Per-source retention

Auto-purge old rows (default 14 days) to keep SQLite lean, with rotatable per-source API keys and color-coded sources.

Desktop mode or VPS

Electron app for local dev-log tailing, Docker for the real thing.

Side by side

Logbin vs Papertrail

Papertrail charges $7/mo. Here's what actually differs.

 LogbinPapertrail
Price$34 once$7/mo
Volume limitsYour diskMetered (50MB/day free)
RetentionYou choose, per sourceTier-dependent
Live tail Yes Yes
Search Yes Yes
Alerts (regex + threshold) Yes Yes
Syslog + HTTP + shippers Yes Yes
Logs leave your infrastructureNeverAlways

A handful of months on a metered log plan already beats Logbin's one-time $34, and the first outage that would have bumped your tier pays it off outright.

Pricing

Pick how you pay

Subscriptions if you want them — but the whole point is the lifetime tier.

Monthly
$9/mo
Start monthly
Pay once, own it forever
Lifetime
$178$89once
50% off launch price — intro pricing, first 1,000 licenses
Never pay again
Own it — $89
Yearly
$90/yr
2 months free
Start yearly
Checkout by Whop · instant delivery · Papertrail costs $7/mo
How it works

Up and running in three steps

  1. Buy once on Whop

    One payment of $34 gets you the packaged 1-click installer, or clone the MIT source at github.com/bensblueprints/log-viewer-aggregator-mvp and run it yourself for free.

  2. Deploy on your own server

    docker compose up on a $5 VPS for real ingestion, or run the Electron desktop build for local dev-log tailing.

  3. Ship your first line

    POST a log line with a source API key, or point the syslog listener and shipper scripts at your servers, then tail and search everything in the UI.

FAQ

Fair questions

Is it really free on GitHub?

Yes. Logbin is MIT-licensed at github.com/bensblueprints/log-viewer-aggregator-mvp and always will be. The $34 buys the packaged 1-click installer; building from source is free.

Do my logs ever leave my infrastructure?

Never. Logbin stores everything in SQLite on your own server, so unlike hosted aggregators your logs stay on your box.

How much volume can it really handle?

Honestly, small-team volumes: SQLite comfortably handles millions of rows with retention doing its job. This is not an Elasticsearch cluster and does not pretend to be, and search is LIKE-based rather than a full-text index.

Is this a subscription in disguise?

No. $34 once, no renewal, no per-GB metering, no license server. Deploy it and it keeps aggregating regardless of how loud your logs get.

Stop renting. Own Logbin.

Ship logs over HTTP or syslog, tail them live, search everything and alert when ERROR screams.

Get Logbin — $89 forever

Everything about Logbin — every page we have on it

Compare & pricing

Guides

Try & tools

Source