Report this

What is the reason for this report?

Digital Ocean uptime

Posted on May 6, 2026

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!

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,

“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.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.