OpenSource-Hub
N

NetAlertX

6.3k stars·System Optimization·SHA-256 checksum verified

Centralized network visibility and continuous asset discovery. Monitor devices, detect change, and stay aware across distributed networks.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Open-source network visibility & asset intelligence framework with Docker deployment, 80+ notifications, and Home Assistant integration.

Core Features

  • Discovery & Asset Intelligence: ARP-scan, Pi-hole, UNIFI, SNMP router, DHCP leases; continuous monitoring for unauthorized assets and IP drift
  • 80+ Notification Gateways: Apprise integration (Telegram, Pushover, NTFY, etc.) plus native Pushsafer/Pushover publishers
  • Integrations & Plugins: Home Assistant support, API endpoints, Webhooks, and a plugin system allowing custom scanners in 15 minutes
  • Workflows: Automate device categorization, auto-group by vendor, unarchive on detection, or auto-delete to enforce IT governance

What It Can't Do

  • Recent docker-compose changes require careful migration; read the official guide. 2. Use --network=host for proper LAN scanning. 3. Data stays local by default; notifications send data externally if configured. 4. For VLANs/remote subnets, ensure container network access. 5. Create config and db folders under the data volume before first run.

Use Cases

  • Home Network Monitoring: Know every device online, detect intruders or misbehaving IoT gadgets
  • Enterprise Compliance: Identify Shadow IT, prevent unauthorized hardware, automate device lifecycle management
  • Multi-site Operations: Centralized view across VLANs and remote subnets, unified asset repository

NetAlertX provides a centralized "Source of Truth" (NSoT) for network infrastructure. Maintain a real-time inventory of every connected device, identify Shadow IT and unauthorized hardware to maintain regulatory compliance, and automate compliance workflows across distributed sites. It bridges the gap between simple network scanning and complex SIEM tools, offering actionable insights without heavy overhead. Supports multiple discovery methods (ARP-scan, Pi-hole, UNIFI, SNMP routers, DHCP leases), 80+ notification gateways via Apprise, Home Assistant integration, custom plugin development, and automated workflows for device categorization, cleanup, and policy enforcement.

Tags

network-monitoringasset-discoverydockerhome-assistantiotsecuritycompliance

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

1. Install Docker on your system (Windows/Mac/Linux)

4

2. Run: docker run -d --network=host --restart unless-stopped -v /your_data_dir:/data -v /etc/localtime:/etc/localtime:ro --tmpfs /tmp:uid=20211,gid=20211,mode=1700 -e PORT=20211 -e APP_CONF_OVERRIDE='{"GRAPHQL_PORT":"20214"}' ghcr.io/netalertx/netalertx:latest

5

3. Open http://localhost:20211 and follow the setup wizard

Install Guide
  1. 1. Install Docker on your system (Windows/Mac/Linux)
  2. 2. Run: docker run -d --network=host --restart unless-stopped -v /your_data_dir:/data -v /etc/localtime:/etc/localtime:ro --tmpfs /tmp:uid=20211,gid=20211,mode=1700 -e PORT=20211 -e APP_CONF_OVERRIDE='{"GRAPHQL_PORT":"20214"}' ghcr.io/netalertx/netalertx:latest
  3. 3. Open http://localhost:20211 and follow the setup wizard
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove the container: docker stop <container_name> && docker rm <container_name>. Delete the data directory: rm -rf /your_data_dir (backup first).

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseGPL-3.0
Last Updated2026-06-27 03:25:13
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

3 FAQs

Similar Projects