Resolving Console Access Issues on Your Server Instance

DevapraveenDevapraveen
1 min read

Possible Causes and Solutions:

  1. Check Console Enablement:

    First, ensure that your console is enabled on your instance. If the console is not enabled, you may encounter access issues. While such issues are rare, they can arise during debugging. I am using a DigitalOcean server for my backend, and I launched the recovery console from my droplet on my dashboard.

  2. Uncomplicated Firewall (UFW) Configuration:

    If you have started the UFW (Uncomplicated Firewall), be aware that by default, UFW blocks all incoming and forwarding traffic while allowing all outbound traffic. This means that anyone trying to access your server won’t be able to connect unless you have specifically opened the required ports.

    To allow SSH access, execute the following command in your recovery console:

     ufw allow ssh
    

    Try logging in with SSH again. Remember to replace ssh with the appropriate service name if you’re using a different port.

If these steps don’t resolve the issue, please let me know, and we’ll explore further options! 😊🚀.


0
Subscribe to my newsletter

Read articles from Devapraveen directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Devapraveen
Devapraveen

Passionate full-stack developer from india. Sharing knowledge and experiences through my blog to help fellow developers tackle challenges and navigate the evolving world of software development.