User Tools

Site Tools


networking:remote:remote_maintenance

Remote Maintenance

mRemoteNG

http://www.mremoteng.org/

mRemoteNG is a remote connection manager:

  • Windows
  • RDP
  • SSH
    • Uses PuTTY
  • Free
  • Export/Import Configuration
    • %AppData%\mRemoteNG\confCons.xml

PuTTY Main Interface

PuTTY with xMing

https://wiki.utdallas.edu/wiki/display/FAQ/X11+Forwarding+using+Xming+and+PuTTY

http://sourceforge.net/projects/xming/

xMing is a Windows X11 server:

  • More SSH settings are available from within the main PuTTY interface
  • Save the PuTTY Settings in mRemoteNG, then modify and save in PuTTY
  • Assign PuTTY Settings to connections in mRemoteNG
  • Auto-start Xming by copying the Start menu icon to the Startup folder
    • C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

PuTTY Settings:

  • Save your current working PuTTY settings
  • X11 Forwarding → enabled
  • X display location → localhost:0

mRemoteNG

External Tools

WinSCP Integration

WinSCP Integration

Usage: Right-click on an SSH connection icon or an open SSH connection tab → External Tools → WinSCP

VNC Protocol

TigerVNC Viewer

vncviewer -geometry 1152x864 -via root@mail.domain.com 192.168.1.193

Non-Standard SSH Port

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

Quickie VNC Listen Mode

At Linux support workstation:

vncviewer -listen 5501			#User 1

or

vncviewer -listen			#User 2 on port 5500

At Windows PC with full VNC installed:

Right-click VNC icon in System Tray → Attach Listening Viewer

fw.yourdomain.com::5501		        #User 1

RDP Protocol

findvnc script for web page execution PHP wrapper? RDP host detection?


http://www.dualdesk.com/

OneClick

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

UltraVNC

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
)

Linux

http://forum.ultravnc.info/viewtopic.php?t=12353

Technician (viewer) to work with UltraVNC SC

Install TightVNC

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.

networking/remote/remote_maintenance.txt · Last modified: 2018/01/15 12:36 by gcooper