Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to change the default port for Plesk?  (Read 1968 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest
How to change the default port for Plesk?
« on: November 24, 2013, 04:41:23 am »


In Linux:

To change the port Plesk listens on you will need to edit /usr/local/psa/admin/conf/httpsd.conf file and change the following directives to list the port you want Plesk to listen on:

Code: [Select]
Listen 8443
Port 8443
VirtualHost *:8443>

You will need to restart Plesk afterwards. Plesk cannot listen on any of the ports used for common services.

In Windows:

Most Plesk installs will be using Apache by default. You will want to edit the Apache configuration file C:\Program Files\SWsoft\Plesk\admin\conf\httpd.conf

Change the following line to list the port number you want Plesk to listen on:

Code: [Select]
Listen 8443
Then, restart Plesk Control Panel.

--

:)