Matomo Analytics Tracking Pixel

Vps Guide

Learn how to manage your Virtual Private Server, reset passwords, and use remote access tools.

VPS

Guides for managing your Virtual Private Server, including password resets and remote access.

Copy link

To reset the root password you need to follow these instructions:

  1. Login to your user
  2. Click the VPS control button for the VPS in question
  3. Press remote access
  4. Mount the System Rescue CD 8.04-amd64 image
  5. Go into the console below and type in “fdisk -l”

This lists all disks and partitions. Your root partition is typically something like /dev/vda1 or /dev/nvme0n1p2.

  1. Type in “mount /dev/vda1 /mnt”
  2. Then type in “chroot /mnt”
  3. Reset the password by typing in “passwd”
  4. Type in the following commands:
exit && umount /mnt && reboot