A Rescue System is a Debian-based Linux live environment that provides administrative access to your server, even if the installed system can no longer boot. This environment boots via network (PXE) and runs in the server's memory without affecting your drives or data. It enables system repairs, data recovery, backups, hardware checks, and operating system installation. To boot your server into the Rescue System, activate it through the management interface: If you have previously uploaded an SSH key, you can log in without a password. After activation, restart the server to load the Rescue System. If you don't have access to the server, use the reset function in the management interface under the 'Reset' tab. Activation is valid for one boot only and will expire after 60 minutes if the server is not restarted. To access your drives in the Rescue System: For LVM volumes: To reset the root password on the installed system: Use the What is a Rescue System?
Activating the Rescue System
root
via SSH.Restarting the Server
Mounting Drives in the Rescue System
lsblk
command./dev/md2
, using mount /dev/md2 /mnt
.
ls /dev/mapper/*
.mount /dev/mapper/vg0-root /mnt
.Resetting the Root Password
chroot-prepare /mnt
chroot /mnt
passwd
and exit with exit
.Installing an Operating System
Installimage
script to install operating systems. This tool provides a user-friendly menu to customize settings like drives, RAID, partitions, and LVM.