Access USB-Storage via Browser

Hello everyone,

I have a hAP ac² - Router with a USB-Port. I want to access the files (HTML- ,CSS- ,Javascript -Application) on the USB-Stick from a tablet via Browser. The final goal is to open the index.html-file which starts the application in the tablet, but the files have to be stored in the Router.
So far I managed to format the USB-Stick and I can see the files in the “Files”-tab of the RouterOS surface. I was hoping there is a way to open the html-file by typing “routerIP/UsbStick/index.html” in the tablet-Url-browser-bar but so far it is not working…

I searched for the issue in the forum but didn’t find a matching solution. I am new to the whole Router-topic so please forgive me if there already is a related question and I didn’t recognize it.

Any help is much appreciated :slight_smile:

You can only do that with hotspot function. Customize the login page to show what you want.
You can’t make RouterOS to work like a web server.

After playing around with the posibilities, I managed to make it work with the ftp-Service. I had to enter ftp://IpAdress and when selecting the main .html-file, it opened the whole application.
Thanks anyways for your reply