this post was submitted on 06 Mar 2026
268 points (97.2% liked)

Selfhosted

57289 readers
1523 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
268
Netbird is king. (lemmy.fedioasis.cc)
submitted 1 day ago* (last edited 59 minutes ago) by Cantaloupe@lemmy.fedioasis.cc to c/selfhosted@lemmy.world
 

Figured I'd give Netbird a go, glad I did because I can self host extremely easily by using the new services feature.

You specify a subdomain, point to a peer, specify a protocol and port, and you are good. NetBird fetches you the certificate and your site goes live fast.

I can use my Immich with my mobile data now.

Edit: Note that I choose to self host NetBird, and haven't really used the service they provide all that much.

top 47 comments
sorted by: hot top controversial new old
[–] Cantaloupe@lemmy.fedioasis.cc 1 points 57 minutes ago
[–] kcweller@lemmy.world 8 points 8 hours ago (1 children)

I'm an oldhead on hosting. I have an semi-old server running in a cabinet in my office space at home, which runs an nginx reverse proxy. My DNS records are maintained on the side of the webhost where I have my domain (and email inbox) registered. These records point directly to my WAN IP, so a lookup of my domain would instantly show my public IP.

I host a couple of services on that server, some for myself, some for friends. One of them is a Jellyfin instance.

I'm a bit lost in the technobabble, would Netbird help me hide my IP from a lookup, and solve things like DDoS protection / AI scraping, without me needing all kinds of wireguard apps etc?

I know its superficial, but I find it important that when I'm visiting my dad's, I can watch a film on the Chromecast from my server, so putting a vpn in front of that would mean to screw with that.

[–] un_ax@lemmy.sdf.org 1 points 52 minutes ago* (last edited 48 minutes ago)

I don't think so in your case. From their docs these features are only available for self hosted instances, so you'd have to host Traefik instead of Nginx and end up with a similar config as your current one.

Netbird/Tailscale are at their heart private LAN that you control that routes over the internet. They have some features on top to make DNS/TLS/Services/Tunneling easier. OP is using a service to allow external access to a host on their LAN.

