PRODUCTS AND SUPPORT


How to get Debian GUI Linux on Alibaba Cloud




This section describes how to launch and connect to Debian GUI Linux on Alibaba Cloud environment.


  1. Go to Alibaba Marketplace and search for Debian GUI Linux.

  2. /img/alibaba/debian-gui-linux/marketplace1.png


  3. Click on Choose Your Plan button

  4. /img/alibaba/debian-gui-linux/ChooseYourPlan.png


      You will be redirected to Basic Configurations Page.

    • Select the Billing Method , Region and Zone where you want to launch the VM(such as Singapore , Zone A)

    • /img/alibaba/debian-gui-linux/BillingandRegion.png


    • Optionally change the number of cores and amount of memory.

    • /img/alibaba/debian-gui-linux/InstanceType.png


    • Optionally change the Sytem Disk and size. Boot disk size should be greater than or equal to 20 GB
    • /img/alibaba/debian-gui-linux/Storage.png


    • On Networking tab , Optionally change the VPC , Bandwidth Billing and Bandwidth Options
      Select the Security Group. Be sure that whichever Security Group you specify has ports 22 (for ssh) and 3389 (for RDP) exposed.

    • /img/alibaba/debian-gui-linux/SG.png


    • On System Configurations tab , Select Logon Credentials as Password and enter the password for root user.

    • /img/alibaba/debian-gui-linux/LogonCredentials.png


    • On Grouping tab , Optionally change the Resource Group and other settings.
    • Click Preview and Create Instance when you are done.
    • Debian GUI Linux will begin deploying.

  5. To SSH the VM, first note the public IP address of the instance as highlighted below.

  6. /img/alibaba/debian-gui-linux/publicip.png


  7. Open putty, enter the public IP here and hit Open.

  8. /img/alibaba/debian-gui-linux/putty.png


  9. This will open SSH window. Login as root and enter the password set during VM creation

  10. /img/alibaba/debian-gui-linux/ssh-login.png


  11. Now add new user by following below command
  12. adduser username

    replace username with name of the user. Follow the instructions on the terminal.

    /img/alibaba/debian-gui-linux/adduser.png


  13. Once new user is added , add that user to sudo group by running-
  14. adduser username sudo

    /img/alibaba/debian-gui-linux/sudogroup.png


    Now the new user is added, you can connect to the VM's desktop environment from any local windows machine using RDP or linux machine using Remmina.

  15. To connect using RDP via Windows machine, first note the Public IP of the VM
  16. Then From your local windows machine, goto "start" menu , in the search box type and select "Remote desktop connection"
  17. In the "Remote Desktop connection" wizard, paste the Public IP and click connect

  18. /img/alibaba/debian-gui-linux/rdp.png


  19. This will connect you to the VM's desktop environment. Provide username and password set in above step 5 to authenticate. Click OK

  20. /img/alibaba/debian-gui-linux/rdp-login.png


  21. Now you are connected to out of box Debian GUI Linux environment via Windows machines.

  22. /img/alibaba/debian-gui-linux/rdp-desktop.png


  23. 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".
  24. Note:: If you don't have Remmina installed on your Linux machine, first Install Remmina as per your linux distribution.

    /img/gcp/common/remmina-search.png


  25. In the "Remmina Remote Desktop Client" wizard, select the RDP option from dropdown and paste the external ip and click enter

  26. /img/gcp/common/remmina-external-ip.png


  27. This will connect you to the VM's desktop environment. Provide username and password set in step 5 to authenticate. Click OK

  28. /img/alibaba/debian-gui-linux/remmina-rdp-login.png


  29. Now you are connected to out of box Debian GUI Linux environment via Linux machine.

  30. /img/alibaba/debian-gui-linux/rdp-desktop.png