RADIUS Log Analyzer

Your RADIUS reject, explained in plain English

Paste radiusd -X debug output or a Windows NPS event and get back what actually failed β€” the failure stage, the three most likely causes ranked, and one concrete next check for each. No account, no upload, no waiting.

Analyze a log now Browse common errors

πŸ”’ Your log never leaves your machine. Parsing runs entirely in your browser β€” check the network tab, or read the source. There's an offline CLI too.

How it works

1. Paste the log FreeRADIUS radiusd -X output or an NPS event 6273/6274 copied as text from Event Viewer.
2. Get the diagnosis The failure stage (shared secret, certificate validation, inner auth, policy match…) stated in one sentence.
3. Run the next check Each likely cause comes with one concrete action to confirm or eliminate it β€” no forum spelunking.

Built from real tickets

The diagnosis rules encode years of vendor-side RADIUS support pattern-matching: the same handful of failures β€” wrong shared secrets, untrusted certificates, MSCHAPv2 vs password-hash mismatches, policies that never match β€” cause the vast majority of 802.1X outages. The rules are open source and reviewable, and the CLI runs the exact same ones.

Common failures, explained