WatchYourLAN
WatchYourLAN
After two years of development, here is WatchYourLAN v2 release!
What’s new?
- Basic
API - Export to
InfluxDB2 - Choise between
SQLiteandPostgreSQLdatabase - User can pass arguments directly to
arp-scan. Hope it will help withvlanissue. - Better
UIwithJS - Human-friendly
Historydisplay
Quick start
Full installation guide is available in the README file. The easiest way to try it:
1
2
3
4
5
6
docker run --name wyl \
-e "IFACES=$YOURIFACE" \
-e "TZ=$YOURTIMEZONE" \
--network="host" \
-v $DOCKERDATAPATH/wyl:/data/WatchYourLAN \
aceberg/watchyourlan:v2
Web GUI should be at http://localhost:8840
This post is licensed under CC BY 4.0 by the author.
