• 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.

Problem with administrative panel of Plesk

K

kaxan

Guest
hello everyone, My problem is next
I intsll Plesk in my colocation center, but i dont have any control of plesk becouse is not show up.
When I there (colocation center) in local machine I have access, but when I work in my home PC i dont have access.
Please tell me why:)
 
Sound like it could be a firewall issue. Be sure that port 8443 is open to access the control panel.
 
From your PC at home or elsewhere, from a command prompt, see if you can telnet to port 8443 on your servers IP.

Example:
snort# telnet someserver.somedomain.com 8443
Trying xxx.xxx.xxx.xxx...
Connected to someserver.somedomain.com
Escape character is '^]'.

Telnet is always a good tool for verifying open ports.

It's probably a firewall issue if you can't connect as stated above.

You need to allow TCP port 8443 through.
 
Back
Top