Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在一个 ec2 实例上安装了 Tiger VNC 服务器。但是当我尝试连接到 VNC 查看器时,我得到一个错误:
无法连接到套接字:连接超时 (10060)
我已在安全组中启用端口 5900。
谢谢
VNC 服务器在:
— 为用户模式分配端口 5900 用于连接,端口 5800 用于下载请求。
— 虚拟模式下的 VNC 服务器的第一个实例被分配端口 5901 用于连接,端口 5801 用于下载请求。虚拟模式下的 VNC 服务器的后续实例分配的端口号加一,在可能的情况下,例如 5902、5903(和 5802、5803)等。
因此,您需要打开安全组规则以使用 VNC 查看器进行 GUI 会话。