hi guys someone cant hlelp my please
is possible run a open hotspot without autentication but still seen the first page and the advitising page, but no login require. open internet with propaganda.
and someone can give a directio for my
thanks,
Marcelo
You should be able to do this easily by modifying the login.html page.
Find this
name=username type=text value=“$(username)”
change to
name=username type=hidden value=freeuser
Then find this right below it
name=password type=password
change to
name=password type=hidden value=freepass
Then enter a user named “freeuser” with password “freepass” and you should be good to go! You could change the value on the login button to something more applicable to your setup, like “Continue” or “Enter”. Insure to change “/ip hotspot user profile shared-users=256” or some number to allow enough users to fit your needs.