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 port no. of Plesk  (Read 2653 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
How to change the port no. of Plesk
« on: February 10, 2014, 09:37:43 pm »
Hi All,

By default the port no of plesk is 8443. Due to some security issues it can be changed to any other port no.

To change the default port no. we can first edit the configuration file of plesk

# vi etc/sw-cp-server/applications.d/plesk.conf

edit the following line
listen <port no>;

And also edit the following file
# vi /etc/sw-cp-server/conf.d/ipv6_ports.inc:

then enter the port number required for the plesk to work in the following line
listen   [::]:8443 ipv6only=on ssl;


After setting this we need to restart  the server by

# /etc/init.d/sw-cp-server restart

That's it  :)