Add LXD/Incus Server

Before adding an LXD/Incus server, it must first trust your client certificate.
Click here for instructions on trusting certificates.

Submit
Edit Server
Submit
Instructions

Copy the client certificate and paste it into a new file on your remote LXD/Incus server such as lxconsole.crt.

{{ client_crt }}

Import the certificate file on your remote LXD/Incus server by running the command:
LXD: lxc config trust add lxconsole.crt
Incus: incus config trust add-certificate lxconsole.crt

For LXD/Incus servers that are not part of a cluster, use a command to listen for incoming connections, such as:
LXD: lxc config set core.https_address [::]
Incus: incus config set core.https_address=[::]:8443

LXD/Incus Client Certificate
{{ client_crt }}
Remove Server
Are you sure you want to remove this server?
Yes