README
Prerequisites, quick start with Docker Compose, environment variable reference, and a feature overview. Start here if you are deploying Flintnet for the first time.
User Guide
Step-by-step walkthrough of every screen in the Flintnet UI — Dashboard, Devices, Device Detail, Security, Topology — plus how to configure SMTP email alerting and troubleshoot common issues.
Changelog
Full list of everything included in v1.0.0-beta — agent features, Flutter UI screens, Docker Compose deployment, known limitations, and the post-beta roadmap.
.env.example
Template configuration file with every supported environment variable, default values, and inline comments. Copy to .env and fill in your values before starting Flintnet.
Getting started in 4 steps
New to Flintnet? Follow these steps in order.
1
Download the README and verify your server meets the prerequisites — Linux host, Docker Engine 20.10+, and network access to the monitored subnet.
2
Download .env.example, copy it to .env, and set FLINTNET_CIDR to your subnet.
3
Run docker compose up -d and open http://<your-server-ip> in Chrome or Edge.
4
Read the User Guide to understand each screen and configure SMTP email alerting.