How to remotely control my server?

Install the VNC server

In the SSH session, type

yum -y install tigervnc-server

Create a user for VNC

useradd vncuser

Set password for VNC user

passwd vncuser

Enter the user with administrator permissions

su - vncuser

Start the VNC server

vncserver


Was this article helpful?

mood_bad Dislike 13
mood Like 2
visibility Views: 4473