Skip to content

Instantly share code, notes, and snippets.

@KnightsWhoSayNi0
Last active February 28, 2026 01:40
Show Gist options
  • Select an option

  • Save KnightsWhoSayNi0/87b3bd934a788884f954dad6ca476395 to your computer and use it in GitHub Desktop.

Select an option

Save KnightsWhoSayNi0/87b3bd934a788884f954dad6ca476395 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo su
sudo apt purge netbird -y
sudo rm -rf /var/lib/netbird/
curl -fsSL https://pkgs.netbird.io/install.sh | sh
exit
netbird up -m https://vpn.ists.io -k 8B6B0A25-1C6C-4D9E-8765-54F355D90FC1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment