Skip to content

Commit eb74ad5

Browse files
wouterpottersballoob
authored andcommitted
Added Synology firewall information, added sudo -i (home-assistant#955)
* Added Synology firewall information, added sudo -i Added tutorial for setting up Synology firewall. Added information on how to use root user in new Synology software. (source: https://community.home-assistant.io/t/error-starting-home-assistant-on-synology-for-first-time/917/4) * Update installation-synology.markdown
1 parent b74486b commit eb74ad5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

source/getting-started/installation-synology.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Using the Synology webadmin:
2323

2424
SSH onto your synology & login as admin or root
2525

26+
- Log in with your own administrator account
27+
- Switch to root using:
28+
29+
```bash
30+
$ sudo -i
31+
```
32+
33+
2634
Check the path to python3 (assumed to be /volume1/@appstore/py3k/usr/local/bin)
2735

2836
```bash
@@ -175,6 +183,19 @@ Make the daemon file executable:
175183
$ chmod 777 /volume1/homeassistant/hass-daemon
176184
```
177185

186+
Update your firewall (if it is turned on on the Synology device):
187+
188+
- Go to your Synology control panel
189+
- Go to security
190+
- Go to firewall
191+
- Go to Edit Rules
192+
- Click Create
193+
- Select Custom: Destination port "TCP"
194+
- Type "8123" in port
195+
- Click on OK
196+
- Click on OK again
197+
198+
178199
Copy your configuration.yaml file into the config folder
179200
That's it... you're all set to go
180201

0 commit comments

Comments
 (0)