• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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