In this article, we will show you how to change your hostname using SSH. Normally, we will configure the hostname of a system during the installation process. Many people are unconcerned about this and do not change the hostname, even if it was set to something ridiculous by the data center that installed the system.

Change The Hostname Through SSH

On any Linux system, we can change the hostname with the simple command ‘hostname’. Here’s an example of how to use the command line quickly.

Using SSH, log into your cPanel and run the commands below.

hostname 

It will return the system’s current hostname if no parameters given.

hostname --fdqn

It will return the system’s fully eligible domain name.

hostname server.yourdomain.com

It will change the system’s hostname to the new name.

The key must now resynchronized with the cPanel licensing server.

/usr/local/cpanel/cpkeyclt 

We sincerely hope that you now have a good understanding of How can you change the hostname in cPanel Web Host Through SSH or how to change the hostname in cPanel Web Host with cPanel, click here. If you continue to have problems with the protocol outlined above, don’t hesitate to contact the bodhost.com Team for constructive assistance 24×7.

Learn to safely How to Restart a Linux System using the reboot Command via SSH

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

Steps To Manage Files/Folders in WinSCP

If you want to manage files/folders through WinSCP then you can follow the following steps.…

How Do You Turn On Hotlink Protection

In this article, we will explain to you What Is Hotlink Protection and the process…

PHP Script to Test MySQL Database Connectivity

A test for MySQL database connectivity is done using the PHP script mentioned below. It…