• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Panel Password cahnge via ssh

Rayjack

New Pleskian
I have a server in Gremany with Hetzner and my laptop when down last night, so I chnge some time ago the panel password and now I am not able to conect, I need hellp on how to do it with SSH accesing root I look at the knowledgebase and I can not find the right directories posibly because I am in a rescue mode and I need to mount the drives before I can see the right directory.
please any help will be appreciate the reason is that I do know what I am doing but on LINUX my knowlege is limited. I can get in with ssh but as I said erlier in rescue mode .

Thank you in advance
Rayjack
 
Hello,

Have you mounted your HDD in resuce mode ? If not, Let me know following command output. I will priovide you some command to mount it

Code:
df -h

fdisk -l

And once you mount the disk, Check the following URL

http://kb.parallels.com/en/346
 
login as: root
Using keyboard-interactive authentication.
Password:
FreeBSD 9.1-RELEASE (GENERIC) #3 r243710M: Tue Apr 23 10:52:10 CEST 2013

Welcome to mfsBSD, the memory based FreeBSD distribution.

This is a stripped-down version of FreeBSD without:
- manual pages, info pages, examples
- include files, static library files, development tools
- bind binaries (host, dig, named, etc.)

Feel free to email me with any bug requests or feature suggestions.
Martin Matuska <[email protected]>
http://mfsbsd.vx.sk/
[root@rescue ~]# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/md0 41M 35M 2.9M 92% /
devfs 1.0k 1.0k 0B 100% /dev
tmpfs 720M 4.0k 720M 0% /tmp
tmpfs 791M 71M 720M 9% /usr
/dev/md1 61M 292k 56M 1% /var
nfs.hetzner.de:/nfs/freebsd 1.4T 342G 970G 26% /nfs
[root@rescue ~]# Filesystem Size Used Avail Capacity Mounted on
-bash: Filesystem: command not found
[root@rescue ~]# /dev/md0 41M 35M 2.9M 92% /
-bash: /dev/md0: Permission denied
[root@rescue ~]# devfs 1.0k 1.0k 0B 100% /dev
devfs: unknown command: 1.0k
[root@rescue ~]# tmpfs 720M 4.0k 720M 0% /tmp
-bash: tmpfs: command not found
[root@rescue ~]# tmpfs 791M 71M 720M 9% /usr
-bash: tmpfs: command not found
[root@rescue ~]# /dev/md1 61M 292k 56M 1% /var
-bash: /dev/md1: Permission denied
[root@rescue ~]# nfs.hetzner.de:/nfs/freebsd 1.4T 342G 970G 26% /nfs
-bash: nfs.hetzner.de:/nfs/freebsd: No such file or directory
[root@rescue ~]# [root@rescue ~]#
-bash: [root@rescue: command not found
[root@rescue ~]# ^C
[root@rescue ~]# fdisk -l
fdisk: illegal option -- l
usage: fdisk [-BIaipqstu] [-b bootcode] [-1234] [disk]
fdisk -f configfile [-itv] [disk]
 
Hello,


nfs.hetzner.de:/nfs/freebsd 1.4T 342G 970G 26% /nfs

May be your all plesk and domians files are stored under the "nfs" directoy becuase it's using 970GB disk space, So enter that directoy and try to run "usr/local/psa/bin/admin --show-password" command on your server

Also please let me know why you have booted your server in rescue mode ?
 
Hi and Thank you

I manage to fix it after the Hetzner support staff reset my root password and I gain access to my server in normal mode, it is too difficult to find anything on rescue mode because of the wrong flavor of the Linux it is my opinion that they need a different way of doing it.
Anyway thank you and let’s hope that they will fix their support configuration
Rayjack
 
Back
Top