WebGee Docsالتوثيق
Cloud Servers (VPS/VDS)

Rescue mode and VNC

Reach a server that will not boot or accept SSH, using the browser VNC console or rescue mode, and reset the root password.

Recover a cloud server you cannot reach over SSH. Applies to all VPS and dedicated servers.

These tools live under Options in the Cloud Console, in four sub-tabs: VNC, Rescue, Password and Settings.

The Options tab showing VNC enabled, with Disable VNC Access and Browser VNC buttons

Which one to use

SymptomUse
SSH refuses your password or keyPassword — reset the root password
Server boots but SSH does not respondVNC — get a console and investigate
Server does not boot at allRescue — boot a recovery environment
Installing an OS from your own mediaVNC plus boot media

VNC

VNC gives you the server's screen and keyboard, exactly as if you were standing in front of it. It works when the network stack or SSH is broken, because it does not depend on either.

  1. Open Options → VNC.
  2. Select Enable VNC Access if it is not already active.
  3. Select Browser VNC to open the console in a popup window.

VNC is unencrypted. Anyone positioned to observe the network between you and the server could record the session, including anything you type — such as a root password. Use it to diagnose, then use SSH for real work, and select Disable VNC Access when finished.

Allow popups for the console if the window does not open.

Rescue mode

Rescue mode boots the server into a small recovery environment instead of your installed system, with your disk available to mount. Use it when the server will not boot at all — a broken fstab, a failed kernel update, a full disk.

  1. Open Options → Rescue.

  2. Start rescue mode.

  3. Connect over SSH or VNC using the rescue credentials shown.

  4. Mount your disk, for example:

    mount /dev/vda1 /mnt
  5. Repair what is wrong, then unmount and reboot back into your system.

Rescue mode does not change your disk. Nothing is modified unless you modify it.

Reset the root password

Under Options → Password. The server must be powered off for the change to apply — see Reset the root password from the Cloud Console.

Settings

Server-level options such as the boot loader. Change these only when you have a specific reason; the defaults suit almost every installation.

On this page