Atlas
Network discovery, visualization, and monitoring for hosts and Docker

Atlas is a containerized tool for discovering, analyzing, and visualizing network infrastructure. It scans local subnets and Docker containers, stores findings, and presents them through a web UI backed by an API.
Key Features
- Multi-interface and multi-subnet network discovery with configurable scan ranges
- Docker host scanning via Docker socket inspection, including multi-network containers
- Fast scans (ARP/ping) plus deeper enrichment such as open ports and OS fingerprinting
- Interactive, real-time network graph visualization and host table views
- Scheduled scanning with configurable intervals and runtime interval management via API/UI
- SQLite persistence for discovered hosts, interfaces, and scan results
- REST API with interactive documentation for accessing hosts and scheduler controls
Use Cases
- Homelab visibility: map devices, services, and container connectivity at a glance
- Lightweight infrastructure monitoring: detect new hosts, IP changes, and exposed ports
- Troubleshooting networking issues: understand multi-NIC and multi-network relationships
Limitations and Considerations
- Requires elevated network capabilities (for example raw socket access) to perform discovery scans
- Docker inspection requires access to the Docker socket, which has security implications
Atlas combines a Go-based scanning engine, a FastAPI backend, and a React UI served behind Nginx to provide an approachable, continuously updated view of your network. It is suited to environments where quick discovery and clear visualization are more important than heavyweight enterprise NMS complexity.
Categories:
Tags:
Tech Stack:
Similar Services

Uptime Kuma
Self-hosted uptime monitoring with alerts and status pages
Uptime Kuma is a self-hosted uptime monitoring tool for HTTP(S), TCP, ping, DNS and more, with notifications, charts, and public status pages.

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.

Prometheus
Monitoring system and time-series database for metrics and alerting
Prometheus is an open-source monitoring and time-series database for collecting metrics, querying with PromQL, and alerting on system and application health.
Sentry
Error tracking and application performance monitoring platform
Sentry is a developer-focused platform for error tracking, performance monitoring, and tracing to help teams detect, investigate, and fix issues faster.
Glances
Cross-platform system monitoring tool with TUI, Web UI, and APIs
Glances is a cross-platform system monitoring tool providing a terminal dashboard, web UI, and REST/XML-RPC APIs for local or remote monitoring and exporting metrics.

Go
FastAPI
Docker
Python
React