Install VNC on centos 7 and vnc on centos 7

Source: Internet
Author: User

Install VNC on centos 7 and vnc on centos 7

Install GNOME
Yum groupinstall GNOME Desktop

Install VNC-Server
Sudo yum install tigervnc-server

Copy the VNC-Server configuration file to the systemd system.
Cp/lib/systemd/system/vncserver @. service/etc/systemd/system/vncserver @: 1. service

Edit configuration file
Vi/etc/systemd/system/vncserver @ \: 1. service

Change <USER> to the Logon account
Correct. VNC path


Reload Process
Systemctl daemon-reload
Start the VNC Server
Systemctl start vncserver @: 1
View VNC Server Status
Systemctl status vncserver @: 1
Start the VNC Server
Systemctl enable vncserver @: 1

Configure Firewall
Firewall-cmd -- permanent -- add-service vnc-server
Firewall-cmd -- add-port = 5901/tcp
Firewall-cmd -- add-port = 5901/tcp -- permanent

Restart Firewall
Systemctl restart firewalld. service

VNC logon ip: 5901: 590X

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.