VNC (Virtual Network Computing)
VNC stands for Virtual Network Computing. It is, in essence, a remote display system which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures.
URL:
http://www.uk.research.att.com/vnc/
Installation
- Download vnc-3.3.3r7_x86_win32.zip from the Internet
- Extract the file.
- Open winvnc directory and run Setup.exe
- Open [Start] -> [Programs] -> [VNC] -> [Administrative Tools] and click [Install WinVNC Service]
- Open [Services] window, select VNC server and start the service.
- After opening [Property Page], type password and click [OK]>

VNC Viewer
- Open [Start] -> [Programs] -> [VNC] and click [VNC viewer]
- Type server address and display number and click [OK].
Example
| Address | Display No | VNC server field |
|---|
| 192.168.0.1 | 0 | 192.168.0.1:0
|
| hoge-server | 1 | hoge-server:1
|

- Type server password and click [OK].


View from browser
- Open your browser and type address.
Example
| Address | Display No | Address |
|---|
| 192.168.0.1 | 0 | http://192.168.0.1:5800
|
| hoge-server | 1 | http://hoge-server:5801
|
- Type password and click [OK]


Back - Support