--- layout: page title: "Remote access" description: "Setting up remote access for Home Assistant." date: 2015-03-23 12:50 sidebar: true comments: false sharing: true footer: true ---
Users of Home Assistant Cloud can use the Remote UI without requiring any configuration.
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 a 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 `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/2017/09/27/effortless-encryption-with-lets-encrypt-and-duckdns/) blog post or this [detailed guide](/docs/ecosystem/certificates/lets_encrypt/) to using Let's Encrypt with Home Assistant.
Protect your communication with a [self-signed certificate](/docs/ecosystem/certificates/tls_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](/docs/ecosystem/tor/).