Question

What is best way to get small sites their own dedicated IP address, so reverse IP address lookups won't reveal other sites on same server?

On one of my Digital Ocean accounts I have multiple websites. If someone does a reverse IP check, they are able to view all of the domain names on the server, since they all share the same IP address.

One solution would be to create a droplet for each site, but it would be expensive to have to get a cPanel license for each droplet. Any suggestions please?


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
June 14, 2019
Accepted Answer

Hello,

As you may know, DO doesn’t allow more than 1 IP per droplet.

So I personally believe that the best way to achieve the thing that you want to is to put those small sites behind a CDN so that if someone tries to do a revers IP check they would be getting to the CDN’s IP address and not your actual server IP address.

Hope that this helps.

Great solution, thank you!

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.