Wrong passwort reset URL

Discussion in 'Installation/Configuration' started by Blubmann1337, Jul 3, 2026.

  1. Blubmann1337

    Blubmann1337 New Member

    Hi everyone,
    I am having a problem where ISPConfig is providing me with an incorrect URL when I use the password reset feature. In one ISPConfig environment, the reset email includes the servers internal IP address. In another environment, the address is included, but with port 8080. How is this URL generated, and where can I adjust it?
     
  2. remkoh

    remkoh Well-Known Member HowtoForge Supporter

    Create file /usr/local/ispconfig/interface/lib/config.inc.local.php and in it:
    Code:
    <?php
    //** ISPConfig panel url
    $conf['interface_base_url'] = 'https://<address to be used>';
    ?>
    
     
    Last edited: Jul 3, 2026
    Blubmann1337 and ahrasis like this.
  3. Blubmann1337

    Blubmann1337 New Member

    Works for me, thank you
     

Share This Page