How to access your server via VNC console when SSH is down
There are times when you might lose access to your Linux VPS via standard SSH (using tools like PuTTY or Terminal). This usually happens due to a misconfigured firewall (like UFW or Firewalld) blocking your default port, a syntax error in your system network files, or an aggressive IP block by security modules.
When SSH is completely offline, you can use the built-in Web Console (VNC) as an emergency backdoor access point. The Web Console acts like a virtual monitor and keyboard plugged directly into your server hardware, bypassing the network restrictions entirely.
Follow this step-by-step guide to log in via the Web Console and restore your server access:
Step 1: Log in to the Client Area
- Go to the CeylonServers official portal and securely log in to your Client Account.
- From the main menu, navigate to Services âž” My Services.
- Locate your active Linux VPS package from the product list and click directly on it to open its management suite.
Step 2: Locate the Server Information Dashboard
- Scroll down to the Server Information tab section.
- Here, you will see your active system specifications along with the Virtual Server Control Options.
- Check the Status metric to ensure your server is displayed as Online (If it is completely frozen or crashed, click the Reboot button first to power cycle it).
Step 3: Launch the Web Console Interface
- Under the server automation control options menu, look for the "Web Console" button.
- Click on the "Web Console" icon.
- A new secure browser pop-up window tab will open instantly, establishing a remote desktop/terminal connection directly into your VPS core screen layer.
Step 4: Enter Your Log In Credentials
- When the black console screen loads, it may appear blank or display the latest server terminal lines.
- Press the Enter key on your local keyboard once to wake up the screen session prompt.
You will see the standard Linux terminal login prompt:
Plaintext
localhost login:
Type root and press Enter.
Next, it will prompt you for your server's administrative Password. Type your root password blindly and hit Enter.
Note: Just like standard SSH, your password characters will remain completely hidden on the screen as you type. This is a standard security feature.
Step 5: Apply Emergency Troubleshooting Fixes
Now that you are securely inside your system via VNC, you can execute commands to fix the exact issue that broke your SSH connection:
If a Firewall Blocked You: Temporarily turn off your active firewall rules to allow an external connection:
For Ubuntu (UFW): sudo ufw disable
For AlmaLinux (Firewalld): sudo systemctl stop firewalld
If the SSH Service Is Offline: Check the status of your SSH daemon to see if it crashed:
systemctl status sshd
To restart it cleanly: systemctl restart sshd
Step 6: Log Off Safely
- Once you have applied your quick fixes and verified that you can connect via PuTTY or your native Terminal normally again:
- Go back to the Web Console browser pop-up screen.
- Type exit and hit Enter to securely close your active root credentials session.
- Close the browser window tab safely.
Stuck on a Continuous Boot Loop? If your Web Console displays a critical system "Kernel Panic" alert, file volume corruptions, or if the server interface drops into an emergency grub terminal prompt, your core operating system might require manual recovery. Please Open a Technical Support Ticket immediately, and our data center infrastructure team will hook up a secure network recovery volume to repair your server fields!