惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
aimingoo的专栏
aimingoo的专栏
腾讯CDC
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
F
Fortinet All Blogs
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园_首页
B
Blog RSS Feed
D
Docker
M
MIT News - Artificial intelligence
爱范儿
爱范儿
I
InfoQ

NetBird - Networking Knowledge Hub - RSS Feed

Native NetBird on the GL.iNet Comet Pro (GL-RM10) NetBird v0.71 - IPv6 Overlay Addressing NetBird Exit Nodes - Appear at Home, or Anywhere Else Reporting Bugs and Requesting Features in NetBird Setup and Use Local AdGuard Home Anywhere with NetBird DNS How to Set Up NetBird on PiKVM for Secure Remote KVM Access NetBird v0.69 - CrowdSec IP Reputation for the Reverse Proxy Cloudflare Mesh vs NetBird vs Tailscale: Performance Compared Self-Hosting Nextcloud with Docker and NetBird Implementing Zero Trust with NetBird NetBird v0.67 - Layer 4 Proxy Support for TCP, UDP, and TLS Solwr Enhances Remote Connectivity with NetBird Self-Hosting NetBird with Authentik Jellyfin Media Server - Self-Host Your Movies, TV, and Music Cloudflare Tunnels vs. NetBird Reverse Proxy INFITX Builds Zero-Touch Kubernetes Networking with NetBird NetBird v0.66 - Expose Local Services to the Internet from the CLI Pangolin vs. NetBird Home Assistant Setup Guide with EASY Remote Access NetBird v0.65 - Built-in Reverse Proxy with Custom Domains Docker for Beginners - Everything You Need to Get Started NetBird for SOC 2 Compliance NetBird v0.63 - Custom DNS Zones for Private Network Resolution Vibecode This in a Weekend and Take 5% of the Company NetBird v0.62 - Built-in Local Users with Optional IdP Integration NetBird v0.61.0 - Granular SSH Access Control and Automatic Updates Top 5 Alternatives to OpenVPN Top 5 Open Source Alternatives to Tailscale Top 5 Alternatives to ZeroTier How to Set Up ZeroByte and REST Server for Backups with NetBird
NetBird Is Now on the Vultr Marketplace
Written byBrandon Hopkins · 2026-05-26 · via NetBird - Networking Knowledge Hub - RSS Feed

Self-hosting NetBird has always been straightforward. Our Quickstart script gets you a full control plane up and running in a few minutes, and plenty of you already run it that way.

Now there's an even simpler option if you're on Vultr. NetBird is available as a one-click app on the Vultr Marketplace , with all of our recommended defaults already baked in. You provide a domain and an email, set two DNS records, and the install script handles the rest. No terminal required to get a production-ready control plane up and running.

NetBird on the Vultr Marketplace

What you actually get

This isn't a stripped-down demo image. It runs a modified version of our Quickstart script with the recommended defaults already baked in, all as Docker containers on a single server:

  • Traefik handling automatic TLS via Let's Encrypt. No manual certificate wrangling.
  • The NetBird server, combining management, signal, relay, and STUN into one container.
  • The NetBird dashboard with an embedded identity provider, so you can create your first admin and sign in without bolting on an external IdP first.
  • NetBird Proxy enabled by default, so you can expose internal resources straight from the dashboard. More on that in the Reverse Proxy overview .
  • CrowdSec wired into the proxy for community IP reputation and threat blocking. See CrowdSec IP Reputation .

Everything lives in on the instance, so if you want to peek under the hood, the and all the env files are right there.

Before you start

Pretty basic list here:

  • A Vultr account.
  • A public domain you can point at the instance, like .
  • Access to your domain's DNS records.

Deploying it

Sign in to the Vultr portal and hit Deploy. From there:

  1. Pick a location close to most of your users.
  2. Choose Shared CPU since NetBird isn't CPU-hungry, then a plan with at least 2 GB of memory.
  3. Click Configure, open the Marketplace Apps tab, and search for NetBird.
  4. Fill in the two app fields: your email for Let's Encrypt notices and the domain the instance will live at.
  5. Set a hostname under Server settings and optionally enable IPv6 (supported in NetBird v0.71+), then Deploy.

One tip that saves you some waiting around: reserve an IP in Vultr under Products → Network → Reserved IPs before you deploy and attach it during setup. With the IP known ahead of time you can create your DNS records early so they've already propagated by first boot, and Let's Encrypt can issue certificates right away instead of waiting on DNS.

Set your two DNS records

After deploying, the install script waits for your domain to resolve before it continues, which is why TLS tends to just work on the first try. Grab the instance's public IPv4 from the Vultr dashboard and drop these two records in at your registrar:

The wildcard CNAME is what lets the NetBird Proxy issue certificates for the resources you expose later. Do note that if you're using Cloudflare, set both records to DNS only (uncheck the orange cloud), otherwise the proxy interferes with Let's Encrypt's challenge.

Once DNS resolves, the script finishes on its own and you'll see in the console.

Sign in

Open your domain in a browser and create your first local admin user. No external identity provider required to get going, it's built right in.

Create your first local admin user

From there, follow the Get started with NetBird walkthrough to add your first peer, or skip straight to the dashboard if you've done this before. If you'd rather hook up Okta, Entra ID, or another provider down the line, the identity provider docs have you covered.

A quick word on hardening

The instance ships with a root password, so before you lean on it for anything real, lock it down. Create a non-root user with , set , switch to SSH keys, and set in . Restart SSH from a second session once you've confirmed key login works, just so you don't lock yourself out. Pretty standard stuff, but worth saying.

The CrowdSec piece is already running and linked to the proxy, so client IPs get checked against the community threat database out of the box. You can turn blocking on per-service from the dashboard under Access Control.

CrowdSec overview in the dashboard

Keeping it updated

When the dashboard shows an Update available banner, updating is three commands:

Update available banner


Refresh the dashboard and the banner clears. The full procedure, including migration notes and rollback steps, lives in the Upgrade guide .

Give it a shot

That's really all there is to it. If you've been meaning to spin up a self-hosted NetBird instance and kept putting it off, this is about as low-friction as it gets. Head over to the Vultr Marketplace and search for NetBird, and you're good to go.

For the full walkthrough and all the details, check out the Deploy NetBird on Vultr docs. Have a great one.