Guides

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

Installing the web stack (wizard)

Apache, Nginx, PHP-FPM, MariaDB, Certbot, Adminer, vsftpd and UFW via the Web stack module in the panel.

  1. Open Web stack

    In the panel sidebar choose Web stack → Install tab. The wizard shows installed and available components.

  2. Select components

    Check what you need before creating projects. Typical LAMP/LEMP setup: Apache or Nginx, PHP-FPM (e.g. 8.3), MariaDB, Certbot, Adminer. vsftpd and UFW are optional.

    Preporučeno za prvi projekt:
      ✓ Apache ili Nginx (backend)
      ✓ php8.3-fpm (+ ekstenzije)
      ✓ mariadb-server
      ✓ certbot
      ✓ adminer (phpMyAdmin alternativa)
      ✓ ufw (firewall)
  3. Preview and install

    Click Install preview, verify the package list and confirm. The panel runs apt installation in the background — watch the log until it finishes.

  4. Post-install check

    On the same tab you see service status (running/stopped). PHP extensions and PHP.ini tabs are for further tuning before projects.

    Tip

    Frontend Nginx (reverse proxy on 80/443) is configured in the Reverse proxy module if enabled in panel settings.