I don’t really understand how to set up a VPS however I need to have a VPS in order to open up an Amazon seller account from my house as someone in my family already has a seller account. Annoyingly Amazon only allow one per household so need a VPS for this. Would anyone be able to give me guidance on what specifications I would need. Any help would be appreciated.
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.
Hi there,
Based on the case that you’ve described, it sounds like that you might need a VPN rather than a plain VPS.
A VPN (Virtual Private Network) provides a secure, encrypted connection over the internet to protect your online activity and change your IP address, while a VPS (Virtual Private Server) is a virtualized server that you can use to run applications, websites, and other services with dedicated resources.
To set up a VPN for your Amazon business on DigitalOcean, follow these steps. A VPN will help you create a secure and separate internet connection that can be used to manage your Amazon seller account, ensuring it’s seen as coming from a different IP address than other accounts in your household.
Sign Up: If you don’t already have a DigitalOcean account, sign up at DigitalOcean.
Go to the DigitalOcean Marketplace: Visit the DigitalOcean Marketplace.
Find Pi-Hole® + OpenVPN:
Create a Droplet:
Access Your Droplet:
ssh root@your_droplet_ip
Follow the On-Screen Instructions:
Download the OpenVPN Configuration File:
.ovpn
file) to your local machine.Finally once your VPN is up and running, you will want to connect to it by following the steps here:
Install OpenVPN Client:
Import the Configuration File:
.ovpn
file you downloaded from your droplet.Connect to the VPN:
Check Your IP Address:
Login to Amazon Seller Account:
If you indeed only need a plain VPS, then you can just follow the steps from this guide here, it only takes a couple of clicks via the DigitalOcean control panel to spin up a new VPS/Droplet:
Let me know if you have any quesitons.
Best,
Bobby
Heya, @283d825ad50c405e9b4ee8bd2c3457
This can be a simple DNS misconfiguration. You can check this on the client machine, check if DNS resolution works correctly. You can use the
nslookup
ordig
commands:Note: Replace exmaple.com with your actual domain name.
If DNS resolution fails, it indicates a problem with the DNS configuration. You can then check the DNS records if they’re set correctly.
Regards