Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 727 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 727 Bytes

Radius Rock

RADIUS Authentication with Rock RMS

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

Setup

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