Question

How do I get the Droplets to Respond?

I keep trying to log into my droplets and they continue to time out What gives?

Show comments

Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
November 12, 2024

If you’ve made any recent changes to the Droplet’s Firewall configuration I will recommend you to double check on the last changes and ensure all settings are valid and not preventing you from access the droplet.

You can also use the DigitalOcean console and further inspect the firewall configuration like allowed ports, IPs.

https://docs.digitalocean.com/products/droplets/how-to/connect-with-console/

Regards

Bobby Iliev
Site Moderator
Site Moderator badge
November 12, 2024

Hey Mark! 👋

In addition to what has already been mentioned, if you’re using SSH to connect, make sure you’re using the correct command:

ssh root@your_droplet_ip

And make sure that your SSH key or password is correctly set up. Sometimes, just re-copying the IP address can solve it. I had a very long conversation with a community user a few weeks ago and after a long time, we found out that the IP address which the user was using was incorrect which was causing the issue.

After that, head over to your DigitalOcean Control Panel and check if your Droplets are running. If they appear offline or in a rebooting state, try using the ‘Power Cycle’ option to restart them.

If the Droplet is up and running, sometimes, connection issues like the one that you’ve described can be related to firewall settings:

  • On your Droplet, via the web console or Recovery Console, check the status of the UFW firewall with:

    sudo ufw status
    

    Make sure ports like 22 (SSH), 80 (HTTP), and 443 (HTTPS) are open.

  • In the DigitalOcean Networking section, confirm that your Cloud Firewall rules allow SSH (port 22).

If nothing else works, try rebooting the Droplet:

sudo reboot

Let me know how it goes.

- Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.