• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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