Change ISPConfig port (8080) panel in webgui ? (to 443)

Discussion in 'ISPConfig 3 Priority Support' started by ledufakademy, Nov 6, 2022.

  1. ledufakademy

    ledufakademy Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Depends on how you use that server, if it runs the control panel only and no websites, then you can just change the port in the ispconfig vhost file. If you run other sites on the system, then port 443 is already used, in this case you must also specify a server name in the vhost so that the web server knows which site to show. Finally, don't forget to make the changes update-save by copying the ispconfig_vhost template from /usr/local/ispconfig/server/conf/ to /usr/local/ispconfig/server/conf-custom/
     
    ledufakademy likes this.
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You can also specify port 443 as panel port when updating the panel server.
     
    ledufakademy and till like this.
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Indeed, good idea and easier to do than manual editing.
     
    ledufakademy likes this.
  5. ledufakademy

    ledufakademy Member

    thank to all of you, ;-)

    Note : my ispconfig server is doing all job (web, db , mail, dns ) , there is 4 web sites, is it safe to do it ? (no ?)
     
  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    No. What could work is setting up a proxy by creating a website with the FQDN of your panel and setting it as proxy to port 8080.
     
    ledufakademy likes this.

Share This Page