Guides

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

Creating a new web project

Generic PHP project — wizard creates folder and record; vhost, pool, database and SSL manually on the project page.

  1. Wizard — New project

    Projects → New project. Enter domain, choose web server (Apache/Nginx backend), PHP version and document root. Optionally check Create index.php.

  2. What the wizard creates immediately

    The panel creates the project folder, log directory, optional index.php and a record in the panel database. It does not create virtual host, PHP-FPM pool or MariaDB database.

    /web/public_html/<domena>/
    /web/logs/<domena>/
  3. Next steps on the project page

    Recommended order in the panel: (1) Create virtual host, (2) Create PHP-FPM pool, (3) Create MariaDB database, (4) File manager — upload app, (5) Backup, (6) Logs, (7) SSL certificate if HTTPS is needed.

  4. DNS and reverse proxy

    Set domain A record to server IP. If frontend reverse proxy is enabled (Nginx on 80/443), traffic is forwarded to the project backend port.

    Tip

    Install CMS apps (WordPress, Joomla…) manually via file manager — the panel has no auto-install template wizards.