RadiusRock is a Node.js RADIUS server for Rock RMS built with the node-radius library. RadiusRock can be deployed as a authentication server for any RADIUS based Wi-Fi captive portal.
Tested With:
- Ruckus Wireless Zonedirector
- Meraki MX / MR
RadiusRock requires node.js v0.8.0. To set up the project, first download it with Git:
git clone https://github.com/northpointe/Radius-Rock projectname
Then open the folder in your command line, and install the needed dependencies:
cd projectname
npm install
npm start # run locally