博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Centos/RHEL 7 安装RealVNC与Windows客户端通信教程
阅读量:6692 次
发布时间:2019-06-25

本文共 990 字,大约阅读时间需要 3 分钟。

1、在Windows客户端端下安装VNC Viewer (自行下载)此教程安装的是VNC-5.2.3-Windows.exe。

2、Linux系统中下载VNC-5.2.3-Linux-x64-RPM.tar.gz并在终端

[root@localhost vnc]#tar -zxvf VNC-5.2.3-Linux-x64-RPM.tar.gz    #得到VNC-Server-5.2.3-Linux-x64.rpm和VNC-Viewer-5.2.3-Linux-x64.rpm[root@localhost vnc]#rpm -ivh VNC-Viewer-5.2.3-Linux-x64.rpm[root@localhost vnc]#rpm -ivh VNC-Server-5.2.3-Linux-x64.rpm[root@localhost vnc]#vnclicense -add FBV9V-7Z3V9-MED3U-47SEU-85T3A      #注册RealVNC否则会报错显示no license[root@localhost vnc]#firewall-cmd --permanent --add-service vnc-server  [root@localhost vnc]#systemctl restart firewalld.service                #重启防火墙服务 [root@localhost vnc]#systemctl enable vncserver-virtuald.service        [root@localhost vnc]#systemctl enable vncserver-x11-serviced.service [root@localhost vnc]#systemctl start vncserver-virtuald.service [root@localhost vnc]#systemctl start vncserver-x11-serviced.service

 

3、在Windows的VNC Viewer客户端输入http://ip:1以及root用户名和密码即可登录。

转载于:https://www.cnblogs.com/xiangfu/p/4534720.html

你可能感兴趣的文章
linux集群之LVS入门和企业级实战(续二)
查看>>
DataGuard physical standby创建与维护
查看>>
*8 脚本小练习
查看>>
[原创]windows server 2012 AD架构 试验 系列 – 10 AD域和站点部署(1)
查看>>
nginx StubStatus模块
查看>>
安装ipython报错"ImportError: No module named shutil_get_terminal_size"
查看>>
使用 Dockerfile 构建镜像
查看>>
操作无法完成。键入的打印机名不正确,或者指定的打印机没有连接到服务器上...
查看>>
linux中的nginx的基础知识
查看>>
ubuntu15.10_x64 安装 nginx
查看>>
逗号运算符、do while循环、嵌套循环、数组简介
查看>>
Does DB Time include wait on cpu queue time?
查看>>
[Phoenix] 四、加盐表
查看>>
Notaped++标记选择符合条件的行书签
查看>>
取消Exchange数据库的自动分配功能
查看>>
Screen OS防火墙DoS攻击的检测和防御
查看>>
Dell-R410 配置raid1
查看>>
Go语言之单元测试
查看>>
Xargs用法详解 (Linux 命令使用)
查看>>
会议室邮箱的日历中显示会议主题和显示预约人
查看>>