catatnight/ara
ARA - a FreeRADIUS web interface in Docker
Pull image (as root)
$ docker pull catatnight/ara
Import user-info
table to radius
database
$ wget https://raw.githubusercontent.com/catatnight/docker-freeradius/master/ara/da.sql
$ mysql -uradius -p radius < da.sql
Create container (as root)
docker run -p 8080:80 -e mysql_server=1.2.3.4 -e mysql_login=radius -e mysql_passwd=radius -e admin_passwd=123456 \
--name ara -d catatnight/ara
You can visit web client on http://your.host.name:8080 with admin/$admin_passwd
docker pull catatnight/ara