A Ubiquiti setup usually means troubleshooting across two overlapping systems: the UniFi controller's exported site backup or config.gateway.json, and EdgeOS's show configuration on EdgeRouter hardware. Both dump network topology, WiFi settings, and credentials in one file. Before that goes into a community forum post or an AI chat asking why a VLAN won't route, it's worth knowing exactly what's in there.

What a UniFi / EdgeOS Config Actually Contains

Before and After

The same WiFi passphrase or VPN pre-shared key always maps to the same token throughout the sanitized output, so relationships between sites, VLANs, and tunnels stay readable — only the literal credential is replaced.

Steps

  1. Install ScrubForge from the Chrome Web Store (free)
  2. Export a UniFi site backup or run show configuration on your EdgeRouter
  3. Paste the relevant section into ScrubForge
  4. Review the sanitized result — passphrases, admin passwords, and shared secrets are tokenized, structure is untouched
  5. Copy and share, or continue in ScrubForge's built-in AI chat

Why Local Processing Matters

A WiFi pre-shared key or a VPN secret pasted into a public forum thread or a shared AI chat log is effectively public the moment it's posted. ScrubForge sanitizes entirely inside the browser tab — nothing is uploaded before you decide to share it.

Related