• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/
  • On Plesk for Linux mod_status is disabled on upgrades to improve Apache security.
    This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.

psa database

P

pahuja

Guest
I am using a code that accesses information from the psa database. This database stores all information about the servers and hosting and has several tables. I am not able to locate where the following information is stored.
a) FTP username
b) FTP password
c) control panel username and password

Thanks
 
Powertoys does not give me all details that I want and I have done almost everything else. I am unable to find the table where this information is stored. One I find this, my job is complete.
 
It's not in a single table. Usernames (all) are stored in 'pd_users' table, passwords are stored in 'accounts' table. Referenced via 'pd_users.account_id' ==> 'accounts.id'.
 
I am on Plesk 8.0
my pd_user contains the following fields
id | int(10) unsigned
login | char(20) binary
passwd | char(15)
pd_id | int(10) unsigned

the accounts table is

id | int(10) unsigned
type | enum('plain','crypt')
password varchar(255).

The solution which you have offered does not help.

Thanks
 
Back
Top