Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Heya @2184d57fc8ec47d589f5341c9c70d8,
If you are planning to create a new Droplet and you want to have cPanel on it you can use the MarketPlace image for it:
https://marketplace.digitalocean.com/apps/cpanel-whm-for-ubuntu
If you already have a Droplet and you want to install cPanel on your currently created Droplet, you can check this article here:
https://docs.digitalocean.com/support/how-do-i-install-cpanel-on-an-ubuntu-droplet/
Following cPanel’s documentation it’s that:
To install cPanel & WHM on your server, run the following command:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
This comment has been deleted