Installing LXDUI
June 14, 2026
LXDUI provides a web interface for managing LXD containers. See the official wiki for more details.
First, install the dependencies:
- dev-python/pyopenssl
- dev-python/cffi
- dev-python/flask
Then clone and install:
git clone --depth=1 https://github.com/AdaptiveScale/lxdui.git
cd lxdui
python3 setup.py install