-
Notifications
You must be signed in to change notification settings - Fork 8
Quick Start
alexrosbachIsaac edited this page Jun 4, 2026
·
1 revision
- Docker 20.10+
- Docker Compose v2
- Linux host recommended for direct ARP/MAC discovery
curl -O https://raw.githubusercontent.com/AlexRosbach/LanLens/main/docker-compose.ymlpython3 -c "import secrets; print(secrets.token_hex(32))"Replace CHANGE_THIS_TO_A_LONG_RANDOM_STRING in docker-compose.yml with the generated value.
docker compose up -dOpen:
http://<your-host-ip>:7765
Default first-run credentials:
admin / admin
LanLens forces a password change after the first login.
LanLens uses network_mode: host by default because local ARP discovery needs raw network access on the host interface. Bridge mode can serve the UI, but direct ARP/MAC discovery will not work the same way.
For HTTPS, external databases, Scan Nodes, deep scan permissions, CMDB/i-doit, SNMP, backups, and troubleshooting, continue with Technical Documentation.