Difference between revisions of "Configure VNC"

From Organic Design wiki
m (Procedure)
(Change source-code blocks to standard format)
 
(10 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
}}
 
}}
  
{{Note|We have decided to use single-click to enable remote support due to it providing sufficient access in most cases and being far more user friendly than installing and configuring VNC server.}}
+
We use the [http://www.uvnc.com UltraVNC] single-click (SC) to enable users to initiate remote support because it is extremely time-consuming and much less secure to create router pinholes and static routes to all the machines on a client LAN. The SC edition of VNC allows a custom made end-uder application to be placed onto any machine requiring remote access. The custom application contains all the specific settings required to establish a connection back to the tech-support computer without needing any configuration, thus the name "single click".
== Notes ==
+
 
*[http://www.uvnc.com/install/installation.html Server installation instructions]
+
This article contains the technical procedures required to maintain and configure the technical-support end which entails DNS, routes and "reverse connected viewer" (i.e. the viewer is configured to listen for connections from the client-side custom apps). Basic information such as customer notes and instructions are in the [[vnc]] article.
 +
 
 +
== DNS and routes ==
 +
*The SC points to vnc.organicdesign.tv
 +
*Create a pinhole on port 5500 TCP to your ip address
 +
 
 +
== VNC viewer on Ubuntu ==
 +
First install the xtightvnxviewer since the default desktop viewer doesn't support reverse connections:
 +
<source>
 +
apt-get install xtightvncviewer
 +
</source>
 +
 
 +
 
 +
To run the viewer in reverse mode,
 +
<source>
 +
xtightvncviewer -listen
 +
</source>
 +
 
 +
== Windows clients ==
 +
To be able to establish a connection client computers must download [http://www.organicdesign.co.nz/files/od-vnc.exe od-vnc.exe] (the source to modify it is [[File:od-vnc.zip|od-vnc.zip]], upload it to [http://www.uvnc.com/pchelpware/sc/creator.html the online creator tool] and login with ''foo'' and ''foobar'') and save onto the desktop so it can be found easily.
 +
 
 +
Contact tech support and arrange a convenient time for the connection to be done. At the agreed time, the client simply double-clicks the downloaded application and then double-click "Internet Support" (not the encrypted one yet).
 +
 
 +
== Ubuntu clients ==
 +
not done yet
 +
 
 +
== See also ==
 
*[http://www.uvnc.com/addons/singleclick.html Configuring single-click remote support]
 
*[http://www.uvnc.com/addons/singleclick.html Configuring single-click remote support]
 
*[http://www.uvnc.com/addons/repeater.html Setting up a repeater]
 
*[http://www.uvnc.com/addons/repeater.html Setting up a repeater]
== OD single-click UltraVNC settings ==
 
*The SC points to vnc.peerix.org
 
 
== Procedure ==
 
=== Technician ===
 
*Create a pinhole on port 5500 TCP to your ip address
 

Latest revision as of 18:11, 22 May 2015

Procedure.svg Configure VNC
Organic Design procedure

We use the UltraVNC single-click (SC) to enable users to initiate remote support because it is extremely time-consuming and much less secure to create router pinholes and static routes to all the machines on a client LAN. The SC edition of VNC allows a custom made end-uder application to be placed onto any machine requiring remote access. The custom application contains all the specific settings required to establish a connection back to the tech-support computer without needing any configuration, thus the name "single click".

This article contains the technical procedures required to maintain and configure the technical-support end which entails DNS, routes and "reverse connected viewer" (i.e. the viewer is configured to listen for connections from the client-side custom apps). Basic information such as customer notes and instructions are in the vnc article.

DNS and routes

  • The SC points to vnc.organicdesign.tv
  • Create a pinhole on port 5500 TCP to your ip address

VNC viewer on Ubuntu

First install the xtightvnxviewer since the default desktop viewer doesn't support reverse connections:

apt-get install xtightvncviewer


To run the viewer in reverse mode,

xtightvncviewer -listen

Windows clients

To be able to establish a connection client computers must download od-vnc.exe (the source to modify it is File:Od-vnc.zip, upload it to the online creator tool and login with foo and foobar) and save onto the desktop so it can be found easily.

Contact tech support and arrange a convenient time for the connection to be done. At the agreed time, the client simply double-clicks the downloaded application and then double-click "Internet Support" (not the encrypted one yet).

Ubuntu clients

not done yet

See also