No Account Needed Free & Open Source

Topology Discovery
CLI.

Atlasmap discovers hosts on your network, traces connections, and renders the topology as ASCII art in your terminal or as an interactive HTML file you can share. See your infrastructure layout without installing agents on every machine.

$ curl -sSL https://install.hostatlas.app/atlasmap | bash_
bash — server-01

$ atlasmap scan --docker

Discovering network topology...

LISTENING SERVICES

nginx :80 PID 1234

postgresql :5432 PID 5678

redis :6379 PID 9012

TOPOLOGY

┌─────────┐ ┌──────────┐

│ nginx │────→│ postgres │

└────┬────┘ └──────────┘

└────────→ redis

✓ 3 services, 2 connections

What It Does

Discover. Map. Visualize.

Atlasmap pings subnets, detects live hosts, identifies open services, and traces network paths. The result is a topology map rendered as ASCII in your terminal or as a self-contained HTML file.

lan

Subnet Discovery

Scans CIDR ranges to discover live hosts. Identifies hostnames, open ports, and detected services on each discovered node.

route

Route Tracing

Traces network paths between hosts to map connectivity. Identifies gateways, hops, and latency between nodes in your topology.

terminal

ASCII Output

Renders the topology as clean ASCII art directly in your terminal. Perfect for quick audits, documentation, and sharing in chat.

web

Interactive HTML

Export as a self-contained HTML file with interactive zoom, pan, and click-to-inspect. Share with your team without any server required.

output

JSON Export

Export the raw topology data as JSON for integration with other tools, scripts, or documentation pipelines.

code

Open Source

MIT licensed. Audit the code, contribute, or fork it. Built for transparency and community use.

ASCII Output

Your network. In your terminal.

Run atlasmap scan 10.0.1.0/24 and see your topology rendered as ASCII art. Pipe to a file, paste into a Slack message, or embed in documentation.

$ atlasmap scan 10.0.1.0/24 Scanning 10.0.1.0/24... found 8 hosts 10.0.1.0/24 — Production Network gateway 10.0.1.1 | +--- web-prod-01 10.0.1.10 | :22 :80 :443 | +--- web-prod-02 10.0.1.11 | :22 :80 :443 | +--- db-primary 10.0.1.20 | :22 :3306 | +--- db-replica 10.0.1.21 | :22 :3306 | +--- redis-01 10.0.1.30 | :22 :6379 | +--- queue-01 10.0.1.31 | :22 :6379 :15672 | +--- monitoring 10.0.1.50 :22 :3000 :9090 8 hosts discovered, 24 open ports

Install

One command. Mapping in seconds.

The installer downloads a single binary. No config required to start scanning — just pass a subnet.

$ curl -sSL https://install.hostatlas.app/atlasmap | bash Detected platform: linux/amd64 Downloaded atlasmap v1.0.0 Installed to /usr/local/bin/atlasmap Ready — run atlasmap scan <subnet>

Live Topology

Static snapshot? HostAtlas gives you live topology.

Atlasmap gives you a point-in-time network map. HostAtlas gives you a continuously updated Atlas Graph — live topology visualization with real-time metrics, service status, and relationship mapping across your entire infrastructure.