Skip to content

Instantly share code, notes, and snippets.

@freedbygrace
freedbygrace / glinet-comet-install-netbird.md
Created January 20, 2026 00:32 — forked from dinccey/glinet-comet-install-netbird.md
GL.Inet Comet KVM install Netbird

Install Netbird

Working on firmware 1.7.2 NOTE: there might still be issues with some features of Netbird, but this at least gets it up and running and connected.

  1. Download armv6 binary from Netbird github releases, upload it extracted via Comet UI →Virtual media
  2. Copy and run this script (use wget, do not copy into vi) or use the Virtual media UI
  3. The uploaded files are located in /userdata/media/
  4. Access the terminal via Web UI or SSH
@freedbygrace
freedbygrace / get-extensions.ps1
Created January 27, 2025 16:18 — forked from azurekid/get-extensions.ps1
PowerShell script to download DevOps Extensions from the marketplace as a local file
[CmdletBinding()]
param
(
[Parameter(Mandatory = $true)]
[string] $Publisher,
[Parameter(Mandatory = $true)]
[string] $ExtensionName,
[Parameter(Mandatory = $true)]