Enable remote X sessions.
Desktop, System Settings, Login Screen, XDMCP, enable XMDMCP.
Get cygwin if you have windows or just type "X -query "server IP/name" " from another linux box.
If you need to go the cygwin route you need to get the openssl package under net, and under X11 you need xorg-x11-base package.
After using this setup I would describe VNC as amateurish
🙂
Autologin for VNC is the next solution and that is on the general tab of the above login
screen settings.
ssh is nice if you don?t need or want the gui, putty rocks for this.
If you want to create a batch file to launch your server with cygwin without launching the prompt, this works?.
RemoteX.bat
@echo off
C:
chdir C:\cygwin\bin
bash --login -i -c "Xwin.exe -query 192.168.2.40"
Even create a desktop shortcut to that with a high resolution tux icon hehe.