VNC Console
The VNC console provides direct access to your server’s display, regardless of network connectivity.
When to Use VNC
Section titled “When to Use VNC”- Server is unresponsive to SSH/RDP
- Troubleshooting boot issues
- Configuring network settings
- Installing operating systems
- Emergency access
Accessing VNC Console
Section titled “Accessing VNC Console”- Log in to hostcore.cloud
- Go to Dashboard → Instances
- Select your VPS
- Click Console button
The console opens in a new browser tab.
Console Features
Section titled “Console Features”Keyboard
Section titled “Keyboard”- Standard keyboard input
- Special key combinations via toolbar
- On-screen keyboard available
Special Keys
Section titled “Special Keys”| Key Combination | Action |
|---|---|
| Ctrl + Alt + Del | Send to server |
| Ctrl + Alt + F1-F6 | Switch virtual terminal (Linux) |
| Ctrl + Alt + Backspace | Kill X server (Linux) |
Clipboard
Section titled “Clipboard”- Copy text from console
- Paste text into console (use toolbar button)
Scaling
Section titled “Scaling”- Fit to window
- Actual size (1:1)
- Custom zoom
Linux Console
Section titled “Linux Console”Virtual Terminals
Section titled “Virtual Terminals”Linux has multiple virtual terminals:
Ctrl + Alt + F1: Desktop (if installed)Ctrl + Alt + F2-F6: Text consolesCtrl + Alt + F7: Return to desktop
Recovery Mode
Section titled “Recovery Mode”If you can’t boot normally:
- Reboot server from control panel
- Press
ShiftorEscduring boot - Select recovery mode from GRUB menu
- Choose root shell option
Single User Mode
Section titled “Single User Mode”# From GRUB, edit kernel line and add:init=/bin/bash
# Or for systemd:systemd.unit=rescue.targetWindows Console
Section titled “Windows Console”Safe Mode
Section titled “Safe Mode”- Reboot server from control panel
- Press
F8repeatedly during boot - Select Safe Mode option
For Windows Server 2012+:
# Enable F8 boot menubcdedit /set {default} bootmenupolicy legacyAdministrator Password Reset
Section titled “Administrator Password Reset”If locked out:
- Boot from recovery media (contact support)
- Use offline password tools
- Or reinstall OS from control panel
Troubleshooting
Section titled “Troubleshooting”Console shows black screen
Section titled “Console shows black screen”- Server may still be booting
- Try pressing Enter or a key
- Check server status in control panel
Keyboard not working
Section titled “Keyboard not working”- Click inside console window to focus
- Try the on-screen keyboard
- Check browser keyboard settings
Screen resolution issues
Section titled “Screen resolution issues”- Use console scaling options
- Change resolution from within OS
- Resize browser window
Connection lost
Section titled “Connection lost”- Refresh the console page
- Close and reopen console
- Check your internet connection
Console vs SSH/RDP
Section titled “Console vs SSH/RDP”| Feature | VNC Console | SSH/RDP |
|---|---|---|
| Network dependent | No | Yes |
| Performance | Slower | Faster |
| File transfer | No | Yes |
| Boot access | Yes | No |
| Resolution | Fixed | Flexible |
Best Practices
Section titled “Best Practices”- Use VNC only when necessary - SSH/RDP are faster
- Don’t leave console open - Consumes server resources
- Set console password - Adds security layer
- Close browser tab when done - Disconnects session
Serial Console (Linux)
Section titled “Serial Console (Linux)”For text-only access:
- Enable serial console in GRUB:
GRUB_TERMINAL="console serial"GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"- Update GRUB:
update-grub- Use Serial Console option in control panel