I know I DO will not send me an email with the root password. But I need it because when I add an ssh key, Dokku asks me for my root password. Where do I find them? The only way I could get it is by resetting my password through the console, which they would then send me a password through my email. Any other ways? Thanks.
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.
Connect to your droplet with root using your SSH key.
ssh root@droplet
Change the password to anything you like.
passwd
I never used Dokku before. Why do Dokku need the root password?