=====Install===== yay -S x11vnc git clone https://github.com/novnc/noVNC =====Setup===== x11vnc ./utils/novnc_proxy --vnc localhost:5900 --listen 1234 http://1.2.3.4/novnc/vnc.html =====letsencrypt===== ~/noVNC$sudo ./utils/novnc_proxy --vnc localhost:5900 --listen 443 --ssl-only --cert /etc/letsencrypt/live/me.me.com/cert.pem --key /etc/letsencrypt/live/me.me.com/privkey.pem