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

Access CP behind a proxy

N

nasal tuft

Guest
Hey,

I was wondering if there was anyway to change the port number or setup a virtual directory in IIS (like webmail goes to :8425) to access the control panel. We have clients that are on corporate networks that cant get around their proxy servers to access the control panel.

Thanks :eek:
 
Plesk CP doesn't use IIS, it works on Apache service, so you can change port number in C:\Program Files\SWsoft\Plesk\admin\conf\httpd.conf file.
 
by default ....plesk goes to http://serverip:8425/ in the windows server....

there is a website called 'webmail' in the iis, which is actually points to the 8425 port.....so all you need to do is add a host header to the 'webmail ' website as webmail.domain.com and you will be able to acces the horde as

http:://webmail.domain.com//

Regards
cybernova
 
Originally posted by cybernova
by default ....plesk goes to http://serverip:8425/ in the windows server....

there is a website called 'webmail' in the iis, which is actually points to the 8425 port.....so all you need to do is add a host header to the 'webmail ' website as webmail.domain.com and you will be able to acces the horde as

http:://webmail.domain.com//

Regards
cybernova
He asked about control panel, not webmail :)
 
ohh ..i am sorry about that ..my mistake ...i overlooked the query :D
 
no problem :) I looks like it not possible. We have considered setting up a another box that port fowards on the network.
 
Back
Top