VNC Sara Logo

Please Donate

Home  |  History  |  Downloads  |  Instructions  |  F.A.Q's  |  Things To-Do  |  Why Donate?

Instructions are provided to make it easy for you to install and use VNC Sara. However if you find they are not clear please feel free to email me or post on sourceforge with your suggestion.

At this point it is assumed you have some basic computer skills. VNCSara is currently not a finished product and the install process is far from slick.

VNCSara can be installed on the following platforms

  1. Linux (Tested on Ubuntu 9.10)
  2. Mac OSX (Tested on Snow Leopard)
  3. Windows (Tested on windows XP)

Prerequisites

  1. VNC Server must already be installed and working correctly on any of the computers you want to control

    You can find VNC Server from locations like http://www.realvnc.com/ or http://www.tightvnc.com/

    Please note: OSX and most distributions of Linux use VNC as there default desktop shareing tool and it's install by default. Normally you just have to enable desktop sharing. No versions of windows come with VNC pre installed so you will always have to install vnc.

    I do not support, advise on nor endorse any versions of VNC.

  2. You have downloaded the appropriate file from https://sourceforge.net/projects/vncsara/files/

If you prefer you can watch a video of how to get started on windows from here. The video is quite large (8MB) which may not be appropriate for some people.

PLEASE NOTE: VNCSara is in the early stages of development. It will not yet install itself as a service so you will need to either create it as a service yourself or create a login script that will start VNCSara when you logon. I will not provide support on how to do this as it is something that will eventually be put into the install procedure.

Windows Install

  1. Run the setup.msi file and follow on screen instructions.
  2. Now click start > run and type cmd followed by pressing the enter key.
  3. This should take you in to dos.
  4. Now navigate to VNCSaras install directory.

    cd c:\
    cd program*
    cd etrixs*
    cd vnc*

  5. Now we need to find out the ip address. Type ipconfig and press the enter key .
  6. Locate your ip address
  7. ipconfig

  8. Now simply type vncsara 10.0.2.15 80 this starts VNCSara running and listening for connection on port 80 at the given ip address.
  9. Now to get started open a browser and in the address bar type http://10.0.2.15 and press the enter key.
  10. You should now see the initial VNCSara login page.
  11. Create yourself a username and password (Please remember these).
  12. Congratulations you're done!

OSX Install

  1. Run the VNCSara.mpkg, if it didn't run automatically, follow the on screen instructions.
  2. Now go to system preferences followed by network.
  3. On this screen you will see your current ip address within the status section. Make a note of this address

  4. Now open a terminal window. You can find terminal in the utilities menu.
  5. Whilst keeping terminal open, open the applications folder and the VNCSara folder
  6. In the VNCSara Folder there is a file called VNCSara, drag this file onto the terminal window.
  7. Now in the terminal window you should see the path of VNCSara it should lokk something like:

    /Applications/VNCSara/VNCSara

  8. Now after this type the ipaddress you made a note of earlier. I had 10.0.2.15, so enter that followed by a space and then the number 8080 and press enter.
  9. Now to get started open a browser and in the address bar type http://10.0.2.15:8080 and press the enter key.
  10. You should now see the initial VNCSara login page.
  11. Create yourself a username and password (Please remember these).
  12. Congratulations you're done!

Linux Install

  Sorry these instructions aren't that detailed but if you use linux, you probably know exactly what I'm talking about!
  1. Download VNCSara_Linux.tar.gz
  2. Sorry no install for this just unzip the tar.gz file
  3. Open terminal and navigate to the folder you've just unzipped
  4. Find out the ipaddress of the computer, mine is 10.0.2.15
  5. Type VNCSara 10.0.2.15 80 and press the enter key
  6. Now to get started open a browser and in the address bar type http://10.0.2.15 and press the enter key.
  7. You should now see the initial VNCSara login page.
  8. Create yourself a username and password (Please remember these).
  9. Congratulations you're done!

 

 

 

 

© Dan Holliday. 2010

This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE