Remote desktop access
Connect to your instance using SSH
ssh user@INSTANCE_IP_ADDRESSUpdate The System
apt update
apt upgradeInstall XFCE Desktop Environment and tigerVNC server
apt install xfce4 xfce4-goodies tigervnc-standalone-server tigervnc-commonRemove nvidia drivers and reboot if using CPU only node
# Do only if using CPU node
apt remove *nvidia*
rebootStart the VNC server:
tigervncserver -xstartup /usr/bin/startxfce4Create an SSH tunnel to secure the VNC connetion
Connect Using a VNC Client
Tips
Last updated
Was this helpful?