Knowledgebase

How to Recover Your VPS Data in Rescue Mode  Print this Article

First Read the guide for How to enable Rescue Mode .

Once you have enable Rescue Mode successfully , now you need to login to your VPS using SSH Client .

Download SSH Client : https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 

Host: Your VPS IP.

Click on button "Open" , afterwards you will be prompt with login option.

Username: root
Password: Your rescue mode password

https://i.imgur.com/IghXp75.png

 

Now we need to mount your VPS Disk/Storage to Rescue Mode OS .

Run these command:

fdisk -l

You can see the device name here: /dev/vdb1

In some case, it can be different name such as /dev/sda1 or /dev/sdc1

You should see the size of disk device so detect your VPS disk space.

Now, you can need to run below commands to mount this disk to rescue mode OS.

First we need to create mount directory:

mkdir /backup

Now we need Mount /dev/vdb2 to /backup folder.

mount /dev/vdb2 /backup

We have mounted the /dev/vdb2 successfully .

Now we need to access the mounted directory using sFTP/FTP Software .

Download FTP Client : https://filezilla-project.org/download.php

Once login to sFTP successfully ,now you need to go to /backup directory to access your files.

You can see all your data is here .

Now you can download all your important data from here.

Once you have taken backup of your important data , you now need to disable rescue mode by going to your VPS Control Panel.

Click Rescue Mode -> Disable Rescue Mode.

https://i.imgur.com/Dtl5QWT.png

 

 

Was this answer helpful?

Related Articles

How To Connect Via RDP (Remote Desktop Connection)
How do I access my VPS using remote desktop?1.On your windows computer, click Start...
How to install Custom Operating System from .ISO
Hi Thank you for choosing service from Host4Fun .At Host4Fun it is possible to load your "own ,...
How To Activate Windows Server 2008/2012 R2 Trial License
Hi Thank you for choosing service from Host4Fun . Step 1 : Right Click on Computer Icon , then...
How To Activate Windows Server 2012 R2 Trial License
Hi Thank you for choosing service from Host4Fun . Go to run > cmd > slmgr.vbs /rearm and...
How to enable ping response on Windows Server 2008
By default Windows Server 2008 firewall blocks ping requests. To enable please follow the...