Local port forwarding lets you reach services behind your server — a database, a notebook, a dev server — from your iPad as if they were local.
Open a host in the editor and go to the forwarding tab. Each rule is:
localhost),Presets cover the usual suspects: jupyter 8888, postgres 5432, mysql 3306, redis 6379, web 3000, web 8080.
Local ports can’t repeat within one host. Edits to rules apply live to an already-connected host.
The sidebar’s tunnels page gathers every forwarding rule across all your hosts, grouped by host with connected/disconnected status. Each rule shows its state (e.g. “listening · 0 active”), live ↑/↓ byte counters, an enable toggle, and a button to open HTTP-ish ports in Safari.
Inside a session, a ⇄ N chip in the top bar shows the same state for that host.
Once a rule is listening, point any iPad app at localhost:<local port> — a
browser for a dev server, a Postgres client for a database. The traffic
travels inside the SSH connection to your server, which then connects to the
remote host:port.
Forwarding rules ride the SSH connection. With the mosh transport: