Report this

What is the reason for this report?

HOW CAN YOU PAUSE/PAGE CONSOLE OUTPUT

Posted on April 23, 2019

CONSOLE DOES NOT APPEAR TO RESPOND TO | less option



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.

The DO console is designed for emergency access to your droplet, I understand it is a long lamented issue that piping (and some other things) doesn’t work like it should.

I tried redirecting the output to a file using the console, which seemed to work as expected.

  1. SomeCommand > SomeFile.txt
  2. SomeCommand >> AppendToSomeFile.txt

DO recommends accessing your server through an SSH client (I know it isn’t always possible). Either way, hopefully this helps.

Hello, all

The Droplet web 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.

You can also check our docs on How to Connect to Droplets with SSH:

https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/

There are two options at the bottom of the doc: Connect with OpenSSH and Connect with PuTTY

Hope that 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.