Question
How to change the Plesk administrator email address?
Answer
- Log into Plesk.
- Press on administrator username on the right-upper corner of the Plesk panel and after press the Edit Profile button:
Click on the screenshot below to expand - Specify the required email address into the Email address* field:
- Scroll down and press the OK button to apply the changes.
Solution using CLI method for Plesk on Linux
- Log into the server via SSH.
- Execute the command below to change the Plesk administrator email address:
# plesk bin init_conf -u -email [email protected]
Note: replace
[email protected]
with the name of the required mail address.
Solution using CLI method for Plesk on Windows
- Log into the server via RDP.
- Start a command prompt as an Administrator.
- Execute the command below to change the Plesk administrator email address:
C:> plesk bin init_conf -u -email [email protected]
Note: replace
[email protected]
with the name of the required mail address.