This is very slightly modified version of robertkwok2/daloradius-docker. Fixed a nasty init script bug that re-initialized the DB upon every restart and that is it basically. The image is based on Ubuntu 24.04, Freeradius 3.0 and daloRADIUS 1.3. It also needs an external MySQL / MariaDB server (the compose file takes care of this if you don't have one in your environment). Will rebase it to Debian 12.x sometime soon.
- Download the docker-compose.yml and the clients.conf files
- Customize docker-compose.yml according to your needs
- Add your Radius clients to clients.conf
- Launch daloRADIUS (
docker compose up -d
) - Open the web GUI at http://yourIP:8008 (default user/password: administrator/radius)
- Profit
- Download the Dockerfile and tailor it to your liking
- Build your image
- Deploy your image
- Profit