If you wanted to hide your home IP you could either use something like Defelct or Cloudflare as a reverse proxy, or host your own reverse proxy on a cloud provider (either Nginx like you currently are, or Netbird's reverse proxy UI) and proxy it back to your local server over something like Netbird/Tailscale.

DDOS/Scraping protection would depend on the method you choose.

[–] ageedizzle@piefed.ca 20 points 21 hours ago* (last edited 20 hours ago) (1 children)

Deflect is also a good alternative. It’s based in Montreal, Quebec. It’s what a lot of Canadian instances in the fediverse are moving too (see here).

[–] eightys3v3n@lemmy.ca 5 points 18 hours ago

I love to hear about a Canadian alternative.

[–] fightforlife@lemmy.world 2 points 13 hours ago

I am currently using Traefik with rathole to expose services which do not have a public available port. It seems netbird has a nice gui, but is not able Todo advanced reverse prox configs based on path, headers, etc...

[–] Decronym@lemmy.decronym.xyz 3 points 16 hours ago* (last edited 40 minutes ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
SSL Secure Sockets Layer, for transparent encryption
TLS Transport Layer Security, supersedes SSL
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)
nginx Popular HTTP server

8 acronyms in this thread; the most compressed thread commented on today has 18 acronyms.

[Thread #143 for this comm, first seen 7th Mar 2026, 07:40] [FAQ] [Full list] [Contact] [Source code]

[–] Solrac@lemmy.world 35 points 1 day ago (1 children)

Where is this hosted? What jurisdiction is netbird in?

[–] Dojan@pawb.social 65 points 1 day ago* (last edited 1 day ago) (1 children)

Netbird is a European company headquartered in Berlin. It's fully FOSS and you can self-host the entire stack, unlike Tailscale which relies on a third party implementation.

There's a script on their github that makes setup super easy.

That said, I've no idea where their servers are, if you opt to use their servers instead of hosting your own.

Edit: oh yeah, they also have a YouTube channel with updates and guides.

[–] PeriodicallyPedantic@lemmy.ca 3 points 20 hours ago (2 children)

It seems similar in purpose to pangolin, how do they differ?

[–] Dojan@pawb.social 1 points 11 hours ago

Never used Pangolin, so I've no idea. Sorry.

[–] prenatal_confusion@feddit.org 5 points 17 hours ago

Had the same question since I am running pangolin

https://netbird.io/knowledge-hub/netbird-vs-pangolin

Network architecture

[–] EpicFailGuy@lemmy.world 12 points 1 day ago (1 children)

I've been using Pangolin since it came out ... to make my services available without opening ports, but I also use Netbird for VPN access.

Is their DNS forwarding "resources" stable? Last I heard it was in beta only ... if I can eliminate one more piece of software that I have to admin and maintain, that'd be great.

[–] baner@lemmy.zip 2 points 16 hours ago (2 children)

I tested pangolin to replace wireguard on my VPS but the problem with pangolin is that is not designed to allow external devices like a mobiles is more about to connect sites.

Tried netbird and is a great piece of software tons of options and with the new added reverse proxy is the perfect replacement for wireguard my only turn down was that exposing services unlike pangolin that let you have link like service1.domain.com in netbird is service1.proxy.example.com.

[–] EpicFailGuy@lemmy.world 2 points 5 hours ago (1 children)

Thats an interesting limitation, so netbird has to use the "site" as part of the URL for resources? can you pick the name? or is it dynamicaly generated?

[–] baner@lemmy.zip 1 points 2 hours ago

Yes, you can pick the name.

[–] this@sh.itjust.works 1 points 12 hours ago

I use both. Pangolin for anything that absolutely requires an external connection, netbird for internal.

[–] fta@lemmy.zip 21 points 1 day ago (3 children)

What’s the advantage of this over cloudflare and a reverse proxy? It does the certificate management for you as well?

[–] Oha@lemmy.ohaa.xyz 8 points 14 hours ago (1 children)

Not routing all your unencrypted traffic through a company located in an dictatorship

[–] Appoxo@lemmy.dbzer0.com 7 points 13 hours ago

So? It's just a reverse proxy?

Then it doesnt solve the purpose of Cloudflare which also has WAF.
And that can (for example) be done with CrowdSec.
Crowdsec is OSS, but probably not fully autonomous because it needs the hivemind to really work it's intended purpose.
Other than that it's a fancy fail2ban.

Thus I need to ask: What does Netbird better?

[–] prenatal_confusion@feddit.org 6 points 17 hours ago

Independence since no cloud flare

[–] EncryptKeeper@lemmy.world 6 points 1 day ago

Streamlining mostly.

[–] Hominine@lemmy.world 12 points 1 day ago

Replaced a self hosted Wireguard/OVPN setup that was used to navigate corporate/public networks with Netbird a few months ago and haven't looked back. Never having hosted Tailscale, I am impressed with the flexibility and routing an overlay VPN offers, particularly with Netbird's management UI. The project itself seems well maintained and the team regularly adds new features, many of which I have not bothered to explore yet.
Give it a go I say.

[–] Tinkerer@lemmy.ca 5 points 1 day ago* (last edited 1 day ago)

I've been looking at this. I'm currently hosting headacale which is super easy and nice. I might give this a try I just need to get over the hurdle of adapting this to work with podman like I have with headscale. Anybody else running this via podman quadlets?

[–] dudesss@lemmy.ca 4 points 1 day ago (1 children)

This is interesting. I'm excited to hear more about NetBird.

if you're only hosting Immich for yourself, it might be better to look into setting up internal VPN only access to it for remote connection.

[–] Cantaloupe@lemmy.fedioasis.cc 5 points 16 hours ago* (last edited 16 hours ago) (1 children)

Netbird is an relay VPN at heart. The machines you connect called "peers" communicate with eachother like it's one network. I could access my servers from anywhere else and it would connect provided I have the client on and connected.

When you register a peer by installing the client, the device gets a NetBird IP and domain that other peers in the network can access. The communication between the peers is end to end encrypted and if you access them with the provided Netbird IP or domain via HTTP, the packets in wireshark can not be read. From my testing it seems to be quite good.

The reverse proxy service feature is the way you can make something openly accessable without the end user needing to install a client. You specify the protocol, destination and port and you are set. The only downside is you need two domains, one for management and the other for proxying. You also need to set CNAME records right for the SSL certs to work.

My friend who has little self hosting experience was able to quickly get his Jellyfin up within a few minutes. NetBird deals with the cert for you in the background when you make the service. After a few seconds, the service is live and accessable

[–] dudesss@lemmy.ca 3 points 14 hours ago (1 children)

Is it identical to Tailscale?

[–] Appoxo@lemmy.dbzer0.com 2 points 13 hours ago

Sounds like those solutions.
Essentially a reverse proxy and vpn client.

[–] prenatal_confusion@feddit.org 8 points 1 day ago (1 children)

Shout-out for pangolin. Betbird looks interesting too!

[–] prenatal_confusion@feddit.org 2 points 17 hours ago

I just looked it up and pangolin is based in the us. Since it's selfhosted the impact is little but if a government turns bad (and theirs has) it poses a risk. Even if it's open source I don't read the code and verify every update. Hmm

[–] urb5tar@lemmy.world 7 points 1 day ago

It’s great. And I hope it will last as it is as long as possible.

[–] tuxec@infosec.pub 5 points 1 day ago (1 children)

I really wanted to keep it after deciding to switch from Tailscale, but it's mobile app is draining my phone's battery. It also disconnects without automatically reconnect. Now, I'm in the process of setting OpenZiti up.

How's your experience with NetBird's mobile app?

[–] breadsmasher@lemmy.world 4 points 1 day ago (2 children)

just curious, why move away from tailscale?

[–] tuxec@infosec.pub 15 points 1 day ago (2 children)

Because the main reason I'm self-hosting is to have control over my data. This includes a lot of metadata about my infra/services/devices which Tailscale is uploading all the time to their servers. Besides that, they're on the Enshitification road, which made me to search for 100% self-hosted alternatives. And yes, I'm going for EU based companies when it's a viable option.

[–] EncryptKeeper@lemmy.world 5 points 1 day ago

You can self host the Tailscale server via Headscale.

[–] irmadlad@lemmy.world -4 points 1 day ago (1 children)

This includes a lot of metadata about my infra/services/devices which Tailscale is uploading all the time to their servers

You gave away your metadata getting on the internet today. I like controlling my data as well, however I realize that certain compromises just have to be made in order to continue to live in a global, civilized, society.

[–] prenatal_confusion@feddit.org 2 points 17 hours ago

While I agree with You that there is always a compromise regarding privacy and participation. But you can always take steps to reduce that delta between reality and ideal by optimizing things.

[–] hietsu@sopuli.xyz 12 points 1 day ago (1 children)

Most likely three causes: U, S and A.

[–] irmadlad@lemmy.world 2 points 1 day ago (2 children)

Didn't downvote you, and I get what you are saying, but in another way I don't. What makes every other country safer? Nothing that would happen here in the USA couldn't happen or is happening in any other country. Oh, and this has nothing to do with people trash talking the US. I do it every day I'm awake. However, for those who go with this line of thought, I honestly want to know what you think Tailscale is going to do with your encrypted traffic? Because the day the world finds out that America has cracked strong ciphers, is the day you are going to see a lot of panic and movement on this planet. And I would certainly love to make that announcement. It'll be my going out 15 minutes of fame.

[–] Trail@lemmy.world 1 points 6 hours ago

You are comparing something that could happen, to something that is already happening, though. Of course people will take stance.

[–] Dojan@pawb.social 16 points 1 day ago* (last edited 1 day ago) (2 children)

A lot of people are boycotting as many things from the U.S. as they can because of the warmongering paedophile, and his cadre of paedo crooks.

It's not exactly exciting to buy into products when you have that stinky orange mess breathing down your neck about how he's going to invade your continent and annex countries.

[–] kilgore_trout@feddit.it 1 points 13 hours ago (1 children)

I am one of them. I am from Italy and simply do not want to support any US-based company any more, independently from their own stance on anything.

[–] Dojan@pawb.social 2 points 11 hours ago

Aye, same. I'm Swedish. Not thrilled about the U.S. threatening to invade Greenland, or kidnapping heads of state. Denmark has been sucking up to the U.S. a lot through the years which goes to show that you can't trust the U.S., ever.

[–] irmadlad@lemmy.world -3 points 1 day ago (1 children)

It’s not exactly exciting to buy into products when you have that stinky orange mess breathing down your neck about how he’s going to invade your continent and annex countries.

He does like to spread fear and doubt. That's one of his specialties. Yeah, countries enshitify too. LOL I can understand the sentiment you just expressed rather than the standard 'Tailscale metadata'. But if you want to take care of stinky orange man, you and your country will have to stand up to him. I'm doing the best I can from this end. LOL

[–] prenatal_confusion@feddit.org 3 points 16 hours ago (1 children)

Absolutely necessary to do more than voting with your wallet. Fascism is on the rise everywhere and we as societies need to actively engage with it and provide working alternative structures to prevent people to be drawn towards it.

[–] hietsu@sopuli.xyz 2 points 8 hours ago

Yeah, and looking at the history, unfortunately the end game is always violence. But we are nowhere near that yet, so sadly things are going to go where they are going for a while still.

[–] raicon@lemmy.world 5 points 1 day ago

I applied to work for them. Insta-rejected :/

Must be amazing