Report this

What is the reason for this report?

Using an IP address when I don't have a hostname

Posted on October 18, 2013

I am trying to migrate my current website to DO. The migration is probably going to take several days. During these days, I want my host name to point to the old server. However, when I try to create a droplet in DO, I am asked to provide the host name.

I would like to create a droplet without a hostname, access it via its IP address, and check that it is working OK, before I migrate my hostname to DO. Is this possible?



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.

Yes any hostname works and after reading this I did the same and went into problems. <br> <br>Currently I’m facing problem due to using any hostname. Say e.g. host.mywebsite.com. Everytime I run “sudo” command in my unbuntu droplet. It warns “sudo: unable to resolve host host.mywebsite.com”. Further on of my programs uses sudo command and now the programs throws exception because of this. <br> <br> <br> <br> <br> <br>

@umakantpatil7: Add the following line to <code>/etc/hosts</code>: <br><pre>127.0.0.1 host.mywebsite.com</pre>

Hostname does <b>not</b> equal domain name. Sounds like you’re confusing the two for one in the same. Go ahead and create the hostname – and you’ll be able to accomplish exactly what you’re trying to do.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.