1. Log in to your Velidc control panel and switch your server to Rescue Mode.

2. Connect to your server via SSH using the rescue mode login details.

3. Mount your main system partition: mount /dev/sda1 /mnt

4. Access your original operating system: chroot /mnt

5. Run the command to reset password: passwd root

6. Enter your new password twice when prompted.

7. Type exit to leave the chroot environment.

8. Go back to the control panel and reboot your server back to normal mode.

Note: Rescue mode runs a temporary independent Linux system, it will not affect your original server data.

Was this answer helpful? 0 Users Found This Useful (0 Votes)