Open-source marketing automation does not have to mean giving up your data to a SaaS vendor. Mautic puts email campaigns, contact tracking, and lead nurturing under your own roof. Running it on Ubuntu 24.04 takes more effort than signing into HubSpot, but the reward is full control over your stack, your costs, and your customer data. You decide when to update, how to scale, and where your information lives.

Before you start, point a domain at your server and make sure your Ubuntu 24.04 instance has at least 2 GB of RAM. Mautic is not lightweight; PHP will consume memory when it rebuilds large segments or processes campaign logic. If you plan to send to thousands of contacts, 4 GB makes the experience far smoother.

Build the LEMP Foundation

Mautic expects a LEMP stack: Nginx, MySQL, and PHP. On Ubuntu 24.04, the default PHP version is 8.3, which works well with current Mautic releases. Start by updating your package list, then install Nginx and MySQL Server. After that, pull in PHP-FPM and the exact extensions Mautic needs:

  • php-fpm
  • php-mysql
  • php-imap
  • php-curl
  • php-gd
  • php-xml
  • php-mbstring
  • php-zip
  • php-intl
  • php-bcmath

Each extension serves a real purpose. The IMAP extension reads bounce messages and unsubscribe replies. GD handles image processing for thumbnails. Mbstring and Intl manage character sets and translations across languages. BCMath gives you precise math for lead scoring and currency calculations. Do not skip any of them, or the installer will complain halfway through.

If Apache is already installed, remove it. Both web servers want port 80 and 443. Running them side by side causes silent failures that are frustrating to debug. A clean apt remove apache2 followed by apt autoremove prevents that headache entirely.

Tune PHP and the Database

Mautic’s installer and background jobs are memory-hungry. Open your PHP-FPM configuration file, located at /etc/php/8.3/fpm/php.ini, and raise the memory limit to 512 MB. Set the upload size to 50 MB so you can import contact lists and asset bundles without hitting arbitrary walls. After saving, restart PHP-FPM to apply the changes. While you are at it, bump post_max_size to match your upload limit; otherwise PHP rejects large multipart form submissions even when upload_max_filesize looks correct.

Next, create a dedicated MySQL database and user. Call the database whatever you like, but keep the username and password in a password manager. Mautic stores every contact action, campaign decision, and email open event in these tables, so granting broad privileges to a single-purpose account limits exposure if something else on the server is compromised.

Install Mautic and Its Tooling

Download the latest stable Mautic release and extract it into /var/www/html/mautic. Set the directory owner to www-data so the web server can write cache files, logs, and local configuration updates. On Ubuntu, that means running chown -R www-data:www-data /var/www/html/mautic.

You also need Composer and npm installed on the server. Composer resolves PHP dependencies, and even if you deploy from the pre-built release archive, you will need Composer later when adding marketplace plugins or running manual updates. Npm matters if you ever customize themes or build frontend assets from source. Having both tools ready now saves you from scrambling when the project evolves.

Configure Nginx and Lock It Down

Your Nginx virtual host should point its root directory to /var/www/html/mautic and treat index.php as the default index. Route PHP requests to the Unix socket that PHP-FPM opens, typically at /run/php/php8.3-fpm.sock. A solid server block includes a try_files directive that falls back to the front controller, plus a location block that denies access to hidden files starting with a dot. Mautic ships with .htaccess files meant for Apache, but Nginx ignores them, so explicit deny rules in your virtual host keep your logs and temp directories private.

Before you run the web-based installer, get a TLS certificate. Use Certbot with the Nginx plugin to pull a free Let’s Encrypt certificate and automatically rewrite your HTTP traffic to HTTPS. Mautic handles login credentials and contact data; there is no excuse for serving it over plain text.

Cron Jobs Are the Engine

Цей крок є обов'язковим. Без запланованих завдань Mautic — це лише панель керування, яка нічого не робить. Додаток ставить у чергу дії кампаній, надсилання електронних листів та перерахунок сегментів у базі даних, а потім покладається на командний рядок для їх обробки.

Налаштуйте завдання cron для користувача Mautic, щоб виконувати ці фонові обов'язки:

  • Оновлення сегментів
  • Запуск кампаній
  • Надсилання електронних листів
  • Отримання відмов

На практиці це означає виклик консольних команд Mautic з різними інтервалами. Перебудову сегментів можна запускати щогодини. Тригери кампаній та обробка черги електронних листів зазвичай потребують коротшого інтервалу — кожні п'ять-п'ятнадцять хвилин, залежно від обсягу. Отримання відмов через IMAP має відбуватися достатньо регулярно, щоб ваша репутація відправника не постраждала через неперевірені скарги на спам. Стежте за syslog або виводом cron, щоб переконатися, що завдання завершуються без помилок пам'яті.

Використання платформи

Щойно інсталятор завершить роботу, а cron почне працювати, увійдіть у панель керування. Інтерфейс зосереджений на трьох основних елементах: контактах, сегментах і кампаніях.

Використовуйте конструктор кампаній із функцією drag-and-drop для створення робочих процесів електронної пошти. Новий підписник потрапляє в потік, чекає день, отримує вітальне повідомлення та розгалужується залежно від того, чи натиснув він на посилання. Тим часом система балів (Points system) непомітно нараховує бали лідам, коли вони відвідують сторінки з цінами або відкривають анонси продуктів. Ви самі визначаєте пороги, які сигналізують про «гарячого» ліда, вартого дзвінка відділу продажів.

Сегменти автоматично групують контакти за визначеними вами правилами. Ви можете сегментувати всіх, хто відкрив кампанію протягом останніх тридцяти днів, або виділити контакти з певної країни. Форми на ваших лендінгах безпосередньо наповнюють ці сегменти. Поєднайте ці елементи, і ви отримаєте автоматизовану послідовність вирощування лідів (nurture sequence), яка реагує на поведінку, а не просто розсилає одне й те саме повідомлення всім контактам у списку.

Справжня робота після розгортання

Розгортання Mautic на Ubuntu 24.04 — це лише початок. Робіть резервні копії бази даних та директорії /var/www/html/mautic перед кожним оновленням. Стежте за логами помилок PHP під час встановлення нових плагінів. Тестуйте вивід cron після розширення списку контактів, оскільки завдання, яке виконується за секунди при тисячі контактів, може перерватися за тайм-аутом при п'ятдесяти тисячах.

Self-hosting замінює зручність керованого SaaS на суверенітет над вашими маркетинговими даними. Тут немає прив'язки до постачальника (vendor lock-in), непередбачуваних цін за кожен контакт і сторонніх організацій, які тримали б вашу аналітику в заручниках. Ви володієте сервером, базою даних і відносинами зі своєю аудиторією. Для команд, готових підтримувати Linux-сервер і кілька виразів cron, така угода зазвичай того варта.