Dashboard without network?

Hi Guys,

I got a raspberry pi 4 with a 10 inch display that in kioskmode has the dashboard from localhost:1880/ui.
The RPI runs node red and SignalK.
I access SignalK in node red through a tcp/localhost.
When I boot the rpi and it connects to wifi, the dashboard loads, I can then loose the wifi and dashboard stays running and I can still use TCP/localhost etc.
But if the RPI does not connect to wifi after reboot (because there is none) the dashboard wont load either.

Is there a way to simulate a network so I can still use my setup without a real network?

The pi should always start up the lo loopback adapter and you should be able to load everything via the 127.0.0.1 address assigned to the lo device.

I thought localhost was 127.0.0.1. To be sure I changed it all to 127.0.0.1, but still nothing.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.