Plesk for Windows
Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
- Plesk for Windows
Symptoms
When creating a subscription/domain or switching the Hosting type to website hosting in Plesk > Domains > example.com > Hosting Settings, the following error message appears in Plesk:
PLESK_ERROR: User account jdoe already exists.
Cause
Database inconsistency.
The system user exists in the Plesk database.
Resolution
-
Remove the Plesk system user from the Plesk database
# plesk db "DELETE FROM sys_users WHERE login = 'jdoe'"
-
Remove the Plesk system user from the system:
-
in Plesk for Linux:
# deluser jdoe
Note: On on CentOS/RHEL-based distributions, the command
deluser
has to be replaced withuserdel
. -
in Plesk for Windows Server:
C:\> net user jdoe /delete
-
Comments
0 comments
Please sign in to leave a comment.