connect instance from VNC viewer [closed]
I lanuch some instances, I want to enable vnc server on them, and then let different users can connect to their instance via VNC from their local VNC viewer, but it seems we only can use novnc to connect the instance from web browser? And what's the worse, the token will be invalid after 5 minutes if no active on that instance, so as an admin, I need to update the URL for all the users if the token is invalid, that is unacceptable. My question is: Do we have a way to connect VNC on instance for different users?
Resolved this issue by change the security rule. Just pass the vnc stream from the firewall is work.
Thanks for the Tip!, i added TCP 5801/5802 to the instance's security group and it worked!