Skip to content

Edit hostname on Ubuntu

To change the hostname on Ubuntu, follow these steps:

  1. Edit /etc/hostname

    Bash
    sudo nano /etc/hostname
    

  2. Replace any hostname you like. Save the file.

    /etc/hostname
    hello-laptop
    

  3. Reboot the system

    Bash
    sudo reboot
    

  4. Check your hostname

    Bash
    hostname