Skip to content
gsjonio edited this page Jul 13, 2026 · 4 revisions

netwp Wiki

netwp is a terminal network manager written in Go: active local-network device discovery (ARP), live monitoring, a full dashboard, bandwidth testing, and interface inspection. Windows-first, portable to Linux.

This wiki complements the docs in the repo. It does not repeat them:

  • README (pt-BR) is the canonical overview.
  • The beginner's guide (pt-BR) explains networking terms in plain language: MAC, TTL, subnet, ARP, and every table column.

Start here

What it does in one screen

netwp scan        one-shot ARP scan: who is on the network, with hostname,
                  vendor, device class, RTT, TTL and open ports
netwp monitor     the same, live: devices joining and leaving in real time
netwp dashboard   Wi-Fi + live bandwidth + speedtest + devices + an operations log
netwp doctor      diagnose "why is my internet bad": interface, gateway, DNS...
netwp wake        power on a sleeping machine over the network (Wake-on-LAN)

See the Command Reference for the rest (class, watch, alias, ports, events, iface, speedtest, ...).

A note on freshness

netwp ships often. If a detail here disagrees with netwp help or the README, trust the repo: the CLI and README are the source of truth, and this wiki follows.

Clone this wiki locally