Skip to content

This project is based on electron and can be used to visualize Windows NPS Radius log files

Notifications You must be signed in to change notification settings

HaschekSolutions/electron-radius-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Radius Parser

Radius parser in action

Display days where a specific user was logged in

Features

  • 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

Features in the future

  • Live watching the log files for changes
  • More graphs
  • Filter for users or access points

Start via installer

Head over to the Releases page.

Start via source

# 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

About

This project is based on electron and can be used to visualize Windows NPS Radius log files

Resources

Stars

Watchers

Forks

Packages

No packages published