UniFi

Home WiFi router and network controller, managed via the UX7 web UI.

Quick Reference

PropertyValue
ModelUniFi Express 7 (UX7)
LAN IP192.168.1.1
Management URLhttps://192.168.1.1
ManagementWeb UI only (no IaC — see add-unifi-pulumi-stack)
PowerBattery-backed via UPS (see power)

What It Does

The UX7 is the home WiFi access point and network gateway. It provides:

  • WiFi (main, guest, IoT networks)
  • DHCP for all network subnets
  • Built-in UniFi controller for managing adopted devices (switches)
  • Zone-based firewall and traffic management

Networks

NetworkVLANSubnetPurpose
Main1 (default)192.168.1.0/24Trusted devices (indri, sifaka, gilbert, mouse)
Guest2192.168.2.0/24Visitors, internet-only
IoT3192.168.3.0/24Smart devices (Frame TV, appliances)

See segment-home-network for the full segmentation plan and firewall rules.

Network Topology

ISP Modem
  └── UniFi Express 7 [WAN]
       └── [LAN port] ──→ Switch A (by router/sifaka)
            ├── sifaka (Synology NAS)
            └── ~12ft Cat6 ──→ Switch B (on desk)
                                 ├── indri (Mac Mini, primary server)
                                 └── gilbert (USB-C adapter)

All wired devices share the default VLAN (192.168.1.0/24). The two daisy-chained UniFi Switch Flex Minis provide enough ports for all devices while using the UX7’s single LAN port.

Operations

TaskMethod
Manage networks/WiFi/firewallhttps://192.168.1.1 web UI
Backup configurationSettings → System → Backup
Restore from backupSettings → System → Backup → Restore

Authentication

Local admin account on the UX7. Credentials stored in 1Password (vault blumeops). WiFi passphrase stored in 1Password item “Radio New Vegas” (Wireless Router type) in vault blumeops.

Why Not IaC?

Attempted Feb 2026 with the ubiquiti-community/unifi Terraform provider via Pulumi. A “no-op” update on the default LAN network reset undeclared properties, bricking the network and requiring a factory reset. The provider ecosystem is too immature for single-device infrastructure. See add-unifi-pulumi-stack for details.