Page 1 of 1

Remote Server Settings

Posted: Thursday 10 April 2025 19:10
by solarboy
In the wiki page for the domoticz remote server there is this line :
Configuration
Remote1 and Remote2

1. Specify the shared port (6144 by default) where the Main will connect to.
But it is not specified where this is to be entered.

In the log of the main I get this repeated ;
Can not connect to: 192.168.2.34:6144 (Connection refused)
I did create a new user ("remote") on the "slave" and used this log in data on the "main" domoticz instance.

Re: Remote Server Settings

Posted: Thursday 10 April 2025 19:28
by jvdz
Port for "Remote Shared Port (For Remote Domoticz clients):" can be found on the Setup/Security page.

Re: Remote Server Settings

Posted: Thursday 10 April 2025 19:46
by solarboy
Brilliant, thank you jvdz !

Re: Remote Server Settings

Posted: Thursday 10 April 2025 20:08
by solarboy
I am still getting

Code: Select all

Can not connect to: 192.168.2.34:6144 (Connection refused)
in the "Main" domoticz log. I set the trusted network to "192.168.2.*" and enabled "Allow Basic Auth" and still no luck.
Otherwise I followed the wiki. The new server is a brand new docker version of domoticz on a raspberry pi3b, both are latest stable.

Re: Remote Server Settings

Posted: Thursday 10 April 2025 20:10
by jvdz
solarboy wrote: Thursday 10 April 2025 20:08 The new server is a brand new docker version of domoticz on a raspberry pi3b, both are latest stable.
Did you define the 6144 port in the docker config?

Re: Remote Server Settings

Posted: Thursday 10 April 2025 20:12
by solarboy
Ah , no, I used the standard docker-compose.yml from hub.docker.com/r/domoticz/domoticz.

Good catch !

Re: Remote Server Settings

Posted: Thursday 10 April 2025 20:14
by solarboy
Bingo, all up and running, thanks a lot jvdz.