asdaru / freeradius-mysql-daloradius

7 stars 15 forks source link

Freeradius server with web interface (daloradius) and mysql

Quick reference

Freeradius server with web interface, - best decision fore manage a lot of hotspots and public wifi access points

How to use:

Start freeradius container:

    docker run --name freeradius -d -p 1812:1812/udp -p 1813:1813/udp -p 80:80 -e CLIENT_SECRET=<Radius secret> -e CLIENT_NET=<client net>  asdaru/freeradius-mysql-daloradius

CLIENT_SECRET

Radius secret fo NAS devices

CLIENT_NET

Netwok where your NAS devices were installed (for example 192.168.0.0/16) By default was set unlimited access 0.0.0.0/0

Manage clients nets by web interface

  1. Set CLIENT_NET="" (-e CLIENT_NET="")
  2. Manage Nas devices via web interface -p /mng-rad-nas.php

Web interface

Information about web interface you can find on daloradius github

Default login and password for web interface

Login: administrator Password: radius

The FreeRadius log is available through Docker's container log:

$ docker logs freeradius