The built-in VPS console available in your control panel is a low-level recovery environment using a noVNC interface connected to a QEMU virtual machine. This gives you access to your VPS even if SSH is unavailable or misconfigured.

Disclaimer: This console is intended for emergency recovery or troubleshooting. For normal usage, it is recommended to connect via SSH for better input control, clipboard support, and terminal functionality.

Because this is a raw virtual terminal, normal features like copy/paste with right-click or a browser-based clipboard are not available. It behaves like a physical server screen — direct input only.

Common Keyboard Shortcuts:

- Ctrl + C — Stop or interrupt a running command

- Ctrl + Z — Pause a command and send it to the background

- Ctrl + D — End terminal input / log out (EOF)

- Ctrl + L — Clear the screen

- Up / Down Arrows — Browse command history

- Tab — Autocomplete file names or commands

- Ctrl + A — Move cursor to the beginning of the line

- Ctrl + E — Move cursor to the end of the line

Copy and Paste Limitations:

- Copy and paste is not supported in this console.

- If you need to paste long commands or configuration content, use SSH access instead.

Tips:

- Use this console only for emergency access or recovery tasks.

- If your session freezes or becomes unresponsive, try closing and reopening the console tab from the control panel.

Was this answer helpful? 0 Users Found This Useful (0 Votes)