Split the components to home/VPS

I have a question regarding the (selfhosting) setup of netbird.

Currently I have my server at home. It runs traefik and authelia in docker. I also have a VPS server that I use with frps a self hosted cloudflare tunnel.

My question is, how could I split up the required containers/components of netbird to have the management part at home (where the environment for hosting port 80/443 stuff already fully set up) and the connection part (UDP port 3478 stuff) on the VPS?

Is this possible?

Not really possible, the interface has to directly connect to one another. Mostly, this is done by having everything on the VPS. Including the 80/443 with a reverse proxy. It’s possible but you’d have to connect everything as a reverse proxy to that VPS from your home.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.