guiduan / freeradius-web-ui

With Radius Manager you will able to manage your FreeRADIUS server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeradius-web-ui

FreeRadius is an open source software used to authenticate users over a wide range of networks for different services. This is the most basic explanation I can think of and if you want to dig deep, please head over to: http://freeradius.org/

FreeRadius is used to authenticate users for different services such as Wi-Fi networks, openVPN, LDAP, Active Directory etc. and the list goes on.

freeradius-web-ui is used to manage the users and NAS clients on the FreeRadius server. You can add, delete, reset password of users from the web-ui. You can also add, delete and edit NAS clients. The whole interface is build using Metro-UI which uses PHP as a backend. This makes the whole UI very light weight and lightning fast. Information for users, NAS clients etc. is stored in the database and all the secret information such as user passwords are stored in 'sha1' or 'md5' encryption.

Database currently supported is MySQL/MariaDB.

NOTE: Before executing the setup script, please make sure to assign full permissions (777) to the directory named 'includes'. Permissions must not be recursive. After installation is complete, you can again switch the permissions to old one.

Screenshots

FreeRADIUS Server Installation

To install FreeRADIUS Server on CentOS 6.x. the installation script is available at: https://github.com/arch-lamp/install-free-radius-server

About

With Radius Manager you will able to manage your FreeRADIUS server.

License:GNU General Public License v2.0


Languages

Language:JavaScript 54.3%Language:CSS 27.9%Language:PHP 17.7%