Controlling user access to Mikrotik device

Hey guys!
I am setting up 3 RB433s as wireless access points and repeaters.
I would like to know if it is possible to program the devices to allow any connection to the wireless device for a day.
But each day, I want to limit each MAC address for a maximum usage of 2 hours.
Can this be done using only the RB433 configuration or would I need a RADIUS server or some sort of authentication method.
I won’t be using usernames or password. It will be an open network.
I just want to make sure users that work in the area won’t use the system for more than 2 hours daily.
Is this possible?

I know it might have to do with something else but since I will be using these equipment maybe some of you have an idea on how I might implement this limitation.

Any suggestions?
Thanks much in advance!

Teo

I think this could be done via scripting, but I’m not sure how exactly. I guess you could add each connected station’s MAC into the Access List, and then change the rule to “authenticate=no” after two hours, and reset this setting at midnight, but I’ll let some scripting guru answer

Say What! Scripting Guru?!? Not!..

Create Hotspot and do whatever you want…

Simple solution: Create hotspot, turn on trial user, set uptime limit to 2h and uptime reset to 1d

Edit hotspot html file to remove the username and password fields, leaving only the trial user login and rename it something appropriate.

Thanks much for your help guys!

Regards,
Teo