Reset Plesk’s admin password on windows Server :
Login to windows server via RDP as a administrator, then open command prompt and run following co
mmands :
C:Program FilesSWsoftPleskadminbinplesksrvclient.exe (according to plesk location)
or
cd %plesk_dir%
cd adminbin
Execute this "plesksrvclient.exe", you will be prompted to enter the new password for your “admin
” plesk user.
You can then log into the plesk interface again and use as normal.
Reset Plesk’s admin password on LInux Server :
Login to Linux server as root, and run following commands :
cd /usr/local/psa/admin/bin
export PSA_PASSWORD='newpassword'
echo $PSA_PASSWORD
./ch_admin_passwd
export PSA_PASSWORD=
cat /etc/psa/.psa.shadow
No comments:
Post a Comment