Vnc

如何使用網路瀏覽器作為 VNC 客戶端?

  • April 16, 2019

我想在網路瀏覽器中遠端登錄我的使用者,但我不知道該怎麼做。

我正在使用“Redhat”,並且我正確設置了 vnc 伺服器,沒有任何問題。

我正在使用 vnc 客戶端進行遠端訪問。

但現在想遠端登錄到“Web 瀏覽器”,如下圖所示,我該怎麼做…

我試過了:

“TightVNC”,但是當我嘗試借助“tightVNC”遠端登錄時,它會打開一個“Java 小程序”,但我想要如下圖所示的輸出:

在此處輸入圖像描述

假設我的 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中使用:)

在此處輸入圖像描述

引用自:https://unix.stackexchange.com/questions/262219