CentOS 7 tigervnc install
This will get you basic remote access to your GUI desktop as user root.
# yum -y install tigervnc-server
Now run vncserver and supply the password you will use.
# vncserver
You will require a password to access your desktops.
Password:
Verify:
xauth: file /root/.Xauthority does not exist
New 'server1.example.com:1 (root)' desktop is server1.example.com:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/server1.example.com:1.log
Now from your client run your VNC viewer and use like the following for the server address
192.168.1.15:1
No comments:
Post a Comment