Report this

What is the reason for this report?

Are my vps instances hosted on different physical hardware?

Posted on April 2, 2016

I am setting up a High Availability web server and I want to make sure that my servers are not on the same physical hardware. Is there a way to check this myself or any statement about this from DO?



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.

While we do not have a GUI method to do this, the API provides a list_neighbors function which you can run against a droplet. This will return details on any other droplets you own that are on the same physical hardware. This command can either be used within a program of your own, or via Curl. You can also use the doctl command line client. Once you know the droplet’s ID number you can run this command:

./doctl compute droplet neighbors DROPLET_ID

Thanks for the response. I used the API and it indicated that neither of my servers have neighbors. Does that seem reasonable?

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.