
* Add troubleshooting for invalid client id error
* Update authentication.markdown
* Add a note to remote document
* ✏️ Spelling and grammar tweaks
1.8 KiB
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Remote access | Setting up remote access for Home Assistant. | 2015-03-23 12:50 | true | false | true | true |
If you're interested in logging in to Home Assistant while away, you'll have to make your instance remotely accessible.
Remember to follow the [securing checklist](/docs/configuration/securing/) before doing this.
Home Assistant no longer support remote access via IP address since release 0.77, you have to use domain name.
The most common approach is to set up port forwarding (for any port) from your router to port 8123 on the computer that is hosting Home Assistant. General instructions on how to do this can be found by searching <router model> port forwarding instructions
. You can use any free port on your router and forward that to port 8123.
A problem with making a port accessible is that some Internet Service Providers only offer dynamic IPs. This can cause you to lose access to Home Assistant while away. You can solve this by using a free Dynamic DNS service like DuckDNS.
Remember: Just putting a port up is not secure. You should definitely consider encrypting your traffic if you are accessing your Home Assistant installation remotely. For details please check the set up encryption using Let's Encrypt blog post or this detailed guide to using Let's Encrypt with Home Assistant.
Protect your communication with a self-signed certificate between your client and the Home Assistant instance.
For another way to access your Home Assistant frontend, check out the instructions how to use Tor.