Question

Accidentally removed myself from sudoers list - how to fix?

I have accidentally removed myself from the sudoers list on my Centos 6 droplet. Root login is disabled, and I can still log in as myself (using putty and SSH), but cannot edit the sudoers file. Any ideas on how to fix this?

Thx, Arnold

Show comments

Submit an answer


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!

Sign In or Sign Up to Answer

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.

Accepted Answer

@gparent … worked like a charm

THX!

If ‘su’ doesn’t work, you can reset your root password by logging into your account selecting your droplet then going to the access page on the left side, from there you can select reset root password and a new one will be emailed to you.

Most of us have been there at some point ;)

Select your droplet power it down and then “Kernel” look for “mount recovery kernel”.

Select that and power it back up

Connect to the console. that will give you root access to run the following command to add your user back into the sudo users group:

usermod -aG sudo <put-your-username-here>

Power it down, then go back to your original kernel and power it back up.

Log in and try to use sudo.

Thinks should be back to normal.

Read more here if the above command does not work: https://www.digitalocean.com/community/tutorials/how-to-edit-the-sudoers-file-on-ubuntu-and-centos

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel