Plesk

How to change the Plesk administrator email address?

Question

How to change the Plesk administrator email address?

Answer

  1. Log into Plesk.
  2. 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
    12387645139735.png
  3. Specify the required email address into the Email address* field:
  4. Scroll down and press the OK button to apply the changes.

 

Solution using CLI method for Plesk on Linux

  1. Log into the server via SSH.
  2. Execute the command below to change the Plesk administrator email address:

    # plesk bin init_conf -u -email admin@example.com

    Note: replace admin@example.com with the name of the required mail address.

Solution using CLI method for Plesk on Windows

  1. Log into the server via RDP.
  2. Start a command prompt as an Administrator.
  3. Execute the command below to change the Plesk administrator email address:

    C:> plesk bin init_conf -u -email admin@example.com

    Note: replace admin@example.com with the name of the required mail address.