如何使用Web浏览器作为VNC客户端?

如何使用Web浏览器作为VNC客户端?

我想在网络浏览器中远程登录我的用户,但我不知道该怎么做。

我正在使用“Redhat”,并且正确设置了 vnc 服务器,没有任何我正在使用 vnc 客户端进行远程访问。

但现在想要远程登录“Web 浏览器”,如下图所示,我该怎么做。

我努力了:

“TightVNC”,但是当我尝试在“tightVNC”的帮助下远程登录时,它打开了一个“Java applet”,但我想要如下图所示的输出:

在此输入图像描述

答案1

假设我的VNC服务器:192.168.100.195

安装git:

yum install git

之后下载noVNC

$git clone git://github.com/kanaka/noVNC   

$ cd noVNC
$ ./utils/launch.sh --vnc 192.168.100.195:5901

之后你会得到如下输出:

Warning: could not find self.pem
Starting webserver and WebSockets proxy on port 6080
WebSocket server settings:
  - Listen on :6080
  - Flash security policy server
  - Web server. Web root: /home/xmodulo/noVNC
  - No SSL/TLS support (no cert file)
  - proxying from :6080 to 192.168.1.10:5900

Navigate to this URL:

    http://127.0.0.1:6080/vnc.html?host=127.0.0.1&port=6080

Press Ctrl-C to exit

在那之后: http://127.0.0.1:6080/vnc.html?host=127.0.0.1&port=6080

最后我得到了如下图所示的结果

它在 openstack 中使用:)

在此输入图像描述

答案2

你能使用 realvnc chrome 插件吗?

https://www.realvnc.com/products/chrome/

相关内容