Skip to content

asdaru/freeradius-mysql-daloradius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published