This is an old revision of the document!
VNC Remote Connection Setup
There are couple of different SSH Clients available for Windows. You can use either use Bitvise or Putty ssh clients.
Bitvise SSH Client
Enter your EECIS username and password when prompted as in the screenshot below.

Also, setup client to server (C2S) port forwarding. You need to use the correct address and VNC port number (5900+instance number). You may have to change this setting and reconnect if using a different VNC server instance, say 5903 for instance :3.
Create VNC Instance on the Server
vncpasswd
vncserver :1
Note: If multiple users try to use the same vnc port (:1 in that case) this could lead to a conflict between users. So we need to employ unique vnc port for every user. You could just let vncserver pick a number for you (say N). However, you need to make sure you use the same exact number when configuring the port (5900+N) in the SSH client and VNC viewer.
vncserver
Please make sure you use the same exact number when configuring the port (5900+N) in the SSH client and VNC viewer.
You can also set
VNC Server Resolution using the command below. You will need to change the target screen resolution as needed, say 1920×1080 or so.
vncserver -geometry 1920x1080 :1
vncserver -kill :<instance number>
Real VNC Viewer Setup
Do not create a new VNC server instance everytime you login. Just keep using the same vncserver instance
Remove Screensaver