Configure VNC

  1. You can use either the -X or -Y flag to enable X11 forwarding through SSH when you log in as root. For example:
    ssh –Y root@server-name
  2. Install the Desktop package group, which includes X11 and gnome-desktop. For example:
    yum install @desktop
  3. Install a VNC server. For example:
    yum install tigervnc-server
  4. Reboot the server.
  5. Log in as root.
  6. Start the VNC server.
    vncserver :1