mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +02:00
Add NetBird Cloud links (#903)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user