Remote Host Configuration

LXD Remote Hosts

Before adding a remote host, first copy the client certificate information and paste it into a new file on your remote server such as lxdware.crt. Then import the certificate on your remote LXD server by running the command: lxc config trust add lxdware.crt.

The remote server must also be listening for remote connections. If this was not setup during the initial setup, use lxc config set core.https_address [::] on the remote server to allow connections.