hi. is it possible to change port of ispconfig3 panel? by default its on 8080 i want to change it. is it possible? pls guide me. thanks
Yes. Easy way is to do it during installation of ISPConfig, the installer asks what port to use For an already installed ISPConfig panel, use Internet Search Engines with Code: site:howtoforge.com ispconfig panel port change
Hello, @Tyrant Please follow these steps to change port of ispconfig3 panel : Step 1:- Open terminal and login as root. Step 2:- Go to /etc/apache2/sites-enabled/000-ispconfig.vhost . Step 3:- Now you will see : Listen 8080 NameVirtualHost *:8080 Now change 8080 as your desired port(e.g. 8000). Step 4:- Similarly change VirtualHost _default_:8080 TO VirtualHost _default_:8000. Step 5:- Then restart your apache2. Now browse Ispconfig in new port as http://ip-addresss:8000. I hope above information will be useful for you. Thank you.