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.
When I attempt to setup a new FreeBSD Droplet, it’s telling me that I need to use SSH Keys
That means no password will be setup for root, instead, your SSH Key will be used to login and you would provide that when connecting to the server.
For example, on MacOS, using Terminal, I’d run:
ssh root@droplet_ip -i /path/to/private_key
With PuTTy on Windows/Linux, you’ll need to convert the key to PuTTy format and set the path to the key by modifying the entry in PuTTy – I believe it’s under Auth.
There is no root password set by default. You can set a password for root with:
sudo passwd