Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

SSL certificate (Let's Encrypt)

Issuing HTTPS certificate for a web project via the SSL tab on the project page.

  1. Prerequisites

    Certbot must be installed (Web stack). Project virtual host must exist and be enabled. Domain DNS A record must point to server IP. Port 80 must be reachable from the internet.

  2. Issue certificate

    Projects → select project → SSL tab → Issue SSL certificate. The panel runs certbot and updates the vhost for HTTPS.

  3. Dev environment

    If the domain is not publicly reachable, the panel may use a self-signed certificate instead of Let's Encrypt.

    Tip

    Panel SSL (port 10001) is configured separately in Settings → Panel SSL.