opendax icon indicating copy to clipboard operation
opendax copied to clipboard

Access web UI from another device

Open artsnr1 opened this issue 3 years ago • 2 comments

I'm trying to access the web UI from another device on the same network. To do that I need to access the IP address behind www.app.local. However, the browser returns "404 page not found" when I try to access the web UI using the IP address. Any solution?

artsnr1 avatar Feb 09 '22 13:02 artsnr1

You can use nginx to connect to your localhost

bitoreum avatar Apr 22 '22 19:04 bitoreum

make sure to run full url

like if in your : config/app.yml url set to domain : domain.com and subdomain with : www

that mean you have to access your site using www.domain.com

MonkeyD-Core avatar Jul 30 '22 15:07 MonkeyD-Core