vnc linux 客户端
Remote management of Linux servers or clients can be done in different ways. One way is using ssh
. But ssh
do not provide GUI directly or if we need the GUI application to stay open even we terminate the connection to the remote system. VNC is a defacto remote desktop protocol for Linux. In this tutorial, we will look at VNC Viewer or Clients for Linux operating system. For server-side VNC server installation look following tutorial.
Linux服务器或客户端的远程管理可以通过不同的方式进行。 一种方法是使用ssh
。 但是ssh
不会直接提供GUI,或者即使我们终止与远程系统的连接,还是需要GUI应用程序保持打开状态。 VNC是Linux的事实上的远程桌面协议。 在本教程中,我们将研究VNC Viewer或Linux操作系统的客户端。 对于服务器端VNC服务器安装,请参见以下教程。
How To Install and Setup VNC Server On Linux
维纳格雷(Vinagre)
Vinagre is a remote desktop viewer especially developed for GNOME Desktop. It can support different types of protocols with its plugin feature. Current plugins exit for VNC and SSH.
Vinagre是专门为GNOME桌面开发的远程桌面查看器。 它的插件功能可以支持不同类型的协议。 当前插件已退出VNC和SSH。
- Supports VNC, SSH, RDP 支持VNC,SSH,RDP
- Screen scaling 屏幕缩放
- SSH TunnelingSSH隧道
- Bookmarks for easy and fast access书签,方便快捷地访问
朝鲜民主主义人民共和国(KRDC)
Krdc is provided by KDE Desktop. It uses Qt library for GUI.
Krdc由KDE Desktop提供。 它使用Qt库进行GUI。
- Supports VNC, RDP 支持VNC,RDP
- Integration with Kwallet for password sharing 与Kwallet集成以共享密码
- Screen scaling屏幕缩放
- Bookmarks to easy and fast access书签,方便快捷地访问
- History to list previous connections历史记录列出以前的连接
RealVNC或Xvnc4viewer(RealVNC or Xvnc4viewer)
RealVNC is very popular both Server and Client VNC. It has also cross-platform support where we can use it for Windows too. It is named as Xvnc4viewer in Linux distributions. It uses CLI for connection. After the connection is established the VNC console is started. RealVNC may have a license fee.
RealVNC在服务器和客户端VNC中都非常流行。 它还具有跨平台支持,我们也可以在Windows上使用它。 在Linux发行版中,它被命名为Xvnc4viewer。 它使用CLI进行连接。 建立连接后,将启动VNC控制台。 RealVNC可能会收取许可费。
- Less features than others 比其他功能少
- Screen scaling屏幕缩放
TightVNC查看器或xtightvncviewer (TightVNC Viewer or xtightvncviewer)
TightVNC is the most popular VNC Server and Client. It s opensource and free. It has a similar interface like RealVNC. We need to run xgithvncviewer from the command line.
TightVNC是最受欢迎的VNC服务器和客户端。 它是开源的,免费的。 它具有类似RealVNC的界面。 我们需要从命令行运行xgithvncviewer。
- Less features than others 比其他功能少
- Screen scaling屏幕缩放
支持(SSVNC)
SSVNC describes itself as Enhanced TightVNC viewer. It is developed with Java and can run platforms like MacOS and Windows too. It has a builtin feature to use Stunnel.
SSVNC将自己描述为增强型TightVNC查看器。 它是用Java开发的,也可以运行MacOS和Windows等平台。 它具有使用Stunnel的内置功能。
- Encrypted Connections 加密连接
- Stunnel Support隧道支持
- Ssh Tunnel SupportSSH隧道支持
vnc linux 客户端