Hi,friends. I need some help to set up a host name. I know this question have already be submit. but that steps can not solve my problem. i need a new way.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
First you have to create an A record for your domain and point it to the Droplet’s IP address. Let’s say your domain is server.example.com.
Edit the
/etc/hostname
file and change the hostname to server.example.com. One you have done that, reboot your server to use the new hostname. You can reboot the server by running the command:reboot
Do you mean FQDN, because for the droplets the hostname is the name of the droplet?