• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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