Little Nav Map Webserver

Does anyone use the little nav map webserver?- When I try to connect from another device on my network I get localhost refused to connect. Any ideas appreciated. Thanks.

Hello there,

Are you using localhost in the browser URL to connect from the other machine?

Localhost (with the IP 127.0.0.1) will always loop back because it’s the IP of the same machine, you will want to replace that with the IP of the other machine. So check the IP of the other machine and then it might work.

So it should look like:
http://192.168.0.x:8965/ for example but replace with the IP of that machine.

1 Like

Thanks that worked.

1 Like

Excellent, worked for me as well !