Locate the IP address of your AKLWEB HOST VPS and log in as the root user.
ssh root@server/etc/hostnameOpen the /etc/hostname file with your favorite text editor. For example:
nano /etc/hostnameUpdate the hostname in this file. Then save the file and exit the text editor.
/etc/hostsOpen the /etc/hosts file with your favorite text editor. For example:
nano /etc/hostsChange the first line and replace your old hostname with the new one. Save the file and exit the editor.
hostname.shRun the following command to update your hostname:
/etc/init.d/hostname.sh startRun the following command to check your new hostname:
hostnameThe new hostname will be displayed in your SSH terminal.
Visit Client Area, then navigate to your VPS. Click on the IPv4 tab. You will see an “Update” button in the “Reverse DNS” column. Click this button to update the reverse DNS address. By default, it will read:
x.x.x.x.aklwebhost.comIt is common to replace x.x.x.x.aklwebhost.com with your server's DNS name, which may be the same as its hostname.