Turn one or more .ucs backups or bigip.conf / SCF files into one interactive, self-contained HTML report — virtual servers, pools, iRules, GTM/DNS, AFM firewall & NAT, an SSL-certificate expiry inventory, a topology explorer, a listener simulator and a live f5-query console. Load several devices to see how they relate as tiers (GTM → LTM tier 1 → LTM tier 2, …).
.ucs (plain or encrypted) · bigip.conf · .scf — one or more devicesThe generator is the F5 BIG-IP query engine (tcl-bigip-query) plus the report renderer, compiled from Rust to WebAssembly. When you pick a file the bytes are handed straight to the WASM module in this tab:
.ucs is decrypted in-page (OpenPGP symmetric, RustCrypto) using your passphrase;f5-query engine builds the object model, reference graph and orphan analysis;sys file ssl-cert stanzas, and days-to-expiry is computed against your clock;No step makes a network call. You can verify this in your browser's DevTools → Network panel: generating a report produces zero requests.