Documentation

Every tool, explained plainly.

The same guides that ship inside the app. Each tool explains what it does, whether it can cause harm, and how to read its results — plus real-world playbooks engineers actually run. New to networking? Start with the walkthrough below.

Start here

Tools

Home (dashboard)

shows your machine's network at a glance — hostname, local IPs, gateway, DNS servers, public IP/ISP, and a live uplink check.

Project

groups related work — hosts, sites, and notes — under one project, so a site visit or a customer engagement stays together instead of scattered across tools.

Ping

sends ICMP echo requests and times the replies — the fastest "is it up and how far away?" check.

Trace (traceroute)

maps the route to a destination hop by hop using increasing TTL.

Path ping

traces the path, then sends a burst of pings to each hop to measure per-hop packet loss and average latency.

Path map

the same per-hop data Path ping already collects (address, loss %, average latency), drawn as a left-to-right hop chain from you to the destination instead o…

Ports (port scanner)

tries a TCP connection to each port and lists which are open, with the common service name.

Monitor

continuously pings a set of hosts on an interval and shows each as a live tile (up/down, RTT, loss).

Console (SSH / Telnet / Serial)

connects over SSH (encrypted), Telnet (plaintext), or a local serial/COM port straight into a device's console — the pre-network way in for factory-fresh gea…

Runbook

a named sequence of steps you run with one click — a repeatable checklist that actually gathers data instead of just telling you what to go do.

Posse (multi-agent network sweep)

sends a POSSE of specialist agents to sweep your whole local network as a team.

Capture (live packet analyzer)

a simple live packet analyzer — like a lightweight Wireshark built into the toolkit.

Drift (baseline vs live)

captures a baseline of who's on your network (a sweep + the ARP cache, recording each host's IP, DNS name, MAC, and vendor), then on a later "Check drift" co…

Deputy (AI assistant, powered by Claude)

The Deputy is SubnetSlinger's own AI assistant, powered by the Anthropic Claude API with your own key — it is NOT Microsoft Copilot or GitHub Copilot, and ha…

Security (type-7, hashes, host keys)

three security checks in one place.

File transfer (SFTP / SCP / TFTP)

pushes a file to a device or pulls one back.

Hosts

stores saved connections (name, host, port, user, protocol).

Vault

a local, encrypted store for the secrets you don't want sitting in plain text — passwords, keys, notes.

Discovery

ICMP-sweeps a /24, lists live hosts with reverse-DNS names, and auto-adds them to Inventory.

Topology

sweeps the subnet and draws a node map around the local network, with a per-device icon guessed from MAC vendor (OUI) + hostname — switches, routers, APs, pr…

ARP table

reads your machine's local ARP cache (IP↔MAC pairs) and tags each MAC with its OUI vendor.

MAC / OUI lookup

turns a MAC address into its vendor (from the OUI), with format variants and flags.

Inventory

a persistent list of devices, filled automatically by Discovery or added by hand.

Incidents

a work log of incidents with timestamped notes, severity, and Markdown export — your record of what you did and found.

Activity log

an automatic audit trail — what ran, when, by whom, and the result.

Files

a shortcut to the folder where SubnetSlinger writes the things you export or capture — packet captures (.pcap), CSV exports, saved topology PNGs, and reports.

Theme

customize how the app looks — colors and accent — so it's comfortable for your eyes and your setup.

SNMP

three poll types.

DNS

looks up DNS records (A, AAAA, MX, TXT, …) over DNS-over-HTTPS, so it works from any network.

Subnet calculator

offline CIDR/VLSM math — network, broadcast, usable host range, mask, and class.

SSL / TLS audit

fetches the live TLS certificate and audits the connection — subject/issuer, validity dates and days remaining, the negotiated TLS protocol and cipher suite,…

HTTP headers

sends a GET and shows the response status, headers, and timing.

WHOIS / RDAP

registration data for a domain, IP, or ASN via RDAP.

IP info / GeoIP

geolocation, ASN, and ISP for an IP (blank = your own).

API (REST / NETCONF / gNMI client)

a built-in client for talking to network gear and controllers through their APIs — REST/RESTCONF, NETCONF, and gNMI — instead of scraping the CLI.

Use cases

API & MCP reference

How MCP fits together

New to MCP?

AI models & token usage

The Deputy and the Posse call the Anthropic Claude API with YOUR key — you pay Anthropic directly for what you use.

Ollama — run the AI locally (no cloud, no cost)

The Deputy and Posse can run on a LOCAL model via Ollama instead of the Anthropic cloud — pick the provider in the Deputy's "AI" dropdown (Anthropic (cloud) …

Juniper junos-mcp-server

official Juniper MCP server — connects to Junos over NETCONF/PyEZ to fetch config, run show/operational commands, and get device facts.

Cisco pyATS_MCP

wraps Cisco's pyATS/Genie testing framework — runs show commands over SSH, parses them into structured data, and can 'learn' and diff device state.

Cisco Catalyst Center / SD-WAN MCP

MCP servers over Catalyst Center (DNA Center) for inventory/health/assurance, and over Catalyst SD-WAN (vManage) for policies, device health, and templates.

NetBox MCP (source of truth)

the official netboxlabs server queries NetBox — sites, devices, IPs, prefixes, VLANs, cables — READ-ONLY by default (deliberately hard to misuse; a write for…

netclaw (agentic-ops orchestrator)

an open-source agent that orchestrates dozens of MCP servers (pyATS, Junos, F5, Catalyst Center, ISE, NetBox, ServiceNow, GitHub) behind ONE agent with an au…

F5 / Arista via MCP

community MCP servers wrapping F5 iControl REST (BIG-IP LTM/GTM) and Arista CloudVision (CVP).

NETCONF / RESTCONF

model-driven device APIs.

gNMI (streaming telemetry)

gRPC Network Management Interface — Get for on-demand snapshots, Subscribe for streaming telemetry (push updates as values change).

SNMP OIDs (poll)

poll device OIDs.

Operational show commands

the CLI data that laptop-side ping/trace can't see.

API tokens & auth-first

REST and MCP-backed APIs authenticate with tokens — Bearer, X-API-Key, or OAuth.