VNC nor RDP working, help with how to setup on VIM4 Ubuntu 22.04.1

@deepvim sure, I just did:

on vim4
#install xrdp
sudo apt install xrdp -y

#enable xrdp on boot and start now
sudo systemctl enable --now xrdp

#open Firewall just add your network/cidr below
sudo ufw allow from < enter your local network/cidr> to any port 3389 proto tcp

#if you want to change any default settings you can do so in /etc/xrdp/xrdp.ini

on remote system:
on windows I use mremoteNG or just the windows rdp to access. I’m sure mac has an equivalent

That’s all you need to do I’m pretty sure.

1 Like