The blog post shows steps on how to change the hostname on CentOS dedicated server. There are two different methods for changing the server hostname on CentOS.

The first method to change the server hostname on CentOS is using the “Hostname command”.

Login to your dedicated server and open the console.

Fire the following command into the console:

hostname my.server.com

Once the above command is fired, it will automatically change the server hostname on CentOS.

The second method to change the server hostname on CentOS is via the “Editing network file”.

To do this, simply fire the below command into the console:

vi /etc/sysconfig/network

Where “vi” is a file editor.

Once you enter the above command you will see something similar as shown below:

NETWORKING=”yes”
GATEWAY=”192.0.2.2″
HOSTNAME=”some.servername.com”

Now, just change the “hostname” there, save, and exit the file using the following command.

:wq

That’s it! You’re done. Following the above steps the server hostname on CentOS dedicated server will be successfully changed.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

Installing MySQL Governor

We will clarify what MySQL Governor is and how to install MySQL Governor in this…

How to Create Global Email Filters using cPanel

This guide explains how to create a Global email filter in cPanel. Setting a Global…

Linux Server Security Audit with LBSA

First of all, we will see what LBSA is: The security of Linux systems often…