mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 01:46:35 +00:00
- Fix case mismatch: /get-started/install/iOS → /ios (would 404 on Linux) - Remove literal /index from /manage/dns/index → /manage/dns - Add missing /by-scenario/ segment to 3 network-routes links Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
import { Tiles } from '@/components/Tiles'
|
|
|
|
# Homelab Use Cases
|
|
|
|
NetBird helps homelabbers securely access their home infrastructure from anywhere and connect multiple home networks together.
|
|
|
|
## Common Scenarios
|
|
|
|
- **Remote NAS Access**: Access your Synology, QNAP, or TrueNAS from anywhere
|
|
- **Home Automation**: Reach Home Assistant, smart home devices, and IoT systems remotely
|
|
- **Media Servers**: Stream from Plex, Jellyfin, or Emby while traveling
|
|
- **Family Network Sharing**: Connect your home network with family members' networks
|
|
- **Self-hosted Services**: Access Pi-hole, Nextcloud, and other self-hosted applications
|
|
|
|
## Getting Started
|
|
|
|
For connecting entire home networks (accessing devices that don't have NetBird installed), see the [Site-to-Site Connectivity Guide](/use-cases/site-to-site).
|
|
|
|
<Tiles
|
|
title="Guides"
|
|
items={[
|
|
{
|
|
href: '/use-cases/homelab/client-on-mikrotik-router',
|
|
name: 'NetBird on MikroTik Router',
|
|
description: 'Run NetBird directly on your MikroTik router for whole-network connectivity',
|
|
},
|
|
{
|
|
href: '/manage/networks/use-cases/by-scenario/access-home-devices',
|
|
name: 'Access Home Devices',
|
|
description: 'Set up VPN-to-Site access to reach home network devices from anywhere',
|
|
},
|
|
{
|
|
href: '/manage/network-routes/use-cases/by-scenario/site-to-site-home',
|
|
name: 'Connect Home Networks',
|
|
description: 'Link multiple home networks together using Site-to-Site routing',
|
|
},
|
|
]}
|
|
/>
|
|
|
|
## Recommended Setup
|
|
|
|
For most homelabbers, we recommend:
|
|
|
|
1. **Install NetBird on your devices** - Laptop, phone, and any servers you access directly
|
|
2. **Set up a routing peer** - Use a Raspberry Pi, NAS with Docker, or dedicated device
|
|
3. **Configure network access** - Use Networks (simpler) or Network Routes (more flexible)
|
|
|
|
| Scenario | Recommended Feature |
|
|
|----------|---------------------|
|
|
| Access home devices from laptop/phone | [Networks](/manage/networks) |
|
|
| Connect two home networks | [Network Routes](/manage/network-routes) |
|
|
| Run NetBird on router | [MikroTik Guide](/use-cases/homelab/client-on-mikrotik-router) |
|