diff --git a/source/getting-started/installation-synology.markdown b/source/getting-started/installation-synology.markdown index 0903aed1854..c2ba798a2cb 100644 --- a/source/getting-started/installation-synology.markdown +++ b/source/getting-started/installation-synology.markdown @@ -23,6 +23,14 @@ Using the Synology webadmin: SSH onto your synology & login as admin or root + - Log in with your own administrator account + - Switch to root using: + +```bash +$ sudo -i +``` + + Check the path to python3 (assumed to be /volume1/@appstore/py3k/usr/local/bin) ```bash @@ -175,6 +183,19 @@ Make the daemon file executable: $ chmod 777 /volume1/homeassistant/hass-daemon ``` +Update your firewall (if it is turned on on the Synology device): + + - Go to your Synology control panel + - Go to security + - Go to firewall + - Go to Edit Rules + - Click Create + - Select Custom: Destination port "TCP" + - Type "8123" in port + - Click on OK + - Click on OK again + + Copy your configuration.yaml file into the config folder That's it... you're all set to go