Skip to content

Web interface authentication

ggodart edited this page Mar 3, 2021 · 2 revisions

If you have setup MisterHouse correctly, then you will have setup a password to ensure that non-authenticated users cannot cause harm to your home automation system.

This password comes into play when you want to control devices through the web interface.

If you have a local LAN with 'known-good' devices that is e.g. 192.168.1.x, you can whitelist devices on that network segment by adding the following parameters to mh.private.ini:

password_allow_clients=^192\.168\.1\..+

See also set password

Clone this wiki locally