您的位置:首页 > 运维架构 > Linux

Centos7 vnc配置

2017-02-06 16:02 405 查看
yum install tigervnc-server 

 

systemctl stop firewalld.service

 

systemctl disable firewalld.service

 

cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:1.service

 

vncpasswd 

 

systemctl daemon-reload  

 

systemctl start vncserver@:1.service && systemctl enable vncserver@:1.servic

#若出现抱错,是因为配置文件root路径的原因
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  centos vnc