Is there a way to connect from the diy to my phones browser that is using the same network?

I am using a server and am not able to view the localhost:8080 through it and thought if it would work on my phone or other devices.

1 Like

Hey. Theoretically, you can reach your DIY web server from other devices in the same network.

Try to get your server’s private IP first (something starts with 192.168. or 10.0, 172.30), and type that IP with port 8080 on the browser of some else device.

If your server’s private IP is 192.168.0.10, then type http://192.168.0.10:8080 on your phone’s browser.

That gonna work :slight_smile:

2 Likes

try developer mode and ‘toggle device toolbar’

2 Likes

I will try this today thanks

1 Like

This is what I got when I did that.

Did you specify the 8080 port too?

If you mean adding the 8080 port yes… I put the IP and everything in correctly. I will need to retest this tonight just to make sure but I am 99% sure I did it right.