Question

How to find the login info for my droplet?

Beginner here, I changed the root password by shutting down the droplet, now I have a new password in my email, but what is the login for my droplet? I used the name of the droplet but it didn’t work, can you help me please?

Also, how do I update the ubuntu version once I log in? It was an older version and I want to update it to 16.04.


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.

Default username is root. You login by using any SSH client. If you are using Linux or OS X

  1. ssh root@droplet-ip

will login you to Droplet. If you use Windows, you need Putty. Follow above link for instructions.

DigitalOcean have great tutorial on Upgrading your Ubuntu to 16.04 which will explain you how to do it.

If you get any problem, post here, someone can help you :)

KFSys
Site Moderator
Site Moderator badge
October 11, 2023

Hi there,

To reset your root password you can follow these steps here:

https://docs.digitalocean.com/support/how-do-i-reset-my-droplets-root-password/

  1. Log into your DigitalOcean Control Panel.
  2. Navigate to the “Droplets” section and select the droplet you want to reset the password for.
  3. Click on the “Access” tab in the droplet’s detail page.
  4. Click on the “Reset Root Password” button. This action will restart your droplet and send a new root password to your registered email address.

If you’ve actually lost your SSH key, then you could follow the steps here on how to recover for your access:

https://docs.digitalocean.com/support/i-lost-the-ssh-key-for-my-droplet/

Hope that this helps! Let me know if you have any quesitons!

alexdo
Site Moderator
Site Moderator badge
September 24, 2020

Hello, all

When you deploy a droplet you will receive an email with the droplet’s information (hostname, IP address, username and password). If you’re not able to login and you do not remember your password you can easily reset it in order to re-gain access to your droplet.

You can reset your root password your account. Navigate to the control panel. From the project the Droplet is in, or from the main navigation’s Droplets page, locate the Droplet. Click the Droplet’s name to open its detail page, then select Access in the left navigation.

Click Reset Root Password to reset the Droplet’s password. You will receive an email containing the Droplet’s temporary password.

Note: Some operating systems use internally-managed passwords, which means you cannot reset the root password from the control panel. In these cases, you’ll see the following message in the Reset root password section:

Once you have received your new password you can either ssh to the droplet using your ssh client or access the droplet using the DigitalOcean console:

https://www.digitalocean.com/docs/droplets/resources/console/

Log In with the Console

From the DigitalOcean Control Panel, first click the name of the Droplet you want to access, then select Access from the left navigation. Click the Launch Console button to open a web-based console session.

When the console opens, click the console screen and press ENTER to ensure that the login prompt has focus. At the login prompt, enter the user you want to log in as. This is typically the root user or a user configured with sudo privileges.

When prompted, enter the password associated with the account. For security purposes, your password will not be displayed on the screen as you type or paste it into the command line.

Once you’ve entered the password, press ENTER. If this is the first time you’ve logged in after resetting the root password through the control panel, you are prompted to enter the password again, then asked to choose a new password.

Once you’ve successfully entered your credentials you should be logged in to your Droplet.

Hope that helps! Regards, Alex

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