Subject: Cannot access Greenbone web UI at port 9392 via SSH tunnel — Community Edition on Ubuntu 24 LTS
Hi all,
I’ve been trying to access the Greenbone web UI remotely and could use some guidance from the community.
Environment:
-
Greenbone Community Edition (GVM) installed via
apton Ubuntu 24 LTS -
Single server setup (no agents)
-
Server is behind NAT/firewall — accessed remotely via SSH
-
gvm-startruns successfully: “GVM services are already running” -
PostgreSQL backend is running, scan data is accessible via direct DB queries
Problem: Cannot access the Greenbone web UI at https://localhost:9392 from my workstation. Attempted SSH tunnel:
ssh -L 9392:localhost:9392 oba@mail.astropema.ai
Tunnel connects but browser cannot reach the UI.
What we’ve found: gsad is binding to the LAN IP, not localhost:
LISTEN 0 4096 192.168.0.85:9392 0.0.0.0:* users:(("gsad",pid=2208386,fd=11))
Tried tunneling to the LAN IP directly:
ssh -L 9392:192.168.0.85:9392 oba@mail.astropema.ai
Tunnel establishes but browser still cannot reach https://localhost:9392.
Question: What is the correct way to configure gsad for remote access via SSH tunnel on a Community Edition install? Is there a gsad config option to control the bind address, or is there a recommended workaround for remote access without the GOS appliance?
Thanks in advance.
Oba
astropema.ai