Shopify hide Server IP

spk335

Newbie
Joined
Jan 12, 2023
Messages
2
Reaction score
1
Is there a way to hide the IP address of your Shopify store using Cloudflare or some sort of reverse proxy?
 
Last edited:
You need to have 2 vps , one for original website and one for proxy , and make tunnel between vps1 and vps2 and block all connection on vps2 , so when website dns connect to vps1 will forward to vps2 , cloudflare also works but they take your info , but on vps you can take one without anything .
 
Tunnel can serve the purpose but not worth.
 
You need to have 2 vps , one for original website and one for proxy , and make tunnel between vps1 and vps2 and block all connection on vps2 , so when website dns connect to vps1 will forward to vps2 , cloudflare also works but they take your info , but on vps you can take one without anything .
Shopify host the website/store itself. Shopify is easy to use but the self hosting stuff is not a good thing to me.
Shopify stores cannot be hosted on an other server.
So making a bridge between 2 VPS or any solution to hide the IP is not possible for Shopify users.
 
Is there a way to hide the IP address of your Shopify store using Cloudflare or some sort of reverse proxy?
Shopify's infrastructure and IP addresses are managed by Shopify itself, and attempting to alter or hide these IP addresses could lead to issues with the proper functioning of your online store. Additionally, modifying the IP address might violate Shopify's terms of service.
 
Cloudflare do not hide, CF only proxy service and they an-hide real IP for first request of any legal paper of any country. So, you need rent offshore vps server and use it as nginx proxy server for your real server IP.

Clouflare ---> Offshore VPS (as proxy) ---> Real server IP.

Another way use CDN networks, but price will be very hight.
 
Back
Top