Blink + MacOs (through tailscale) #2102
-
Hello! Has anyone managed to access a web server on the ipad from the remote machine? For example on my remote server i have a web server running on port 3000 and i want to see the web on the ipad's browser. I understand this has nothing to do with blink and it's mostly mac and some default firewall config but i figured one of you must have seen this before 😂 Currently getting nothing even when using the ip or the magic dns name or the special url from tailscale so i have assumed its my mac not allowing the connection |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You have two options to do this. The first one is with Tailscale. You can expose your web server on the Tailscale interface so all nodes in the network can access it at that port - by default servers usually only expose the server at the "localhost" interface, so you need to figure out how to change that with the framework you use. The other one is using Blink tunnels: https://docs.blink.sh/advanced/advanced-ssh#tunnels |
Beta Was this translation helpful? Give feedback.
You have two options to do this. The first one is with Tailscale. You can expose your web server on the Tailscale interface so all nodes in the network can access it at that port - by default servers usually only expose the server at the "localhost" interface, so you need to figure out how to change that with the framework you use. The other one is using Blink tunnels: https://docs.blink.sh/advanced/advanced-ssh#tunnels