Page 1 of 1

Install Domoticz on Rasp 3B+

Posted: Monday 11 June 2018 23:35
by Knibor
Hi, i currently run Domoticz "Beta" on my Rasp 3B+. I can reach it from the browser 192.168.1.38:8080


But now I want run Domoticz "Stable" on my Rasp 3B+

When I want to run the Domoticz "stable" version, I can't reach it from the browser 192.168.1.38:8080

How to fix this problem?

Re: Install Domoticz on Rasp 3B+

Posted: Monday 27 August 2018 9:22
by Koensk
Hi there,

I have the same problem and I can't find the solution.
How can I do a clean install that will actually work?

Thanks anyone for your help

Re: Install Domoticz on Rasp 3B+

Posted: Monday 27 August 2018 13:40
by jornm
Open a terminal and run:

Code: Select all

sudo netstat -lpn | grep 8080
This should give this output:

Code: Select all

tcp6       0      0 :::8080                 :::*                    LISTEN      3463/./domoticz 
Note that the 3463 is process id and will change

If you do not get any output domoticz is not running/listening