Add NetBird Cloud links (#903)

This commit is contained in:
Brandon Hopkins
2026-08-05 06:12:54 -07:00
committed by GitHub
parent c5e61c68bd
commit 07b1245bcf
2 changed files with 11 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ import {Note} from "@/components/mdx";
Welcome to NetBird! This guide will walk you through our new onboarding process to create your account, connect your first devices,
and build a secure peer-to-peer overlay network in less than ten minutes.
<Note>
This guide covers NetBird Cloud, the managed version of NetBird. If you prefer to run NetBird on your own infrastructure, follow the [Self-Hosting Quickstart](/selfhosted/selfhosted-quickstart) instead.
</Note>
<YouTube videoId="dr0u-u9uD84" />
## Create Your Account

View File

@@ -1,12 +1,16 @@
import {Tiles} from "@/components/Tiles"
import {Button} from "@/components/Button"
# Self-Hosting Quickstart Guide (5 min)
NetBird is open source and can be self-hosted on your servers. If you would like to learn more about the architecture please refer to the [Architecture section](/about-netbird/how-netbird-works).
<Note>
This is the quickest way to try self-hosted NetBird. It should take around 5 minutes to get started if you already have a public domain and a VM.
</Note>
Prefer not to manage the infrastructure yourself? **[NetBird Cloud](/get-started)** is the managed version of NetBird, no servers or domain required.
<div className="not-prose mb-12 mt-6 flex justify-end gap-3">
<Button href="/about-netbird/self-hosted-vs-cloud" variant="outline-arrow" arrow="right" children="Cloud vs Self-Hosted" />
<Button href="https://app.netbird.io" arrow="right" children="Try NetBird Cloud" />
</div>
## Infrastructure requirements
- A Linux VM with at least **1CPU** and **2GB** of memory.