CentOS 安装配置vncserver

前端之家收集整理的这篇文章主要介绍了CentOS 安装配置vncserver前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. yum 安装tiger vncserver
    yum install tigervnc-server

  2. 安装后输入 vncserver
    设置密码

3.配置用户
vim /etc/sysconfig/vncservers

VNCSERVERS=”1:root”
VNCSERVERARGS[2]=” -geometry 800x600 tcp”
注意去掉 local,nolisten

4.关闭CentOS防火墙 centos 7: systemctl stop firewalld.service #停止 systemctl disable firewalld.service #禁用 之前的版本: service iptables stop #停止 chkconfig iptables off #禁用

原文链接:https://www.f2er.com/centos/382158.html

猜你在找的CentOS相关文章