Hazard Hosts: How to Recover Your Files if Your VPS Becomes Corrupted or Unresponsive
If your VPS becomes corrupted or stops working, don’t panic — you can still recover your files using Rescue Mode. Follow this step-by-step guide to safely access and back up your data.
✅ Step 1: Access Your VPS from the Client Area
-
Log in to your Hazard Hosts client area:
https://billing.hazardhosts.com/clientarea.php -
Navigate to Services, then select the VPS that is currently experiencing issues.
-
Click the VPS name to open the management interface.
Step 2: Boot into Rescue Mode
-
On the VPS management screen, locate and click the Rescue button.
-
In the popup window, check the box labeled Boot from Rescue ISO.
-
Click Close, then Restart the VPS to boot into Rescue Mode.
Step 3: Download and Install WinSCP
-
Download WinSCP: https://winscp.net/eng/download.php
-
Launch WinSCP and enter the following:
-
Host Name: Your VPS IP address
-
Username:
root -
Password: Your VPS password
-
Click Login
-
Tip: If your password does not work, reset it from the client area and restart the VPS before logging in again.
Step 4: Open a Terminal Window
-
After logging in, press
CTRL + Tto open the Terminal. -
Click OK on any warning that may appear.
Step 5: Locate Your Disk and Mount It
-
In the terminal, run the following command to list available drives:
-
Identify the correct drive by comparing the listed storage sizes to your VPS plan. Your main drive is often labeled something like
sda1,sda2, etc. -
Once identified, mount the disk using the following commands (replace
sda1with your actual drive):
Step 6: Recover Your Files
Navigate to the mounted drive via WinSCP. Common file paths on a Windows VPS include:
-
/mnt/sda1/Users/Administrator/Desktop -
/mnt/sda1/Users/Administrator/Downloads -
/mnt/sda1/Users/Administrator/Documents
From there, you can safely drag and drop files to your local machine for backup.
Step 7: Exit Rescue Mode and Restart
Once you’ve recovered your files:
-
Return to the VPS management screen in your Hazard Hosts client area.
-
Disable Rescue Mode.
-
Restart the VPS.
-
You can now reinstall your OS or restore your services as needed.