✅ Problem with forwarding on IOS WebSSH Free Version #1316
-
I cannot seem to get Forwardings working on WebSSH Free running on a IPhone 13 with IOS 18.3.2. The configuration works with just straight SSH producing the device a CLI but does not work forwarding ports so that I can access device-specific web pages via a browser. I have no problems accessing and using Port Forwarding from all my devices from my MacBook Pro using iTerm2. I have this problem accessing through both the LAN and from the Internet. The simplest configuration is accessing a Home Assistant Raspberry Pi device over the LAN with a Userid and Private Key as follows: Port Forwarding 8123:localhost:8123 VPN-Over-SSH - Enabled Port: 22 Any idea what I am doing wrong. Is there an IOS option I need to turn on? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
🇺🇸 Hey Mache @machejc 👋 Thanks a lot for your detailed message! First of all, just to clarify: the free version of WebSSH is as capable as the PRO version when it comes to Port Forwarding. There’s absolutely no limitation there — so you’re not doing anything wrong because you’re using the free version 😄 ✅ Have you tried using the embedded Web browser in WebSSH?Sometimes, iOS apps like Safari or Chrome don’t play nicely with local tunnels (e.g., 🔁 Try using Dynamic Port Forwarding with a wildcardInstead of specifying: Try using: This will setup a Dynamic (SOCKS5-style) Port Forwarding, which works great with the embedded browser and gives you flexibility to access multiple ports through the same tunnel! Let me know how that goes — and feel free to share more if it still doesn’t work. Have a great day ☀️ |
Beta Was this translation helpful? Give feedback.
🇺🇸 Hey Mache @machejc 👋
Thanks a lot for your detailed message!
First of all, just to clarify: the free version of WebSSH is as capable as the PRO version when it comes to Port Forwarding. There’s absolutely no limitation there — so you’re not doing anything wrong because you’re using the free version 😄
✅ Have you tried using the embedded Web browser in WebSSH?
Sometimes, iOS apps like Safari or Chrome don’t play nicely with local tunnels (e.g.,
localhost:8123
). The embedded browser inside WebSSH is made to work directly with your Port Forwarding setup — try loadinghttp://localhost:8123
from it and see if it works better!🔁 Try using Dynamic Port Forwarding with a wildcard
Instead of s…