Hello all, I am not able to open the droplet console. At the beginning I could open it and do my work but now when I open it, the output is:
And then: -SSH connection lost [Console Docs or Close]
I do not understand why, if anyone could 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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi @havardmorkhagen,
First, make sure your Droplet is online. Open a terminal and try to ping it. If it pings that’s good, if it doesn’t try to restart it and use the recovery console:
https://docs.digitalocean.com/products/droplets/how-to/recovery/recovery-console/
The recovery console should work out of the box every time.
Additionally, try rebooting your Droplet to see if the connection to your Droplet Console is restored as well.
Hello @havardmorkhagen
Is the droplet online at the moment? Are you able to ping the droplet IP?
Also, keep in mind that the droplet console is intended to grant access to your droplet in case of an emergency or recovery. Using ssh-client is recommended for day-to-day tasks, development and etc.
Here is the Droplet console docs:
https://docs.digitalocean.com/products/droplets/how-to/connect-with-console/
Regards