Your network,
watched.
PhylaxNet stands sentry over every device on your home network — discovering what's connected, watching what it talks to, and flagging what shouldn't be there.
Three jobs. One watchtower.
Device discovery
Every phone, laptop, camera, and smart-plug on your LAN gets fingerprinted — hostname, MAC vendor, open ports — the moment it joins.
Traffic inspection
Live flow of who's talking to whom — protocol, destination, and volume — streamed to the dashboard as it happens.
Threat detection
Known-bad IPs, port scans, odd hours, unexpected outbound destinations — matched against threat intel and flagged in real time.
A watcher on the wire, a console on the web.
A browser can't see raw packets on your LAN — so PhylaxNet splits into a small local agent and this dashboard.
Capture & scan
A lightweight script on your network (packet capture + ARP/Nmap sweep) runs where the traffic actually flows.
Ingest & store
Agent posts findings to a PHP endpoint on this server, which normalizes and stores devices, flows, and alerts.
Watch live
This console polls the backend and renders it — devices online, live traffic, and threats — right here.
Network traffic
| Time | Source | Destination | Proto | Port | Bytes | Risk |
|---|
This page is currently rendering simulated traffic so you can see the layout live. Point it at a real feed by having your local capture agent (packet sniffer + ARP/Nmap sweep) POST JSON to a PHP endpoint — e.g. /api/ingest.php — and swap the mock generator in app.js for a fetch()/WebSocket poll of that endpoint.