I keep trying to log into my droplets and they continue to time out What gives?
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.
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
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:
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:
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:
Let me know how it goes.
- Bobby