打开Guacamole的配置文件guacamole.properties,路径为:/usr/share/guacamole/guacamole.properties。
查找以下配置项: guacd-max-connections: 100
将其改为较大的值,例如: guacd-max-connections: 1000
在容器中重新启动Guacamole服务。
确保所有连接均已关闭,然后重新尝试连接VNC。
示例代码:
打开guacamole.properties文件。 sudo nano /usr/share/guacamole/guacamole.properties
查找guacd-max-connections。 guacd-max-connections: 100
修改为: guacd-max-connections: 1000
重新启动Guacamole服务。 sudo systemctl restart guacd
关闭所有连接,重新尝试连接VNC。