Question
Website down after resetting root password
Website is down after resetting droplet root password. I don’t remember the sudo username either… What can I do?
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.
×
I do know the sudo username… I already changed the root password, and am able to access the droplet console
To find out the user names run
cat /etc/passwd
. Try runningservice apache2 start
orservice nginx start
in order to start the webserver.