Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Installasi LXD ====== ===== Install snapd ===== Secara default ubuntu sudah terinstall snapd dan jia belum install snapd sesuai dokumentasi cononical[[https://snapcraft.io/docs/installing-snapd]] <code> sudo apt install snapd </code> ===== Install LXD ===== {{:virtualization:lxd:screenshot_from_2026-01-04_14-54-49.png?nolink&600|}} <code> sudo snap install lxd </code> <code> sudo lxd init </code> * My Prefer Configuration its all up to you <code> Would you like to use LXD clustering? (yes/no) [default=no]: no Do you want to configure a new storage pool? (yes/no) [default=yes]: yes Name of the new storage pool [default=default]: Name of the storage backend to use (zfs, ceph, lvm, powerflex, pure, btrfs, dir) [default=zfs]: dir Would you like to connect to a MAAS server? (yes/no) [default=no]: no Would you like to create a new local network bridge? (yes/no) [default=yes]: yes What should the new bridge be called? [default=lxdbr0]: What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]: 10.1.9.1/24 Would you like LXD to NAT IPv4 traffic on your bridge? [default=yes]: yes What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]: none Would you like the LXD server to be available over the network? (yes/no) [default=no]: no Would you like stale cached images to be updated automatically? (yes/no) [default=yes]: yes Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]: no </code> ===== Konfigurasi LXD GUI ===== Cari interface yang ingin diexpose atau kalau tidak peduli dengan secutiry anda bisa expose dengan any address {{:virtualization:lxd:screenshot_from_2026-01-04_16-28-30.png?nolink&600|}} <code> # Spesifik address sudo lxc config set core.https_address 10.1.9.1:8443 # Any Address (Not Recomended) sudo lxc config set core.https_address :8443 </code> Sekarang LXD UI dapat mengakses di browser dengan address dari server (contoh, https://10.1.9.1:8443). Ikutil intruksi untuk menambah ca certificate sesuai browser yang anda gunakan. virtualization/lxd/install.txt Last modified: 2026/02/01 21:08by 127.0.0.1