
You can directly download Debian packages from its official website. Step 1 – Install AnyDesk on UbuntuĪnydesk is available in both 64-Bit and 32-Bit formats. This tutorial will help you to install AnyDesk on Ubuntu systems.īut, if you still love TeamViewer, You can also install TeamViewer using these instructions. Anydesk provides a faster remote connection than any other existing remote desktop application. You can say it an alternative of the TeamViewer, which is available freely. On your windows machine such as windows 10 in our case, launch the default remote desktop connection tool.AnyDesk is an outstanding application for the remote desktop similar to TeamViewer. Now enable and restart the xrdp service # systemctl enable xrdp & systemctl restart xrdpĬheck your ip address for the remote connection on Windows 2) Connect from Windows Then reload the firewall # firewall-cmd -reload On Centos/RedHat is not ufw but firewalld to configure # firewall-cmd -permanent -zone=public -add-port=3389/tcp Now install xrdp packages # yum update & yum -y install xrdp tigervnc-serverĪdd a rule in the firewall. Make sure to install the Epel repositories before # rpm -Uvh Now you can continue the configuration on windows side On Centos/Redhat 7

UFW is disabled by default so you will need to enable the firewall and create a rule for xrdp # ufw enable Xrdp works with port 3389 so make sure to open it.

Now you will need to check your ip address because you will need it for the connection # ip addġ: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 Synchronizing state of rvice with SysV service script with /lib/systemd/systemd-sysv-install.Įxecuting: /lib/systemd/systemd-sysv-install enable xrdp Now make sure to automatically start the service at the system startup # systemctl enable xrdp Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enĪctive: active (running) since Tue 02:05:21 WAT 11min ago Then make sure that the service is running # systemctl status xrdp Polkit.addRule(function(action, subject) ”)) You have to configure the polkit rule to avoid an authenticate popup after inputting the username and password at the xrdp login screen on windows # vim /etc/polkit-1//nf The following NEW packages will be installed:Ġ upgraded, 2 newly installed, 0 to remove and 256 not upgraded.Īfter this operation, 3,303 kB of additional disk space will be used. The following additional packages will be installed:

First, you need to install Xrdp on Ubuntu # apt install xrdp
