Download PuTTY.
Run putty.exe
.
Open a SSH connection to the Tesla box (IP address: (your IP)
, Port: 22
).
Log on with your local Tesla box username and password.
Start a VNC server process.
Command: vncserver -depth 24 -geometry 1024x768
If you run this command the first time, you will be asked to set your VNC password.
Optional: Change the geometry setting to fit the screen size of your local box.
Have a look at the output. The display number is highlighted bold here.
New 'SCRGP2:1 (username)' desktop is SCRGP2:1
Starting applications specified in /home/username/.vnc/xstartup
Log file is /home/username/.vnc/SCRGP2:1.log
Your VNC server process is running now. Close PuTTY using the exit
command.
Download RealVNC viewer.
Run vncviewer.exe
on your box.
Connect to your display (here: 1
) at the Tesla box (IP address: (your IP)
).
Enter your VNC password.
Kill your VNC server process (here: display 1
).
Command: vncserver -kill :1
Output: Killing Xvnc process ID id
Close PuTTY using the exit
command.