pfSense Emergency Relay

Claude-powered diagnostics when your network needs help

🔒 Passive

Never polls your router. pfSense pushes alerts only when needed.

🔑 Your Key

Uses your Anthropic API key. We never see it in plaintext.

📧 Reply Commands

Reply to alert emails with commands. Execute remotely.

⏱️ Ephemeral

All data expires after 24 hours. Auto-sanitized.

Get Started

  1. Install the tiny pkg on your pfSense
  2. Register your device with your API key
  3. Receive Claude-powered diagnostics when things break
Register Device

Self-Host

Run your own relay:

docker run -d \
  -e SMTP_HOST=smtp.example.com \
  -e SMTP_USER=you@example.com \
  -e SMTP_PASS=secret \
  -e RELAY_SECRET=your-secret-key \
  -p 443:3000 \
  arktechnwa/pfsense-emergency-relay

API Endpoints

Part of pfsense-mcp