Operations-Center 0.81

Hello Guy,

I add install an opecenter vm but I can’t access with command CLI and Login in Web freeze.
I follow the documentation on “Deploy IncusOS Cluster - Operations Center documentation”.

I saw the documentation from IncusOS “Operations Center - IncusOS documentation” but I don’t know how to create the VM with yaml seed_certificates.

I saw also youtube “IncusOS - Let’s deploy an Incus cluster with Operations Center” and add config.yml, client.key, client.crt in “~/.config/operations-center/” and comand cli “operations-center provisioning update list” but I got error ‘Get “http://unix.socket/1.0/provisioning/updates?recursion=1”: dial unix /run/operations-center/unix.socket: connect: no such file or directory’

Operations Center ISO: IncusOS_202608072311
operations-center command CLI:

/usr/local/bin/operations-center remote add opcenter https://10.0.10.151:8443 --accept-certificate
Received authentication mismatch: got “”, expected “tls”. Ensure the server trusts the client fingerprint “…”

/usr/local/bin/operations-center remote add opcenter https://10.0.10.151:8443 --auth-type tls
Server presented an untrusted TLS certificate with SHA256 fingerprint.. Is this the correct fingerprint? (yes/no) [default=no]: yes
Received authentication mismatch: got “”, expected “tls”. Ensure the server trusts the client fingerprint “…”

/usr/local/bin/operations-center remote add opcenter https://10.0.10.151:8443
Server presented an untrusted TLS certificate with SHA256 fingerprint..
Is this the correct fingerprint? (yes/no) [default=no]: yes
Received authentication mismatch: got “”, expected “tls”. Ensure the server trusts the client fingerprint “…”

/usr/local/bin/operations-center --version
0.8.1

Do you have a KB on Operations Center deploy ?

Thanks …

Putting the client.crt and client.key in ~/.config/operations-center/ and then doing the operations-center remote add should work fine, so long as the Operations Center was deployed with that trusted certificate.

These days, the easiest way to get started with Operations Center is to download an image through https://incusos-customizer.linuxcontainers.org. The download site can either enroll an existing client certificate (client.crt) by you putting its value in the form, or it can generate a new client.crt/client.key for you. It also supports OIDC authentication which if enabled will use your forum account to get you logged in easily, particularly useful for the UI if you don’t want to have to load the client certificate in your web browser.

Hello Stephan,

Good “reprovisioning update list” refresh my list of servers on the same network.
I didn’t have the same client files in C:\Users\FredericPerreau\AppData\Roaming\incus and operations-center. I don’t know why but that was the same from WSL instance in ~/.config/operations-center.

Thanks again for those fantastic IncusOS / Incus infrastructure.