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:
- Login to your user
- Click the VPS control button for the VPS in question
- Press remote access
- Mount the System Rescue CD 8.04-amd64 image
- 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.
- Type in “mount /dev/vda1 /mnt”
- Then type in “chroot /mnt”
- Reset the password by typing in “passwd”
- Type in the following commands:
exit && umount /mnt && reboot