Giter Club home page Giter Club logo

freeradius-web-ui's Introduction

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

freeradius-web-ui's People

Contributors

hulupiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

freeradius-web-ui's Issues

Connect to freeradius

Hi. I installed freeradius-web-ui on Debian 8 without installing freeradius-server. All works - user creating, MySQL, SMTP etc. How I can to connect UI to freeradius-server? Where are configs?

Suspected error in addUser.php

Took some finding but believe there is an error in the addUser.php file.
Was getting 'Cannot add user, try later' error and after some digging around believe its the $op variable value.
It is set to ':==' however checking the table schema there is a max of 2 characters for this column.
Checked some reference sites for radius and understand it should be only one equals ':=' (http://wiki.freeradius.org/guide/SQL-HOWTO)
After changing it seems to insert to the table fine now and seems to be working as expected.

Can't login

Hello,
I installed the freeradius-web-ui-1.0. But I don't login

Non documented requirements

Hi,
I've noticed that the manager needs some settings to work properly

  • Unrestricted basedir

Now you’re using the / directory to get total and free space on the disk, but you can use the . one (I know that this won't work if you host the website on a virtual machine (like docker) but is better than it not working at all (like with vesta)).
Another needed basedir is the /proc/sys/kernel/ and /proc/ for uptime and used memory. I think that you need to note this in the README.

  • MySQL allowed packets and timeout

Since you use a shared connection the MySQL installation probably needs a higher value in the variables max_allowed_packet and wait_timeout (i've used 524288000 and 100)
I think that you really only need the timeout but I haven't tested it yet

If I find something else I will notify you here.

Editing user

Ok i tried to edit users password and it just seems to fail without saying much apart from there might a be problem with a user. Apache error log shows this:

PHP Notice: Only variables should be passed by reference in /var/www/html/freeradius-web-ui/core/resetUserPassword.php on line 249, referer: http://xxx.xxxx.xxx.xxx/freeradius-web-ui/core/users.php

Also can we use the gui without smtp setup i really do not care to email passwords. And above all can i setup my own password.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.