• 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

Issue Redirecting issues

KnightCrawler

New Pleskian
I installed Rancher UI and open 2 different ports for it and Plesk redirects me to the Plesk login screen, I'm using docker to run Rancher UI.

Thanks
 
hello @KnightCrawler ,

by default Plesk handle all domain names that pointed to it's IP addresses but not exists as Plesk domains as login to Plesk UI.

you can change this behavior at 'Tools and Settings > Customizing Plesk URL'.
 
@KnightCrawler,

when your docker container is running, what the command below shows

Code:
docker ps
?


it is expected something like
Code:
0.0.0.0:8086->8000/tcp
in the PORTS column


if it not please check port mapping for your docker container, probably it is listening on localhost (aka 127.0.0.1) only
 
Back
Top