By samoshi
I’ve installed a fresh FreeBsd droplet. I don’t know a password for root and haven’t received it, neither in spam. Moreover, in the dashboard at Digital Ocean it says “you should manager your password inside your system/droplet via ssh, by yourself. We don’t have and can’t reset it”
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.