• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Question Can't setup Plesk on Amazon Lightsail

rizqifeb

New Pleskian
Server operating system version
Ubuntu
Plesk version and microupdate number
Plesk Hosting Stack on Ubuntu
I just install Plesk on my Lightsail instance. When i will setup Plesk via One Time Login (I get it from run sudo plesk login | grep -v internal:8 command in SSH), the page always redirect me to Plesk page login (https://cool-easley.ip-address.plesk.page/login_up.php). What should i do?
 
Try following command via SSH:
Code:
set PSA_PASSWORD=new_password && plesk bin admin --set-admin-password -passwd "<your_new_password>"
Replace <your_new_password> with a password of your choice. Afterward try to login with user name admin and the password you've just set.
 
Last edited:
Run plesk bin settings --set disable_check_session_ip=true to allow for address changes during a single login session. And try login again afterwards.
 
Back
Top