Remote access


Users of Open Peer Power Cloud can use the Remote UI without requiring any configuration.

If you’re interested in logging in to Open Peer Power while away, you’ll have to make your instance remotely accessible.

Remember to follow the [securing checklist](/docs/configuration/securing/) before doing this.
Open Peer Power 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 Open Peer Power. 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 Open Peer Power while away. You can solve this by using a free Dynamic DNS service like DuckDNS.

If you cannot access your Open Peer Power installation remotely, remember to check if your ISP provides you with a dedicated IP, instead of one shared with other users via a CG-NAT. This is becoming fairly common nowadays due to the shortage of IPv4 addresses. Some, if not most ISPs will require you to pay an extra fee to be assigned a dedicated IPv4 address.

Just putting a port up is not secure. You should definitely consider encrypting your traffic if you are accessing your Open Peer Power 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 Open Peer Power.

Protect your communication with a self-signed certificate between your client and the Open Peer Power instance.

For another way to access your Open Peer Power frontend, check out the instructions how to use Tor.