# Hostname

Disbale cloud-init (which overwrites everyboot, not the first only)
```bash
touch /etc/cloud/cloud-init.disabled
```

Set new hostname
```bash
hostnamectl set-hostname ku5mon1
```

[![](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2026-02/scaled-1680-/Mnl19VzxzquOltqj-image-1772201371388.png)](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2026-02/Mnl19VzxzquOltqj-image-1772201371388.png)


```bash
shutdown -r now
```