Skip to content
xy-io edited this page May 6, 2026 · 2 revisions

IP Manager

A clean, fast web app for managing your home network's IP addresses β€” built to replace the spreadsheet you've been using for years.

Deploy it as a lightweight LXC container on Proxmox and get a live dashboard showing every device on your network, their status, services, and more.


Quick links

πŸš€ Installation Deploy to an LXC in under 5 minutes
πŸ”‘ First Login & Security Set up your credentials
βš™οΈ Network Configuration Tell the app about your subnet
πŸ“₯ Importing Devices ARP scan, Proxmox import, CSV/Excel
πŸ’™ Service Health Checks HTTP/HTTPS probes per device
🌐 Domain Tracker Track domain expiry via RDAP
πŸ’Ύ Backup & Restore Export and restore your data
πŸ”„ Updating Keep the app up to date
πŸ›  Troubleshooting Common issues and fixes

What it does

  • Live ping monitoring β€” every IP gets a green/red status dot, refreshed every 60 seconds via fping
  • Service health checks β€” optional HTTP/HTTPS probe per entry; sky-blue = up, orange = down
  • ARP scan & discovery β€” one-click sweep finds everything on your subnet
  • Proxmox integration β€” import VMs and LXC containers directly from the API, with scheduled background sync
  • DNS reverse lookup β€” PTR records resolved against your own DNS server (Pi-hole, Unbound, etc.)
  • Domain Tracker β€” track domain expiry via IANA RDAP, no API keys needed, 1,400+ TLDs supported
  • Multi-network / VLAN β€” manage multiple subnets independently, switch between them instantly
  • 500+ service icons β€” automatic logos for Home Assistant, Proxmox, Sonarr, Pi-hole, and many more
  • Import & export β€” CSV/Excel import with column mapping; export to formatted .xlsx
  • Backup & restore β€” single JSON file captures everything; restore on any machine in one click
  • QR codes β€” generate a QR code for any IP entry
  • CIDR & subnet calculators β€” built-in network calculators in the Tools menu
  • Secure by default β€” unique random password generated on first install; lockout enforced if defaults are detected

Requirements

  • Proxmox LXC (Ubuntu 24.04 recommended) β€” or any Linux host running Node.js 18+
  • 512 MB RAM minimum for the container
  • 1 CPU core
  • Outbound internet access (for RDAP lookups, icon fetching, and updates)

License

PolyForm Noncommercial β€” free for personal and home lab use. Source available on GitHub.

Clone this wiki locally