By iqbal
Hello Dear Community
I’m not able to change the hostname on my FreeBSD droplet from the one I was to create it.
I added this line hostname=“new.host.name” to my /etc/rc.conf, rebooted many time but my droplet still keeps my original hostname I’ve chosen when creating it.
Is It a DigitalOcean issue ?
Regards
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
This question was answered by @matthewa:
The problem appears to be in the
/etc/rc.d/hostnamescript... elif [ -n "`/bin/hostname -s`" ]; then return ...if the hostname is already set, then it aborts, so no overriding. Solution maybe to edit the hostname name from all the
rc.digitalocean.d/*.conf– so that the default action happens as expected, although I am currently unsure as to whether these configuration files will be overridden at a later date by DO automation?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
