AuthHound

Find where Wi-Fi and RADIUS auth breaks

A RADIUS server — cloud or self-hosted — only logs the requests that reach it. The failures that burn days — a firewall eating UDP, a wrong secret on one switch, a certificate that expired overnight, a policy that never matches — happen in the hops nobody can see. AuthHound's free tools make them visible.

🔒 Both tools run where you run them — nothing is uploaded. The analyzer parses in your browser; the probe is a local CLI. Both are open source and reviewable.

Two free tools, one blind spot

Log Analyzer You have a log. Paste FreeRADIUS radiusd -X output or a Windows NPS event and get a plain-English diagnosis: the failure stage, the three most likely causes ranked, and one concrete next check for each. Runs entirely in your browser.

Open the analyzer →

Probe (CLI) You don't have a useful log — the dashboard (or your radiusd log) looks clean but users still can't connect. Run a real PEAP-MSCHAPv2 or EAP-TLS login from inside your network and get a plain-English verdict with the next thing to check — no eapol_test hex to decode. It finds what no server-side tool can: a firewall dropping the large packets EAP-TLS needs (path-MTU probing), a server still soft on BlastRADIUS, auth succeeding onto the wrong VLAN. Reachability, shared-secret, cert-expiry, and PAP checks included. Works with FreeRADIUS, NPS, and cloud RADIUS. Free and open source.

Meet the probe →

Built from real tickets

The diagnoses 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 analyzer's rules are open source and reviewable, and the CLI runs the exact same ones.

Continuous monitoring — coming

Running a tool by hand tells you what's broken right now. The failures that hurt most are the intermittent ones — the 3am blip, the cert expiring next Tuesday, latency creeping up under load — and you can't catch those by checking when you happen to suspect trouble.

AuthHound is becoming continuous monitoring that runs these checks from every site and tells you the moment something drifts, before your users complain. Leave your work email below — I read every signup and reply personally.

Get early access to continuous monitoring

No spam, no sharing — one email when it's ready, maybe one question about what broke.

Common RADIUS & NPS failures, explained