← Public Library

Home network device check

by MASTER

A short routine to locate unreachable or slow devices on a home network and reboot them when needed; run when devices are unresponsive or network performance degrades.

Save to your Fecit app
Open this routine in the Fecit app and add it to your library.

What's inside

Home network device check

A short routine to locate unreachable or slow devices on a home network and reboot them when needed; run when devices are unresponsive or network performance degrades.

⏱ 30 min ★ Medium
Target

Some devices on the home network are unreachable or responding slowly, and it's unclear which IPs map to which physical devices or whether a reboot will resolve the issue.

Obstacle

Devices use dynamic DHCP hostnames and mixed identification, making it hard to match scan results to physical devices; some devices lack a remote reboot method and require physical access.

Expectation

All reachable devices respond to ping or their services, devices that needed a reboot have been restarted, and any persistently offline devices are recorded with next steps.

Tools
  • • Computer or smartphone — 1
  • • Router admin credentials — 1 set
  • • Ethernet cable (optional) — 1
Steps
  1. 01
    Scan network for active devices
    Run a network scan (nmap, Fing, or router client list) to collect IP addresses, MACs, hostnames, and open services, then save or export the results.
    ⏱ 10 min
  2. 02
    Match scan results to known devices
    Compare the scan output to your device inventory using MAC addresses, labels, or recent activity and flag devices that are offline, on unexpected IPs, or showing slow responses.
    ⏱ 5 min
  3. 03
    Test connectivity and attempt remote restart
    Ping, SSH, or open the web UI for each flagged device; if reachable, perform a graceful reboot via the device interface or SSH and record the action taken.
    ⏱ 5 min
  4. 04
    Power-cycle inaccessible devices
    For devices that remain unreachable, power-cycle them using a smart plug, router reboot, or by unplugging and reconnecting power, then wait 60–90 seconds for services to restart.
    ⏱ 5 min
  5. 05
    Verify and document results
    Rescan or ping the network to confirm device reachability, update the inventory with new IPs or status, and log any devices that still need hands-on repair or replacement.
    ⏱ 5 min