VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用,其性能可以和Windows 和 MAC 中的任何远程控制软件媲美。如何使用VNC远程登录Linux系统呢?
Centos端配置
CentOS7安装tigervnc:
yum install tigervnc tigervnc-server
输入命令#vncserver 启动vncserver服务,第一次启动vncserver需要输入密码两次。这时默认打开一个远程连接桌面,编号1,若输入命令#vncserver :2,则打开编号为2的远程连接桌面。输入命令#vncpasswd 修改vnc远程登录密码
[root@xiexianbin_cn ~]# vncserver --help
usage: vncserver [:<number>] [-name <desktop-name>] [-depth <depth>]
[-geometry <width>x<height>]
[-pixelformat rgbNNN|bgrNNN]
[-fp <font-path>]
[-cc <visual>]
[-fg]
[-autokill]
<Xvnc-options>...
vncserver -kill <X-display>
vncserver -list
[root@xiexianbin_cn ~]# vncserver :1 -name 192.168.8.123
New '192.168.8.123' desktop is localhost.localdomain:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log
[root@xiexianbin_cn ~]# iptables -I INPUT -p tcp -m tcp --dport 5901 -j ACCEPT
[root@xiexianbin_cn ~]# service iptables save
Windows安装VNC客户端
window安装vnc viewers。
远程,输入 ip:端口(默认5901)
远程。