Moving from TailScale to NetBird

I have been using TailScale from 4 years. Recently, I wanted to self-host HeadScale(open source TailScale server) on my own server.

During self hosting, I realised that HeadScale is not a drop-in replacement for TailScale. HeadScale doesn't support app-connectors.

netbird

NetBird is completely open source and has a self-hosted server. Setting up split DNS tunneling and routing is easier with NetBird.

NetBird still doesn't have support for light theme yet. Since I am not accustomed to dark theme, I am using Stylus extension and changing the theme to light theme.

html { filter: invert(1) hue-rotate(180deg); background: #fff; }
img, svg, video, canvas, [style*="background-image"] { filter: invert(1) hue-rotate(180deg); }

Need further help with this? Feel free to send a message.