usdot-fhwa-OPS/V2X-Hub

GUI Access via SSH

Closed this issue · 1 comments

Types of Issue

  • Anomaly report (something appears to not work correctly)
  • Enhancement request (describe the enhancement being requested)
  • [ x] Other (please ensure the description clarifies why the issue doesn’t fall into either of the above categories)

Descriptive summary

I installed the dockerized version of V2X-HUB on my raspberry pi. The pi is minimal without desktop. Is there a way to access the GUI using the typical technique such as tunneling?

V2XHUB version where this issue was discovered

I am running latest version of the V2X-HUB from Dockerhub as of March 15, 2024.

Expected behavior

N/A

Actual behavior

Steps to reproduce the actual behavior

Installed V2X-Hub per instructions https://github.com/usdot-fhwa-OPS/V2X-Hub/tree/develop/configuration/arm64
I checked all dockers are running normally:
image

When I use SSH tunnel:
ssh -L 2222:127.0.0.1:19760 user@ip

Then uses local browser:
http://127.0.0.1:2222/
It shows This page isn’t working127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE

Related work

N/A

Tunneling is not required if local firewall is allowed. Closing issue.