<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://techwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=Installing_and_configuring_UltraVNC</id>
	<title>Installing and configuring UltraVNC - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://techwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=Installing_and_configuring_UltraVNC"/>
	<link rel="alternate" type="text/html" href="https://techwiki.neosys.com/index.php?title=Installing_and_configuring_UltraVNC&amp;action=history"/>
	<updated>2026-05-29T18:27:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://techwiki.neosys.com/index.php?title=Installing_and_configuring_UltraVNC&amp;diff=979&amp;oldid=prev</id>
		<title>Steve: Created page with &#039;=== Installing and configuring UltraVNC ===  VNC/Putty is not typically used in NEOSYS remote support anymore and has been replaced by tunnelier/rdp  Download UltraVNC from http:…&#039;</title>
		<link rel="alternate" type="text/html" href="https://techwiki.neosys.com/index.php?title=Installing_and_configuring_UltraVNC&amp;diff=979&amp;oldid=prev"/>
		<updated>2012-03-29T13:53:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;=== Installing and configuring UltraVNC ===  VNC/Putty is not typically used in NEOSYS remote support anymore and has been replaced by tunnelier/rdp  Download UltraVNC from http:…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Installing and configuring UltraVNC ===&lt;br /&gt;
&lt;br /&gt;
VNC/Putty is not typically used in NEOSYS remote support anymore and has been replaced by tunnelier/rdp&lt;br /&gt;
&lt;br /&gt;
Download UltraVNC from http://www.ultravnc.com&lt;br /&gt;
&lt;br /&gt;
Run installation – all default options EXCEPT choose INSTALL AS A SERVICE, and START SERVICE.&lt;br /&gt;
&lt;br /&gt;
((screenshot required))&lt;br /&gt;
&lt;br /&gt;
Run ‘Service Helper’ under UltraVNC Server in case you don’t see vnc tray icon on the notification area.&lt;br /&gt;
&lt;br /&gt;
Admin options should make the following changes:&lt;br /&gt;
[[Image:Vncadmin.png]]&lt;br /&gt;
# Deselect – Enable Java (to increase security)&lt;br /&gt;
# Select – Allow loopback connection (essential for connection via ssh)&lt;br /&gt;
# Select - Loopback only (to increase security)&lt;br /&gt;
&lt;br /&gt;
[[Image:vncserveraddnewclient55000.png]]&lt;br /&gt;
&lt;br /&gt;
==== Installing and configuring the client ====&lt;br /&gt;
&lt;br /&gt;
It is advisabke to use http over ssh rather than remote access IE inside vnc because the user interface is much faster alhough it might not be so bad using vnc to hosts in the same country&lt;br /&gt;
&lt;br /&gt;
==== Installing Putty ====&lt;br /&gt;
&lt;br /&gt;
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe&lt;br /&gt;
&lt;br /&gt;
Download putty.exe &amp;gt; run&lt;br /&gt;
&lt;br /&gt;
===== Configuring Putty =====&lt;br /&gt;
&lt;br /&gt;
ssh tunneling local:127.0.0.1:1235--&amp;gt;remote:127.0.0.1:80 so you can do http://127.0.0.1:1235/neosys on your own computer&lt;br /&gt;
&lt;br /&gt;
there are a few computers where it doesnt seem to like the above usually where the target server is on a none-standard port or not listening on 127.0.0.1&lt;br /&gt;
&lt;br /&gt;
so sometimes you have to map local 127.0.0.1:8080 to remote 10.0.0.255:8080 or whatever the listening ip and port is&lt;br /&gt;
&lt;br /&gt;
[[Image:puttysession.png|Fill in the host name of the server computer and the port number.]]&lt;br /&gt;
&lt;br /&gt;
[[Image:puttyssh.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:puttytunnel.png]]&lt;br /&gt;
 &lt;br /&gt;
Source: 1234 Destination: 127.0.0.1:5900 then click Add&lt;br /&gt;
&lt;br /&gt;
Source: 1235 Destination: 127.0.0.1:80 then click Add&lt;br /&gt;
&lt;br /&gt;
Once tunnels are setup then return to Session tab in putty and save the options then click open to connect to the server. Login as administrator with the servers password.&lt;br /&gt;
&lt;br /&gt;
Ultra VNC Viewer:&lt;br /&gt;
&lt;br /&gt;
As the port mapping is complete, enter 127.0.0.1:1234 to login into the computer screen remotely:&lt;br /&gt;
&lt;br /&gt;
==== Configuring Ultra VNC Viewer Listen mode to use a non-standard port ====&lt;br /&gt;
&lt;br /&gt;
[[Image:vncviewerlisten55000.png]]&lt;br /&gt;
&lt;br /&gt;
==== Troubleshooting Client ====&lt;br /&gt;
&lt;br /&gt;
===== Cygwin login on servers connected to any domain controller =====&lt;br /&gt;
&lt;br /&gt;
If NEOSYS is loaded on a server which is connected to any domain controller, it may require the local administrator password reset.&lt;br /&gt;
&lt;br /&gt;
==== Resolving VNC Password lockout ====&lt;br /&gt;
&lt;br /&gt;
If you connect to a client server through CYGWIN and enter the VNC password 3 times wrong in a row, VNC will block you. &lt;br /&gt;
&lt;br /&gt;
As you have already entered the server through CYGWIN, you can reactivate the blocked VNC by using the following commands on the prompt:&lt;br /&gt;
&lt;br /&gt;
 net stop winvnc&lt;br /&gt;
&lt;br /&gt;
 net start winvnc&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
</feed>