Cannot reach Incus UI from web browser

Hello, I installed Incus UI (incus-ui-canonical)


and I setup incus to accept connections on port 8443 but I cannot open the UI

also I see the UI is available in /opt/incus/ui/

Do I miss something?

Looks like you set it to listen for IPv6 only, Try:
lxc config set core.https_address ":8443"

thank you

I tried the command and same result, I think [::] mean both IPv6 + IPv4

incus config set core.https_address ":8443"

Make sure your web browser hits over HTTPS, so https://localhost:8443

You may be getting a weird error due to trying to do HTTP over an HTTPS endpoint.

1 Like

Sorry, my mistake
it work great!

1 Like