[ Prev ] [ Index ] [ Next ]

Remote access

Created Sonntag 17 November 2024


Src, Src


Allow network access to Incus server

Expose Incus servers API. This is also necessary for the web client.
# incus config set core.https_address [<IP address>]:8443
IP address If you want to give access through a specific IP.


Configure port 8443 in firewall (Ubuntu: UFW or create an UFW application profile (Incus API) first).


Adding trusted certificates to the server for CLI

(Src)
This method already needs a client keypair. (See here as alternative)


Enable network access.

Change the remote default to the newly added Incus server.


Adding client certificates using tokens for CLI

(Src, Src2)
This method creates a client keypair over the Incus client with a token as a setup passowrd.


Enable network access.
First register the client on the Incus server as trusted. This will get you a token to use on the client to add the Incus server as remote.
Change the remote default to the newly added Incus server.


Configure ACME for TLS access to API and web interface