From c9a92c07097c60c43bd103dd3c59906386f663b6 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Thu, 21 Feb 2019 06:19:34 +0800 Subject: [PATCH] remove novnc do not support use realvnc for novnc --- docs/vnc.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/docs/vnc.md b/docs/vnc.md index 6b7d9c8..2fe35c6 100644 --- a/docs/vnc.md +++ b/docs/vnc.md @@ -63,31 +63,10 @@ systemctl enable vncserver-x11-serviced.service ; systemctl start vncserver-x11- ---- -## NOVNC - -支持使用浏览器作为客户端访问VNC - -### 安装并配置 - -```shell -apt update; apt install novnc python-websockify -y ;\ -ln -sf /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html -``` - -### 启动服务 - -```shell -websockify -D --web=/usr/share/novnc/ --cert=/var/lib/shellinabox/certificate.pem 6080 localhost:5900 -``` - -### 开机启动 - -将上面的命令放入 "/boot/rc-local" 即可 - ----- - ## XRDP SERVER +如果要安装XRDP 执行下面命令,除非你知道XRDP是做什么的,否则不需要 !! + ```shell apt install xrdp -y ; systemctl enable xrdp.service ```