Install Homebridge on Windows 10

# test node.js is working
node -v

# test npm is working
npm -v

npm install -g --unsafe-perm homebridge homebridge-config-ui-x

hb-service install

To access the Homebridge UI go to http://localhost:8581 in your browser.

The default username is admin with password admin.


Un-install

npm uninstall -g homebridge
hb-service uninstall

Then check C:\Users[User-Name] and if there is an .homebridge folder, delete it.


Comments