To change the password of a subscription’s system user in Plesk, you have a couple of options:
Using the Plesk Customer Hosting Panel:
- Log into your Plesk Customer Hosting Panel.
- Click on Dashboard tab.
- Go to Hosting Settings (Look for icon that looks like sliders up and down.):
- In the System user section, set the new password for the system user in the Password and Confirm password fields.
- Click OK or Apply to save the changes1.
Directly on the Server (via SSH or RDP):
- Connect to the server using SSH or RDP.
- Execute the following command to change the password of the subscription’s system user:
# plesk bin subscription --update example.com -login user -passwd 'password'
example.com
with the actual domain name anduser
with the system user’s login name1.
Remember to replace placeholders like example.com
, user
, and password
with the appropriate values. If you prefer using the Plesk interface, follow the first method; otherwise, use the command-line approach.
For additional information, you can also learn how to change the name of a subscription’s system user in Plesk1. If you encounter any issues, feel free to ask for further assistance!