-
Notifications
You must be signed in to change notification settings - Fork 1
Accessing the admin ui
Stefan edited this page Apr 22, 2022
·
5 revisions
The admin ui is available by calling the following url:
In "/config/homegear/rpcservers.conf" the section for port 2001 has to be changed ([RPCServer1]):
interface = ::
webServer = true
rpcServer = false # Optional (Web server and RPC server shouldn't be enabled on the same port for security reasons)
Disable all other rpc servers you don't need. (see https://github.com/devRoemer/hassio-homegear-generic/wiki/Post-Setup-instructions#disable-unused-rpcservers)
Ingress support is not implemented at the moment. This is due to an issue in homegear. It has already been fixed in the nightly build so that further testing will be possible in the near future.