Changing your root password on an Ubuntu server.

You can change your root password on your Ubuntu server via SSH with some simple commands.

If you have Plesk or cPanel installed, you can do so there instead, but otherwise you can complete the following steps.

1. First of all, log in to the server via SSH.
2. When logged in, if you’re using the root user you just need to type;
sudo passwd root

If you already have root permissions, you will not need to type ‘sudo’. You can also change the ‘root’ to be a different user if you’ve set one up. If you type ‘passwd’ alone, it will change the password for your current user. Here’s an example of a root user changing their own password with a shorter command;

Get in touch

If you need advice on Ubuntu, we’re here to help.

Call us on 0333 247 0222: Monday – Friday, 9am – 5.30pm.

Chat with us on LiveChat: Monday – Friday, 9am – 5.30pm.

Write to us: Send us a support ticket from your Simply portal and we’ll get back to you as soon as we can.

If you don’t have an account with Simply Hosting yet, you can also send our Sales team an enquiry and we’ll get back to you between 9am and 5.30pm, Monday to Friday.


Was this article helpful?

Related guides

Enabling Fail2Ban

  • 1
  • 1196
Once you have installed Fail2Ban, it needs to be enabled to start protecting specific services (daemons) of your server, so...

What is Fail2Ban?

  • 2
  • 1227
Fail2Ban is a software framework that protects computer servers from brute-force attacks.  The security tool has been implemented by Plesk...