Matomo Analytics rakningarpixill

Vps Leiðbeiningar

Lærðu hvernig á að sjá um sýndarþjóninn þinn (VPS), endursetja lykilorð og nota verkfæri til fjarstýringar.

Íslensk þýðing væntanleg. Það er allt í lagi.

VPS

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

Afrita hlekk

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