- Detect radius log files on Windows NPS automatically
- Drag and Drop NPS log files into the program to parse
- Graphs of usage per Access point, day or hour
- List of failed logins with extended rejection reasons
- List of connected users with detailed information on which day of the month they were connected
- Live watching the log files for changes
- More graphs
- Filter for users or access points
Head over to the Releases page.
# If you just want to run the app
npm install
npm start
# If you want to build an executable (win only atm)
npm install electron-builder -g
npm install
npm run dist