Projects
Creating a new web project
Generic PHP project — wizard creates folder and record; vhost, pool, database and SSL manually on the project page.
-
Wizard — New project
Projects → New project. Enter domain, choose web server (Apache/Nginx backend), PHP version and document root. Optionally check Create index.php.
-
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>/
-
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.
-
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.
TipInstall CMS apps (WordPress, Joomla…) manually via file manager — the panel has no auto-install template wizards.