Page 1 of 1

Domoticz on HP Thin Client with Ubuntu 18.04 LTS

Posted: Sunday 29 May 2022 14:05
by TheChief
Hi all,

I have running Domoticz on a Raspberry for a few years now and it works great!
Expanding so now an then with new sensors and smart stuff..

I have a HP Thin Client with Ubuntu 18.04 lts. With the command "curl -sSL install.domoticz.com | sudo bash"
i can install Domoticz and change the port numbers. But when tryting to enter the domoticz with the given
ip and port the browsers says "Unable to connect".
When using the command "sudo service domoticz.sh status" it says domoticz is active... I get the same problem
on my iMac when testing it in a virtual environment (attached screenshot).

Hope someone help me with this problem!

Re: Domoticz on HP Thin Client with Ubuntu 18.04 LTS

Posted: Monday 30 May 2022 9:35
by waltervl
Please check the log file of Domoticz. You will have to add it to the startup arguments. See for more info:
https://www.domoticz.com/wiki/Troubleshooting

Also you can start Domoticz by hand after you stopped the service

sudo ./domoticz
and see if strange log entries are written.

Does you local firewall accepts these 1111 and 222 ports?
Also check if the default ports 8080 and 443 (or close like 8082 and 441 if already occupied by other processes) are working.