Published: 2/26/2026 Change the hostname in Linux System Administration Change the hostname in Linux Example# Set new hostname sudo hostnamectl set-hostname new-hostname # Update /etc/hosts sudo vi /etc/hosts # Reboot (recommended) sudo reboot or sudo systemctl restart systemd-hostnamed