The Desktop edition includes a user-friendly graphical interface for working with the OS, providing users with an experience comparable to Windows or macOS. Ubuntu Desktop powers millions of computers worldwide. Canonical provides an optional subscription-based package that provides enterprise-grade support.
Package | Version | License |
---|---|---|
Ubuntu Desktop | 1.524 | GPL |
x11vnc | 0.9.16-8 | GPL |
sddm | 4:5.24 | GPL |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Ubuntu Desktop (GNOME) 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Ubuntu Desktop (GNOME) Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "ubuntudesktopgno"}' \
"https://api.digitalocean.com/v2/droplets"
After the Ubuntu Desktop droplet is started, it’s required to login into the droplet using ssh. VNC password, desktop user name and user password will be generated and shown to the user. After required variables are generated, droplet will be fully functional and ready to use.
URL to connect is vnc://IP:5900
How install VNC client for Windows:
Enter the IP address of the droplet and 5900 as port.
Enter the VNC server’s password when prompted.
You should now see the remote desktop.
Linux:
Open a terminal and type vncviewer.
Enter the IP address of the droplet and 5900 as port.
Enter the VNC server’s password when prompted.
MacOS:
Keep in mind that this guide uses RealVNC as an example, and steps might differ if you use a different VNC client. Always refer to the specific documentation of the VNC client you choose for detailed instructions.
Note Remote Desktop Server is installed too, it’s listening on default port - 3389. Marketplace team recommends to use VNC clients, but RDP is accessible too.
How to install RDP client:
Ubuntu
sudo apt install remmina remmina-plugin-vnc
Windows
it’s already installed, run Remote Desktop
MacOS
Install the app from the app store, use this link:
https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12