Hi all I’m new here
Just set up my first droplet, trying to setup cPanel through the terminal but I need a username and password for the droplet. I haven’t set one? Can’t find any options either, please help
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
The username is ‘root’, and the password would have been emailed to you after the creation of the droplet.
If you set a public ssh key, and don’t receive a password in your email. Go to your admin dashboard for the droplet, click > Access this will allow you to reset the password for the droplet.
You didn’t get one in your email when you created your droplet, or did you create an ssh key only access droplet? If ssh key only access, then use ssh to login and at the prompt type ‘passwd’ to create one.
https://www.digitalocean.com/community/questions/web-console-login-after-ssh-only-logins for my encounter with this problem.