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.
Why do you assume I want something like phpmyadmin? I don’t have php installed on my server (and don’t plan to) so I thought I had to use pgadmin3, which I also have on my local machine
pgadmin3 is a graphical client for managing your postgresql databases. <br>Assuming you want something like phpmyadmin, I suggest setting up phpPgAdmin (http://phppgadmin.sourceforge.net/doku.php). <br> <br>Installation instructions can be found here: https://raw.github.com/phppgadmin/phppgadmin/master/INSTALL
“I know that DO also has instructions but that’s only for PHPpgadmin on apache https://www.digitalocean.com/community/articles/how-to-install-phppgadmin-on-a-virtual-server-running-ubuntu-12-04” <br> <br>> “I have pgadmin3 installed on my ubuntu server” <br> <br>Your server doesn’t have a desktop environment/window manager by default so I assumed you’re looking for a non-graphical postgres administration tool. <br> <br>If you want a graphical client, I recommend installing a lightweight desktop environment such as LXDE (install the lubuntu-desktop package)