When to Use the VNC Console
The VNC console provides direct keyboard and video access to your server, bypassing the network stack. Use it when:
- SSH is unreachable (misconfigured firewall, broken network)
- You need to edit GRUB or boot parameters
- The server is in rescue mode
Accessing the Console
- Navigate to Servers and click your server.
- Click Console in the top-right toolbar.
- A browser window opens with a live VNC session.
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Send Ctrl+Alt+Del | Button in toolbar |
| Paste clipboard text | Toolbar paste icon |
| Toggle fullscreen | F11 |
Limitations
- VNC is not encrypted end-to-end (use SSH for sensitive operations)
- Clipboard paste is limited to ~1 KB
- No file transfer support
Resetting a Lost Root Password
- Open the VNC console.
- Reboot the server from the control panel.
- When GRUB appears, press
eto edit the boot entry. - Find the line starting with
linuxand appendinit=/bin/bash. - Press
Ctrl+Xto boot. - At the bash prompt:
passwd root - Reboot:
exec /sbin/init
