Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 638 Bytes

File metadata and controls

3 lines (2 loc) · 638 Bytes

NETFACE-MikroTik-Hotspot-Manager

This project aims to create a user-friendly interface for regular business owners to use MikroTik routers as hotspots in their businesses. The server-side is implemented in PHP. It basically utilises a RADIUS server (FreeRADIUS), used for authenticating, authorisation and accounting, of users connecting to the MikroTik hotspots. The system creates vouchers with MD5 passwords. These vouchers are then authenticated with PAP via the RADIUS server, since it accepts both clear-text and encrypted passwords.