How to Set Up SSH Port Forwarding (Tunnels) on iPhone

TL;DR

ServerPanel Premium supports local and remote SSH port forwarding, so you can tunnel to a database, dashboard, or internal service through your server securely — straight from your iPhone.

Steps

  1. With Premium, open port forwarding for a server.
  2. Choose local or remote forwarding.
  3. Set the ports for the service you need to reach.
  4. Start the tunnel and access the service through it.

Why it works this way

Plenty of services — a database, an admin dashboard, an internal API — are bound to localhost or a private network, unreachable directly. SSH tunnels forward a port through a server you can reach, so you get to them securely. ServerPanel brings both local and remote forwarding to the phone, so you can open a tunnel from wherever you are. It’s a Premium feature for that power-user workflow.

Tips & edge cases

FAQ

What kinds of forwarding are supported? Both local and remote port forwarding (SSH tunnels). It’s a Premium feature.

What is this useful for? Reaching a database, internal dashboard, or other service that’s only accessible through your server.

Is it secure? Traffic is tunneled over your SSH connection, so it rides the same encrypted channel.