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
Content type
Image
Digest
sha256:b2c8bf4f0…
Size
181.5 MB
Last updated
almost 11 years ago
docker pull catatnight/ara