====== Сервис VNC ======
* [[https://habr.com/ru/post/709218/|TeamViewer из подручных материалов]]
===== Windows =====
==== TightVNC ====
* [[https://www.tightvnc.com/download.php|Download TightVNC]]
===== Linux =====
==== TightVNC ====
* [[https://invs.ru/support/chastie-voprosy/kak-ustanovit-vnc-na-debian/|Как установить VNC на Debian]]
# apt -y install xfce4 xfce4-terminal firefox-esr tightvncserver dbus-x11
# vncserver -depth 24 -geometry 1280x800
# ss -tupna | grep vnc
# vncserver -kill :1
==== x11vnc ====
* [[https://losst.pro/nastrojka-x11vnc-na-ubuntu|Настройка x11vnc в Ubuntu]]
$ x11vnc -noxdamage -shared -dontdisconnect -many -noxfixes -rfbauth /etc/x11vnc.pass
==== Krfb ====
* [[https://www.altlinux.org/VNC#С_помощью_Krfb]]