• 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

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