Report this

What is the reason for this report?

Does the Digital Ocean Console from the Droplet Access tab ever timeout?

Posted on June 21, 2020

Does the Digital Ocean Console (from the Droplet Access page) ever timeout or will it stay connected continuously even after I close my browser? (The reason I ask is because I have an app running on my Droplet, in the background).

Using SSH to access the terminal from my desktop, requires I keep the terminal open on in order for it to continue running.



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.

Hello, @adrianlotta

The Droplet console provides out-of-band access and is available regardless of your network settings. It emulates the access you would have if you were sitting down with a keyboard and monitor attached to the actual server. You can use this feature to log in and revert bad settings to regain normal access.

You can check our official docs for the console here:

https://www.digitalocean.com/docs/droplets/resources/console/

You will usually use the console if you can’t access your droplet using ssh via a ssh client and it’s usually the last resort option when it comes to troubleshooting.

If you’re executing a command using the terminal on your local machine you can simply execute the command in screen session or execute/start the command in the background. In this way even if your terminal is closed the command/script will still be running.

Hope this helps!

Regards, Alex

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.