I have a droplet but it causes connectivity issues
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!
Hi there,
“Connectivity issues” can mean a few different things, so it helps to narrow it down a bit.
First, check if there are any ongoing incidents in your region at https://status.digitalocean.com. If something is happening on DigitalOcean’s end it will show up there.
If the status page looks clean, try these quick checks:
# Can you reach the Droplet at all?
ping your-droplet-ip
# Is SSH working?
ssh root@your-droplet-ip
# Check if your services are actually running
systemctl status nginx
systemctl status your-app
Also check your cloud firewall under Networking > Firewalls to make sure the right ports are open for your use case.
If you can share a bit more detail about what the connectivity issue looks like, full outage, intermittent drops, specific ports not responding, it will be easier to point you in the right direction.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.