From 3e366d74812bee6e1f3c8d99d68a8e7ddc2ac0e9 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 21 Dec 2016 00:48:36 -0500 Subject: [PATCH] Added section To change the MQTT default password (#1632) * Added section To change the MQTT default password --- .../installation-raspberry-pi-all-in-one.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 5cfef840572..c5b310312d7 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -69,6 +69,13 @@ After upgrading, you can restart Home Assistant a few different ways: * Restarting the Raspberry Pi `sudo reboot` * Restarting the Home-Assistant Service `sudo systemctl restart home-assistant.service` +### {% linkable_title To change the MQTT default password %} + +* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip` +* Change password `sudo mosquitto_passwd /etc/mosquitto/pwfile pi` +* Restart mosquitto `sudo systemctl restart mosquitto.service` +* Be sure to update your `configuration.yaml` to reflect the new password. + ### {% linkable_title Using the OZWCP web application %} To launch the OZWCP web application: