Free ways to access home assistant remotely

Posted by Bruce Liu on June 15, 2022

cpolar

Installation

China source:

curl -L https://www.cpolar.com/static/downloads/install-release-cpolar.sh | sudo bash

Other:

curl -sL https://git.io/cpolar | sudo bash

Registration and configuration

Intranet penetration

  • Start a session with screen

    screen -R ha
    
  • Build a cpolar channel with the local port (defaut 8123) for home assistant

    cpolar tcp 8123
    
  • That’s enough!

Remote access

  • Get your public link (refered as cpolar link below) from:

  • Visit it starting with a http:// anywhere.

Advance! Your domain!

If you have a domain, such , you can forward a custom link to the cpolar link.

I cloudflared . So I did a forwarding test by using [cloudflare] rules.

cpolar channel

Enjoy it!


Share on:

« PREVIOUS: Quick Conversion on GIS Metrics
NEXT: Home Assistant On Android 6 »