Open elpiel opened 1 year ago
Same ... using ubuntu 20.04 as well But afaik , you don't really need netbird-ui
Same here :/
From what i've seen their releases for netbird-ui only work with Ubuntu 22.04+ If you really need it you can build it yourself in a docker container
mkdir netbird-host
cd netbird-host
docker run --rm -it -v `pwd`:/netbird-host golang:1.21-bullseye bash
apt update
apt install -yy libappindicator3-dev libxxf86vm-dev xorg-dev libgtk-3-dev libgl1-mesa-dev libpcap-dev
git clone https://github.com/netbirdio/netbird.git
cd netbird
git checkout v0.27.10 #Current version
cd ./client/ui
go build -o netbird-ui
cp netbird-ui /netbird-host/
exit
I've just installed netbird with the netbird-ui on my Ubuntu 20.04 linux machine but I cannot start the UI:
I already have installed:
libgtk2.0-dev
libglib2.0-dev
but the error stays the same