Plesk for Linux
kb: technical
ABT: Group A
Applicable to:
- Plesk for Linux
Symptoms
Unable to access Plesk Installer web interface without having the root password on Amazon EC2 or Google Cloud instance:
Cause
Due to security restrictions on Amazon EC2 or Google Cloud instances, the command sudo
is used for obtaining root privileges.
The password for the user root
is not set by default.
Resolution
-
Connect to the server using SSH key (see also the corresponding articles from AWS and Google Cloud: 1, 2).
-
Obtain root privileges:
MYSQL_LIN: ubuntu@192.0.2.2:~$ sudo -i
-
Change root password:
MYSQL_LIN: root@192.0.2.2:/home/ubuntu# passwd root
-
Access Plesk Installer in Tools & Settings > Updates & Upgrades.
-
Input the newly updated password for the user
root
and follow the appearing instructions to use Plesk Installer functionality.
Comments
0 comments
Please sign in to leave a comment.