Change path access to ISPConfig 3

Discussion in 'Installation/Configuration' started by hubhub85, May 10, 2021.

  1. hubhub85

    hubhub85 New Member

    Hello,

    When i use ISPConfig 3 i use x.x.x.x:8000. How I can change this to a subdomain for example panel.example.com?
    For server DNS I use Cloudflare. I have definite record A x.x.x.x to panel.example.com
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Set up a A record for panel.example.com to your IP and then visit panel.example.com:8080 (if it does not work right away, wait some time until changes are propagated)
     
  3. hubhub85

    hubhub85 New Member

    Ok, I have set up it. When I ping panel.example.com I see my server Ip address. But I don't visit panel.example.com:8080.
    Does the hostname matter?
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    What do you mean?
    Can you share the real address?
     
  5. hubhub85

    hubhub85 New Member

    I connect to this address x.x.x.x:8000
    But when I try to connect to this address x.x.x:8000 i see the error
     
    Last edited: May 10, 2021
  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    https://panel.editit.pl:8000/ is working for me. You have a certificate error because there is no valid certificate. If your hostname is panel.editit.pl, run a force update and let it generate a new cert:
    Code:
    ispconfig_update.sh --force
    If your hostname is different, use this guide: https://www.howtoforge.com/tutorial/securing-ispconfig-3-with-a-free-lets-encrypt-ssl-certificate/ (if you are using acme.sh, make sure to replace use /root/.acme.sh instead of /etc/letsencrypt)
     
    hubhub85 likes this.
  7. hubhub85

    hubhub85 New Member

    Yes, it's working I don't check the certificate. My bad. Thank you for your help.
     
  8. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

Share This Page