Skip to content

Hetzner Rescue Mode

If you have already installed a system, proceed as follows to start the rescue mode.

1. Accessing Hetzner Robot Panel

2. Activating Rescue Mode

  • Go to Server in Sidebar
  • Select your Server
  • Go to the Rescue Tab
  • Click the Button: ‘Activate Rescue System’

3. Rebooting your Server

  • Go to Reset Tab
  • Select Trigger automatic hardware reset
  • Click Button: ‘send’

4. Connection to the Server via SSH

  • Open Windows Terminal
  • Use the command: ssh root@<yourIP4>

5. Loggin

When prompted for a username, enter “root”.

5.1 Using the Password (if applicable):

  • Go to the Rescue Tab
  • Copy the Password
  • Login with the given password in ssh

5.2 Using SSH-Key

If you have selected an SSh key in the Rescue tab, you must enter the path where your SSH key is located in the first connection.

  • Use the command: ssh root@<yourIP4> -i "PathToYourSSHKey"