DEV Community

Dbaport
Dbaport

Posted on

GUI Remote Desktop For Windows and Linux

sudo apt-get update

sudo apt install xrdp

sudo systemctl enable xrdp

Grant user remote accesse on client machine.

sudo apt-get install xauth

Then use username and passord.

rdesktop -d dbaport.com -u sumantk -fP remote IP

Top comments (0)