Hello guys! I cannot connect to my Droplet via Putty & iPhone App - Server Auditor. I’m use CentOS 6.5, zPanel. I tried to “power circle” from web interface. But my droplet steel down. Anybody, help me please!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I had this problem for a while, in the end I just had to specify my IP address to the firewall. I did this in the DO Droplet Console.
More information here: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-16-04
You can allow ssh from digital ocean droplet console all you need is to run
sudo ufw allow ssh
command it will enable your ssh againHey there I think you need to check whether you are using non-standard ports to connect i.e the typical is sftp://username@xxx.xxx.xxx.xx:22 but in fact if you set non standard ports it could be sftp://username@xxx.xxx.xxx.xx:nn (where n is any number) . Hope that helps someone.