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!
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
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
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.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.