Would you like to remote desktop access your Linux Mint from a Windows PC? Well, now you can using xrdp.
I dont use Teamviewer cause, I got hacked before with it, and VNC cause its Slow and a pain to setup.
On Linux Mint open the terminal and run the following commands to install xrdp, enter the following:
Xfce Edition
sudo apt-get update
sudo apt install xrdp xorgxrdp
sudo apt install -y freerdp2-x11
echo env -u SESSION_MANAGER -u DBUS_SESSION_BUS_ADDRESS xfce4-session>~/.xsession
sudo reboot
Test:
xfreerdp /v:127.0.0.1
Cinnamon Edition
sudo apt-get update
sudo apt install xrdp xorgxrdp
sudo apt install -y freerdp2-x11
echo env -u SESSION_MANAGER -u DBUS_SESSION_BUS_ADDRESS cinnamon-session>~/.xsession
sudo reboot
Test:
xfreerdp /v:127.0.0.1
Once done installing xrdp run ifconfig to obtain the Linux Mint IP address:
ifconfig
Then open Remote Desktop Client, and type the IP address of your Linux Mint.
If you are prompted that “The identity of the remote computer cannot be verified” check mark Don’t ask me again and click on Yes button.
You will see a new RDP session window pop-up, asking you to enter your Linux Mint username and password.
Click “Ok” and you’ll be logged into the Linux Mint desktop: