Ok… this is an odd one…
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
If a DigitalOcean (DO) Droplet is performing differently or encountering errors compared to other servers, there could be various reasons behind the discrepancies. Here are some common issues and troubleshooting steps you can take to address them:
Server Specifications: Ensure that the DO Droplet’s hardware specifications (CPU, RAM, Disk) are comparable to the other servers you are comparing it with. Inadequate resources may lead to performance differences.
Load and Traffic: Check if there is a difference in the load and incoming traffic between the DO Droplet and other servers. Higher traffic can impact performance and cause errors.
Network Connectivity: Verify if there are any networking issues that could affect the DO Droplet’s performance. Check network latency, packet loss, and firewall settings.
Heya @fasbit0e6299492ed096cf92da
You can check if your droplet can correctly resolve the API’s domain by using
curl
ornslookup
commands.If your desktop successfully connects to the API through a VPN or Proxy, your droplet might not be whitelisted by the API provider. You can check this by reaching out to the API provider.
This can also be a Firewall issue, so you can ensure that no outbound connections are being blocked by your droplet’s firewall. You can check this by using the
iptables
orufw
commands.Hope that this helps!
Hey @fasbit0e6299492ed096cf92da,
It’s unusual to be honest however there are a couple of things you can check:
Check your Firewall: When you create a Droplet check if the UFW firewall is active and if it’s allowed on the port you are using your API ** Try Telnet**: When you SSH to your Droplet try to use
telnet
to connect to the API to see if that is possible.