How to access the LXD web UI#
Note
Starting with LXD 5.14, the LXD web UI is available as part of the LXD snap.
See the LXD-UI GitHub repository for the source code.
The LXD web UI provides you with a graphical interface to manage your LXD server and instances. It is currently in an early stage and does not provide full functionality yet, but eventually, it will be an alternative to the LXD command-line client.
Complete the following steps to access the LXD web UI:
Enable the UI in the snap:
snap set lxd ui.enable=true snap restart --reload lxd
Make sure that your LXD server is exposed to the network. You can expose the server during initialization, or afterwards by setting the
core.https_address
server configuration option.Access the UI in your browser by entering the server address (for example,
https://192.0.2.10:8443
).If you have not set up a secure TLS server certificate, LXD uses a self-signed certificate, which will cause a security warning in your browser. Use your browser’s mechanism to continue despite the security warning.
Set up the certificates that are required for the UI client to authenticate with the LXD server by following the steps presented in the UI. These steps include creating a set of certificates, adding the private key to your browser, and adding the public key to the server’s trust store.
See Remote API authentication for more information.
After setting up the certificates, you can start creating instances, editing profiles, or configuring your server.