Report this

What is the reason for this report?

How to change my droplet's reference when seen on a terminal

Posted on October 28, 2021

So, I just created a droplet. And I gave it a name. However, when I access that droplet though ssh it comes up with a great long name:

root@laravel-ubuntu-s-1vcpu-2gb-amd-lon1-01:~#

Now, when I have created droplets in the past, they would have been referenced like this:

root@‘my-website’

So - what have I done wrong, and can I chnage it ?

Many thanks !



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!

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.

Hi @vincej,

During the time of droplet launch, you can change/edit the hostname under the “Choose a hostname” section.

For more information : https://docs.digitalocean.com/products/droplets/how-to/create/

And for renaming droplets, You can accomplish this by following the steps listed below.

  1. Login to the Digital Ocean Control Panel.
  2. Click the Droplet you want to rename.
  3. Then, on the Droplet detail window, click on the name of your Droplet.
  4. Change the name in the entry field and click the checkmark.

Renaming the droplet changes the name on the Cloud panel as well as updating the RDNS record, but it doesn’t automatically update the hostname inside the droplet configuration. You will need to update the droplet hostname within Droplet operating system.

You can achieve this by either updating /etc/hostname and /etc/hosts files, or by using hostname utility hostnamectl.

Update /etc/hostname : https://www.cyberciti.biz/faq/ubuntu-change-hostname-command/

Use hostnamectl : https://www.cyberciti.biz/faq/ubuntu-18-04-lts-change-hostname-permanently/

I hope this helps!

Regards, Rajkishore

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.