Please help. I am waiting for the answer to see if i have to format the pc and install windows os because i really want to use the web access for network troubleshooting
Sorry to dig up an old thread but i have just come across the same issue. The Dude 4 Beta 2. I have tried changing the default port. Running under WINE.
In regular windows the web browser portion is started as another thread. I would bet that the method used to start the web server is not handled correctly.
It’s actually another process, not thread that web-server starts in. Web-server instance seems to be using named pipes to communicate with the local server instance, which doesn’t work well under wine.
I submitted a feature request a while ago to allow web-server instance to communicate via TCP/IP like client instance does. That would also allow having web-server on a host other than server main node.