Guacamole Error: The remote desktop server is currently unreachable. If the problem persists, please notify your system administrator

Guacamole Error: The remote desktop server is currently unreachable. If the problem persists, please notify your system administrator

我正在 macOS Big Sur 笔记本电脑上安装 Apache Guacamole using DockerHub's Guacamole container。从终端,我是 运行 这个命令:

docker run \
  -p 8080:8080 \
  -v :/config \
  oznu/guacamole

然后,我通过在终端中输入 ipconfig getifaddr en0 来获取我的 IP 的地址。使用 IP 的地址和端口 8080,我打开浏览器并导航至 <ip-address-here>:8080/#/,这会将我带到登录屏幕。

从那里,我执行以下操作:

然后,我使用以下参数创建一个新连接:

编辑连接

网络

身份验证

我点击保存并尝试连接,但我进入了这个屏幕:

注: I also enabled Remote Management on my Mac.

我解决了这个问题。我没有启用远程管理,而是使用 this article.

启用了 VNC 的服务器