VirtFusion Panel

VNC / noVNC Console

How to access server via console even when SSH doesn't work

The VNC console (accessible via browser through noVNC) lets you see and interact with the server directly, as if you had a physical monitor attached. Works even when SSH is inaccessible.


When to Use Console

  • SSH doesn't respond or gives Connection refused error
  • You accidentally blocked firewall
  • Server hasn't completed boot correctly
  • Want to see kernel boot messages
  • Lost root password and need to intervene on system

How to Access

  1. Access VirtFusion panel
  2. Select your server
  3. Click Console in top bar (or dedicated section)
  4. A browser window will open with server output

Using the Console

Console works like a terminal: you see server output and can type commands.

Tips:

  • If screen is black, press Enter: there might just be a cursor waiting for input
  • If you see login prompt, enter root then password
  • To paste text, use the Clipboard button in console bar (direct mouse paste doesn't work in all browsers)
  • You can resize window by clicking Fullscreen

Console Shows Errors at Boot

If you see errors during startup, common causes are:

MessageCause
GRUB rescue>Corrupted bootloader or disk not found
Kernel panicCritical kernel error
fsck runningAutomatic filesystem check (wait)
Emergency modeError mounting partition
Booting... (stuck)Server stuck during boot

For most cases, the solution is starting Rescue Mode.


Console Won't Open or is Slow

  • Try reloading panel page
  • Use different browser (Chrome or Firefox recommended)
  • Verify server is started (Running status): console doesn't work if server is off
  • Disable browser extensions that might interfere with WebSocket

Console vs SSH

VNC ConsoleSSH
Works without network✅ Yes❌ No
SpeedSlowerFast
Copy/pasteLimitedComplete
Recommended useEmergencies and debugDaily use

On this page