RoboJackets / software-training

RoboJackets Software Training
MIT License
153 stars 191 forks source link

Cannot Connect to VNC localhost:6060 #228

Open abihith-velumuri opened 2 months ago

abihith-velumuri commented 2 months ago

Whenever I try to connect to the VNC localhost:6060 using the browser I am met with the error that either "Failed to Connect to Server" or the computer connects to the VNC and immediately disconnects (on M1 Apple Silicon Mac with a headless Docker Desktop).

Screenshot 2024-09-23 at 8 14 43 PM Screenshot 2024-09-23 at 8 15 17 PM Screenshot 2024-09-23 at 8 15 46 PM
MukilanKarthikeyan commented 2 months ago

Safari might not be properly connecting to noVNC try Chrome and/or FireFox

check which ports are active: netstat -anvp tcp | awk 'NR<3 || /LISTEN/'