Installing and configuring daloRadius

daloRadius – web interface for FreeRadius.

Download the latest version:

wget http://downloads.sourceforge.net/project/daloradius/daloradius/daloradius0.9-9/daloradius-0.9-9.tar.gz

Unpacking the downloaded archive:

tar xvfz daloradius-0.9-9.tar.gz

Moving the unpacked directory:

sudo mv daloradius-0.9-9 /var/www/daloradius

Import sql to base with radius:

mysql -u root -p radius < /var/www/daloradius/contrib/db/mysql-daloradius.sql

Editing a configuration file:

sudo nano /var/www/daloradius/library/daloradius.conf.php

Change ownership of files:

sudo chown www-data:www-data /var/www/daloradius -R

Change permissions on the configuration file:

sudo chmod 644 /var/www/daloradius/library/daloradius.conf.php

When entering the web interface http://hostname/daloradius, the standard Administrator login and radius password are used.

Additionally:

sudo apt-get install php-db php-gd

Official Pages:
daloradius.com
sourceforge.net/projects/daloradius

See also my article:
Installing and configuring FreeRADIUS

Leave a comment

Leave a Reply