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.