palasangha / Treasures-Of-Dhamma

GNU General Public License v3.0
0 stars 0 forks source link

Remote Desktop installation #60

Closed SwapnilDupare closed 1 year ago

SwapnilDupare commented 1 year ago

Update packages sudo apt-get update && sudo apt-get upgrade Install Tasksel manager for GUI sudo apt-get install tasksel
tasksel Install xrdp to allow other OS than windows like Ubuntu to work sudo apt install xrdp To check status of xrdp sudo systemctl status xrdp Install SSL-certificate sudo adduser xrdp ssl-cert Enable Firewall sudo ufw enable Allow any IP through firewall not openssh-server (WinSCP)
sudo ufw allow 3389 Allow openssh-server (WinSCP)
sudo ufw allow openssh Reload and check status of ufw
sudo ufw reload sudo ufw status Restart xrdp
sudo systemctl restart xrdp