Install Ubuntu Server on Microsoft Azure and configure Remote Desktop

Опубликовано: 01 Октябрь 2024
на канале: Systems Administration
7,856
71

cert: https://zerossl.com/?fpr=systemsadmin...
INFO: Info: https://www.systemsadministration.pt/...
In this tutorial we will find out, how to access with a normal remote desktop to a Ubuntu server installed in Microsoft Azure.
For that you will need.
On Microsoft Azure Portal:
Install an Ubuntu Server VM
Install a Bastion Network

All Info on:
https://learn.microsoft.com/en-us/azu...
Command list:
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xfce4
sudo apt install xfce4-session

sudo apt-get -y install xrdp
sudo systemctl enable xrdp

sudo adduser xrdp ssl-cert

echo xfce4-session (is missing a info here, check on the link)~/.xsession

sudo service xrdp restart

sudo passwd azureuser