Uninstall
# client
m
I am unable to remove the netclient from an ubuntu server i am using this command
sudo netclient uninstall
and getting the following error
Copy code
tazy@VM:~$ sudo netclient uninstall
[netclient] 2023-05-28 17:02:40 netmaker.domain is misconfigured: MQID/Password does not match hostid/password
[netclient] Fatal: configuration is invalid, fix before proceeding
b
rm /etc/netclient and then run the uninstall command again
m
thank
that problem started when I tried to install via the command given when in the netmaker web ui add new host menu it gave me a command it when i ran it gave that error
when i install netclient via the doc commands
Copy code
curl -sL 'https://apt.netmaker.org/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/netclient.asc
curl -sL 'https://apt.netmaker.org/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/netclient.list
sudo apt update
sudo apt install netclient
and do the netclient join command it worked
187 Views