Track every device on your network with this inventory management tool. Add devices with IP addresses, MAC addresses, locations, and notes — then export your inventory as CSV or formatted text for documentation.

A network device inventory is a complete record of every device on your network — from routers and switches to IoT sensors and printers. It's the foundation of good network management and essential for troubleshooting, security, and compliance.
Without an accurate inventory, you can't identify unauthorized devices, plan subnet allocations, or respond effectively to security incidents. Whether you're managing a home network with 20 devices or a small office with 100+, this tool helps you keep track of everything.
A useful inventory captures both technical identifiers and operational context. Here's what to record for each device on your network:
| Field | Why It Matters | Example |
|---|---|---|
| Device Name | Human-readable identification | Main Router, Office Printer |
| Type | Categorization for filtering | Router, Switch, AP, IoT |
| IP Address | Network location for access and monitoring | 192.168.1.1 |
| MAC Address | Unique hardware identifier | AA:BB:CC:DD:EE:FF |
| Location | Physical location for maintenance | Server Room, 2nd Floor |
| Notes | Model, firmware, VLAN assignment | ASUS RT-AX86U, FW 3.0.0.4 |
Before building your inventory, you need to find all devices currently on your network. Here are the most effective discovery methods:
Log into your router at 192.168.1.1 or 10.0.0.1 and navigate to the DHCP client list. This shows all devices that received an IP address via DHCP.
# Windows
arp -a
# Linux / macOS
arp -a
# or for a more thorough scan:
nmap -sn 192.168.1.0/24
If your devices support SNMP, you can programmatically discover and inventory them using SNMP walks.
Pro Tip: Schedule quarterly inventory audits. Compare your documented inventory against a live network scan (using
nmap -sn) to detect unauthorized devices. Any device not in your inventory is a potential security risk. Use our IP Conflict Detector to find addressing issues during audits.
For larger networks, organize your inventory by subnet or VLAN. This makes it easier to manage and troubleshoot:
| Segment | Subnet | Typical Devices | VLAN |
|---|---|---|---|
| Infrastructure | 192.168.1.0/28 | Routers, switches, APs, firewalls | 1 (native) |
| Workstations | 192.168.1.0/24 | PCs, laptops, phones | 10 |
| Servers | 192.168.2.0/24 | NAS, file servers, VMs | 20 |
| IoT / Smart Home | 192.168.10.0/24 | Cameras, sensors, smart plugs | 30 |
| Guest | 192.168.30.0/24 | Visitor devices | 40 |
For smart home device planning, see our Smart Home Subnet Planner and IoT VLAN Segmentation Guide.
Start with your router's DHCP client list (accessible at 192.168.1.1). Then run arp -a or nmap -sn 192.168.1.0/24 to discover devices with static IPs that aren't in the DHCP list. Check for devices on all subnets if you use VLANs.
On Windows run ipconfig /all, on Mac/Linux run ifconfig or ip link show. For network devices, check the sticker on the device or the router's ARP table. Use our MAC Lookup tool to identify the manufacturer from the MAC address.
Use DHCP reservations (static leases) for infrastructure devices — this gives the convenience of DHCP with the consistency of static IPs. Regular client devices can use dynamic DHCP. Document the reservation in your inventory.
Update immediately when adding or removing devices. Perform a full audit quarterly by scanning the network and comparing results. For compliance environments, monthly audits may be required.
CSV is the most universal format — it opens in Excel, Google Sheets, and can be imported into most management tools. Use the CSV export for sharing and the text export for pasting into documentation or tickets.
This tool runs entirely in your browser. No data is sent to any server. However, browser local storage can be cleared accidentally. Export to CSV regularly as a backup. For sensitive environments, store the exported file in an encrypted location.
About Tommy N.
Tommy is the founder of RouterHax and a network engineer with 10+ years of experience in home and enterprise networking. He specializes in router configuration, WiFi optimization, and network security. When not writing guides, he's testing the latest mesh WiFi systems and helping readers troubleshoot their home networks.
![]() |
![]() |
![]() |
![]() |
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |