Setup and installation of 'AlmaLinux OS with GUI' on Azure
This section describes how to launch and connect to AlmaLinux OS with GUI VM in Azure.
- Open AlmaLinux OS with GUI By Techlatest.net VM listing on Azure Marketplace
- Click on Get It Now
-
Login with your credentials, provide the details here. Once done click on Continue.
-
It will take you to the Product details page. Click on Create.
-
Select a Resource group for your virtual machine
-
Select a Region where you want to launch the VM(such as East US)
- Note: If you see “This image is not compatible with selected security type. To keep trusted launch virtual machines, select a compatible image. Otherwise change your security type back to Standard” error message below the Image name as shown in the screenshot below then please change the Security type to Standard.
- Optionally change the number of cores and amount of memory.
Select the Authentication type as Password and enter Username as almalinux and Password of your choice.
- Optionally change the OS disk type.
- Optionally change the network and subnetwork names. Be sure that whichever network you specify has “ports 22 (for ssh) and 3389 (for RDP)” exposed.
The VM comes with the preconfigured NSG rules. You can check them by clicking on Create New option available under the security group option.
- Optionally go to the Management, Advanced and Tags tabs for any advance settings you want for the VM.
- Click on Review + create and then click on Create when you are done.
Virtual Machine will begin deploying.
- A summary page displays when the virtual machine is successfully created. Click on Go to resource link to go to the resource page. It will open an overview page of virtual machine.
- In the left navigation pane, select Run command, select RunShellScript and enter following command to change the password of the vm .
sudo echo almalinux:yourpassword | chpasswd
- Now the password for almalinux user is set, you can SSH to the VM -
- Open putty, paste the IP address and click on Open.
- login as almalinux and provide the password for ‘almalinux’ user.
-
You can connect to the VM’s desktop environment from any local windows machine using RDP protocol or local linux machine using Remmina.
-
To connect using RDP via Windows Machine, first note the public IP address of the VM from VM details page as highlighted below
- Then From you local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”.
In the “Remote Desktop connection” wizard, copy the public IP address and click connect
- This will connect you to the VM’s desktop environment. Provide the username almalinux and the password set in above step to authenticate. Click OK
- Now you are connected to the out of box AlmaLinux OS with GUI By Techlatest.net environment via Windows Machine.
- To connect using RDP via Linux machine, first note the external IP of the VM from VM details page,then from your local Linux machine, goto menu, in the search box type and select “Remmina”.
Note: If you don’t have Remmina installed on your Linux machine, firstInstall Remmina as per your linux distribution.
- In the “Remmina Remote Desktop Client” wizard, select the RDP option from dropdown and paste the external ip and click enter.
- This will connect you to the VM’s desktop environment. Provide almalinux as the userid and the password set in above reset password step to authenticate. Click OK
- Now you are connected to out of box AlmaLinux OS GUI environment via Linux machine.
-
Follow below steps to add new user
-
Open terminal and enter below command -
- change password of newly created user by following -
- Now add newly created user to the sudo group by running below command-
sudo usermod -aG wheel username
- Once new user setup is completed, Open Remote Desktop and login via new user.
- Now you are connected to out of box AlmaLinux OS GUI environment with new user.