## page was renamed from Network/RemoteSupport #format wiki #language en = Remote control and support for PC/Windows/Linux = ||Date ||Option || Linux support || Price || Software / Installation || || 2025-12 || tigervnc-viewer || || || || || 2025-12 || Remmina || Yes, vnc crasshes || Free || || || 2016-11 || Webex/Cisco || Very Bad || Yes || Web based, browser or app install || || 2016-11 || Tight VNC || Just Works || Free || Client and server, supports reverse connections - Single user, only screen share. Need direct ip connectivity || || 2016-11 || Bomgar || Yes || Yes || Appliance or cloud, web, windows, linux, ssh || || 2017-01 || Google/Chrome || OK || Free || Chrome - Remote Desktop install. connects, flakey || || 2017-01 || !TeamViewer || Nice || Free non-commercial || Linux client installs using wine || == How to paste into VNC terminal == * Struggled to paste into VNC(graphic) terminal as it does not accept paste, and Remmina kept crashing. 1. Use tigervnc-viewer (any should work) 2. In separate terminal run {{{ sleep 3; echo -e "\r\nroot\r\n<>\r\n\r\n" | xdotool type --delay 50 --file - }}} 4. before the 3sec timeout click back into VNC, it xdotool will then type username and password ...