Posts

Showing posts with the label instructions

RDP & VNC on ubuntu 18.04

Image
RDP & VNC on ubuntu 18.04 (cuts from sites which had helped me, unsecure! w/o SSH access) sudo apt-get install xrdp sudo apt-get update  #if U love xfce, you can install it as your window-manager for ur remote sessions, but I don't #sudo apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils $ sudo systemctl disable xrdp $ sudo systemctl stop xrdp $ sudo apt purge xrdp #to get work with rdp on ubuntu 18.04: https://askubuntu.com/questions/1164456/18-04-3-lts-xrdp-login-failed-for-display-0 #allow vnc for tcp sudo ufw allow from any to any port 5900 proto tcp sudo apt install xserver-xorg-core sudo apt install xserver-xorg-input-all И повторяем установку пакета xorgxrdp (and repeat install xorgrdp): $ sudo apt install xorgxrdp #for resolving connection problems on Windows mashines sudo gsettings set org.gnome.Vino require-encryption false Screen sharing which is using VNC protocol you can easily set by using a mouse in the setting Sharing c