0

I mean to connect Remote Desktop from Win 10 to a fresh install of Ubuntu 22.04. I can ssh.

If I am not logged into the console, I get the error

Remote Desktop can't connect to the remote computer for one of these reasons:
1) Remote access to the server is not enabled
2) The remote computer is turned off
3) The remote computer is not available on the network
Ensure the remote computer is turned on and connected to the network, and that remote access is enabled.

If I am not logged into the console, I get the error (my translation from the Spanish message)

Authentication error
There are more data available
Remote computer: <IP of remote>

How can I solve this?

1 Answers1

2

remote setup commands

  1. sudo apt install xrdp
  2. sudo systemctl status xrdp
  3. sudo systemctl start xrdp
  4. sudo systemctl enable xrdp
  5. sudo ufw allow from any to any port 3389 proto tcp
  6. ip a => [192.168.x.x from your local network]
  7. RDP from Win10 [ make sure log off from Ubuntu or use another use name] It should work..