This is an old revision of the document!
http://www.nextofwindows.com/top-3-free-remote-desktop-connections-manager
This Page is Unfinished and Needs Redo
mRemoteNG is a remote connection manager:
%AppData%\mRemoteNG\confCons.xml
https://wiki.utdallas.edu/wiki/display/FAQ/X11+Forwarding+using+Xming+and+PuTTY
http://sourceforge.net/projects/xming/
xMing is a Windows X11 server:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
PuTTY Settings:
localhost:0
Usage: Right-click on an SSH connection icon or an open SSH connection tab → External Tools → WinSCP
vncviewer -geometry 1152x864 -via root@mail.domain.com 192.168.1.193
ssh -p 2222 -l root -L 4443:pbx:443 -L 8088:pbx:8088 -L 5900:192.168.1.172:5900 mail.domain.com vncviewer -geometry 1152x864 localhost
At Linux support workstation:
vncviewer -listen 5501 #Gene
or
vncviewer -listen #Jerry on port 5500
At Windows PC with full VNC installed:
Right-click VNC icon in System Tray → Attach Listening Viewer
fw.sonoracomm.com::5501 #Gene
Now even a caveman can get remote support!
Downloadable executable for remote support clients to connect to a technician workstation in listen mode.
http://www.advantig.com/oneclick/ http://forum.ultravnc.info/viewtopic.php?t=6593&highlight=linux+viewer
Uses .ini file - no registry
Version 1.04 soon to be released - wait?
Supports Vista
Update Batch File - Modify for Installation?
@echo Off :: This bat file will replace the VNC server and viewer remotely or locally :: :: Create a temporary folder for the new files :: Place this bat file and the new WinVNC.exe and the new VNCViewer.exe in the temporary folder :: Run this bat file. ::Path_Bin is the current folder set "PATH_BIN=%~dp0" (set file=) if not exist winvnc.exe ( set file=%file% winvnc.exe) if not exist "vncviewer.exe" ( set file=%file% "vncviewer.exe" ) if defined file ( Echo. Echo. Echo. Echo. Echo. Echo. Echo. echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ echo ³ The files "%file%" do not exist in this directory echo ³ Move the above files into %PATH_BIN% echo ³ echo ³ echo ³ echo ³ Press any key to close this window echo ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Pause > Nul ) Else ( setlocal net start|find /i "vnc server">nul && goto :OldInstall Echo. Echo. Echo. echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ echo ³ Copying VNC files... echo ³ echo ³ echo ³ Please wait. This does take a couple minutes ... echo ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ net stop UVNC_service >nul :loop echo waiting for UVNC_service to stop ping -n 10 127.0.0.1 >nul net start|find /i "UVNC_service" >nul &&goto :loop echo Service stopped - Copying files if not exist "%programfiles%\UltraVNC\" md "%programfiles%\UltraVNC" copy /y "%PATH_BIN%winvnc.exe" "%programfiles%\UltraVNC" >nul copy /y "%PATH_BIN%vncviewer.exe" "%programfiles%\UltraVNC" >nul ::winvnc -install start "" "%programfiles%\UltraVNC\winvnc.exe" -servicehelper ping -n 10 127.0.0.1 >nul net start UVNC_service GoTo :Exit :OldInstall Echo. Echo. Echo. echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ echo ³ These files are for UltraVNC ver. 1.04 echo ³ An earlier version is currently installed echo ³ These files require an updated VNC Install... echo ³ echo ³ echo ³ Please Re-Install UltraVNC with the full Install echo ³ At the bottom of the page echo ³ From: http://www.uvnc.com/ echo ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Pause :Exit exit )
http://forum.ultravnc.info/viewtopic.php?t=12353
Technician (viewer) to work with UltraVNC SC
apt-get install xtightvncviewer
xtightvncviewer -encodings “hextile copyrect” -listen [display]
Standard 'listen' port (display 0) is 5500. Port is calculated as 5500 + display = port to specify.
Can also run the 'support.exe' under wine. Reportedly faster than xtightvncviewer.
wine support.exe
uvnc support only mslogon windows to windows (username + password) there no support for allow linux to use mslogon the work around for linux = wine + vncviewer
read Final solution for Vncviewer on Linux…
so you need to uncheck the mslogon on ultravnc server and check there a valid vnc password set.