Tailscale Funnel question

Has anyone managed to get a Tailscale Funnel working with the standard/App Store implementation of Tailscale?

For anyone searching for this in the future, this is how I get it operational from the shell…

sudo ~/umbrel/scripts/app compose tailscale exec web tailscale funnel up

You’re then presented a webpage to open and confirm your settings.

Last you go back and run…

sudo ~/umbrel/scripts/app compose tailscale exec web tailscale funnel 1234 - replacing 1234 with whatever port you’re trying to access.

Your instance should then be accessible through your Tailnet and from the internet using an address like http://umbrel.YOURTAILNETDNS.ts.net:PORTNUMBER/

1 Like

I just tried it but few notes. Your command din’t work for me because of missing “scripts” directory. But I opened terminal directly for funnel thru Umbrel Web UI advanced settings, then did the same just without first parts. So : tailscale funnel up and tailscale funnel "port number" but unfortunately nothing loaded. In Tailscale it is showing funnel, but when I tried URL with correct port number, nothing loaded :confused: . Any idea how to troubleshoot? I just want to expose NextCloud to be able not to fiddle with VPN on phones etc.