disable mikrotik homepage (192.168.1.1) for hotspot users

Hi, i dont want my hotspot user acces the mikrotiks homepage , if i acces as hotspot user, just writing 10.0.0.1 (gateway of hotspot or 192.168.1.1) in my web browser i can open the homepage. I dont like my hotsport user to do the same n watch my stadistics…im newbie please help.

I think this can be done from firewall but i dont know how.

You can set this in /ip service. Just set the address range or addresses you want to be able access the www.

Cbrown was right, you can disable web service (www) at ip/services menu.
or you can add new firewall filter rule to block port 80 on your router from user
In ip/firewall/filter , add new chain

add chain=input src-address=192.168.1.0/24 protocol=tcp dst-port=80 action=drop