Rescue System
Learn what the rescue system is and how to boot your server into it.
For the latest information on any disruptions, visit our status page: https://www.netcup-status.de
1. What Is the Rescue System?
A rescue system is a minimal operating system that can be started independently of the installed system. It helps you test your server's performance and stability, check network problems, back up data, and repair the main system.
Note that the server must be shut off before activating the rescue system.
2. Booting the Server into the Rescue System
- Log in to the Server Control Panel (SCP) and select your server.
- Go to Control.
- Click ACPI Shutdown.
- Go to Media > Rescue System.
- Click Activate and OK on the right.
- Make a note of the displayed password.
- The server will boot into the rescue system.
When the rescue system is active, the firewall is disabled and cannot be activated.
3. Connecting to the Rescue System
You can access the rescue system via the SCP screen or by connecting via SSH. When connecting via SSH, use the username "root" and the password that was displayed previously.
4. Establishing a Network Connection
The server should normally have an active internet connection (IPv4 and IPv6) when booting into the rescue system. If this is not the case, or if another interface needs to be activated, proceed as follows:
- Execute the following command:
grml-network - You will then be prompted to configure the interface. Select:
netcardconfig - The question "Configure VLAN on this interface?" will appear. Select: No
- Select Yes for "Interface enabled. Do you want it auto-enabled at boot?".
5. Deactivating the Rescue System
The rescue system must be deactivated manually.
- Go to Rescue System and click Deactivate and OK on the right.
- This will automatically shut down the server.
- Start the server manually. The boot sequence will then reset to its original setting.