lxd-dashboard
lxd-dashboard copied to clipboard
Not working: Installing the LXD dashboard on Ubuntu 22.04
I have tried on multiple occasions to install LXD Dashboard on a fresh Ubuntu 22.04 and am never able to access the GUI
Is there something that needs to be updated in the installation documentation ?
I just updated the guide to pull the latest version and ran through the installation without issue. What error are you seeing? Did you change your Nginx default config file to use PHP 8.1? The GUI should be running in the web server and should be accessible by tying in the IP address of the host in the URL. https://lxdware.com/installing-the-lxd-dashboard-on-ubuntu-22-04/
document is wrong in the last (optional) step
proxy to internal port 80 instead of 8080
lxc profile device add proxy-port-80 hostport80 proxy connect="tcp:127.0.0.1:80" listen="tcp:0.0.0.0:80"