Build the UI for Arch and other Linux Distributions - canonical/lxd-ui GitHub Wiki
- Clone this repo
yarn && yarn build
- Copy
build/ui
directory to/var/lib/lxd
- Change the
LXD_UI
environment variable of LXD. This can be done usingsystemctl edit lxd
command. In that file add the following lines:[Service] Environment=LXD_UI=/var/lib/lxd/ui
systemctl daemon-reload && systemctl restart lxd
- Set
core.https_address
of LXD to make it listen for remote connections - Open
<your-server-ip>:8443
and see UI