首页 > 系统 > CentOS > 正文

centos 安装vnc服务

2024-06-28 13:20:15
字体:
来源:转载
供稿:网友
centos 安装vnc服务

1.安装tigervnc-server

yum install tigervnc-server

2.启动vnc服务

vncserver:1

[错误提示待解决bad display name "cloud:1" in "add" command]

3.配置iptables

vi /etc/sysconfig/iptables

4.增加5901端口

-A INPUT -m state --state NEW -m tcp -p tcp --dport 5901 -j ACCEPT

5.重启防火墙

service iptables restart

6.连接成功。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表