
Now you see a terminal window and you can run any Linux command on this window. The Linux on Beaglebone (Debian) comes with a Terminal Window called LXTerminal. You don't need to do this if you don't need. Step 3 : Run a Terminal window (command window).

Then you will get the Linux GUI showing up in your PC as below. Type in the password specifed for the server in Step 1 and hit.

Then you would get a popup as shown below asking for password.

Type in 192.168.7.2:1 as shown below and hit button. If you launch TightVNC Viewer, you will get a connection window as shown below. Step 2 : Launch TightVNC Viewer(Client) and connect to the PC where the tightVNC Server is running You will need to use this password in step 2. If you get this prompt, specify the password as you like. If you run the server for the firsttime, you would get a prompt requesting to specify a password. You can run the server by typing in the command tightvncserver :1 as shown below. Step 1 : Login to the Linux with PuTTY and Run tightVNC Server on the Linux(You may have the direct access to the Linux PC and run the tightVncServer directly on it) . You can download the client from internet for free. In this tutorial, I assume that the tightVNC Server is installed on the Linux of the board and you have installed tightVNC viewer (tightVNC Client) on your host PC (the PC to which the Beaglebone is connected). If you are working on old Linux kernel that does not have tightVNC, you can install it by 'apt-get install tightvncserver'. One of the reason is that if you are using the relatively recent Linux Kernel on Beaglebone, tightVNC Server is installed there by default. In this section, I will show you how to connect to Linux GUI with an applicated called 'tightVNC'.

For example, if you want to run a text editor program to write a program, it would be easier to use GUI based text editor rather than VI. In most case, just connecting to command window would be OK, but in some case it would be much convinient to work in GUI environment. The connection methods explained above are all for connecting to the Linux command window, not for connecting Linux GUI. If this does not work, refer to some more detailed tutorials as listed in Reference section. In most cases, following two commands would be enough to install the tightvncserver on most of Linux. tightVNC would be one of the most widely used VNC tools especially in Linux world since it is light and free. TightVNC is a kind of VNC that stands for Virtual Network Computing and the major purpose of the tool is to get a remote access and control from a PC to another PC over a network.
