[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedMarch 21, 2023

How to Set or Change Hostname in Linux

How To Set Or Change Hostname In Linux

This tutorial will walk you through the process of changing the hostname in Linux without the need of restarting the system. The instructions should work on any modern Linux distribution that uses systemd.

By default, the system hostname is set during the installation process, or if you are creating a virtual machine it is dynamically assigned to the instance at startup, but there are situations when you need to change it.

 

What is Hostname

A hostname is a label assigned to a machine that identifies the machine on the network. Each device in the network should have a unique hostname.

 

Displaying the Current Hostname

On Linux systems using systemd, the hostnamectl command can be used to query and change the hostname and related settings on a given machine.

To view the current hostname, invoke the hostnamectl command without any arguments:

hostnamectl

The system hostname is highlighted in the image below:

Changing the Hostname

To change the hostname invoke the hostnamectl command with the set-hostname argument followed by the new hostname. Only the root or a user with sudo privileges can change the system hostname.

For example, to change the system hostname to mail.nexonhost.com, you would use the following command:

sudo hostnamectl set-hostname mail.nexonhost.com

The hostnamectl command does not produce output. On success, 0 is returned, a non-zero failure code otherwise.

Finally, to verify that the hostname was successfully changed, once again use the hostnamectl command:

hostnamectl

The new system hostname and some additional system information such as the kernel version will be displayed on the terminal.

   Static hostname: mail.nexonhost.com
         Icon name: computer-vm
           Chassis: vm
        Machine ID: 114054dc5a87478f99adbbed6027eea0
           Boot ID: 93edf5b522e04224894f7e46aa16b926
    Virtualization: kvm
  Operating System: CentOS Linux 7 (Core)
       CPE OS Name: cpe:/o:centos:centos:7
            Kernel: Linux 3.10.0-1160.81.1.el7.x86_64
      Architecture: x86-64

 

Conclusion

In this tutorial, we have shown you how to change the hostname of your Linux system. Depending on your Linux distribution and the virtualization type, additional steps may be required to complete the process.

Keep reading
How to understand virtualization performance.
August 23, 2023

How to understand virtualization performance.

How To Understand Virtualization Performance. In today’s technology-driven landscape, virtualization has become a cornerstone for efficient resource utilization, scalability, and cost-effectiveness in IT infrastructure management. As organizations increasingly rely on virtual machines (VMs) to run…

Read article
How to understand virtualization.
August 23, 2023

How to understand virtualization.

How To Understand Virtualization. Virtualization is a technology that allows you to create multiple simulated environments or instances on a single physical computer or server. These simulated environments are often referred to as virtual machines (VMs) and can run their own operating systems and…

Read article
How to use wall command.
August 14, 2023

How to use wall command.

How to use wall command. wall is a command-line utility that displays a message on the terminals of all logged-in users. The messages can be either typed on the terminal or the contents of a file. wall stands for write all, to send a message only to a specific user use the write command.…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00