[{"data":1,"prerenderedAt":107},["ShallowReactive",2],{"seo-verification":3,"marketplace-app-en-mautic":6},{"google":4,"bing":5},"EycwPY2XMyTkVzas3n1ygeNJFGAH513qrMjfDljzsMQ","",{"slug":7,"slugs":8,"categorySlugs":9,"name":13,"description":14,"phase":15,"unavailableReason":16,"docsUrl":17,"logo":16,"github":16,"tagline":18,"longDescription":19,"features":20,"useCases":29,"steps":39,"faq":55,"specs":71,"compatibleOs":77,"relatedApps":78,"relatedPosts":100,"category":104},"mautic",{"fr":7,"en":7,"ar":7},{"fr":10,"en":11,"ar":12},"automatisation","automation-workflows","الأتمتة-وسير-العمل","Mautic","Open-source marketing automation platform: email campaigns, contact segmentation, lead scoring and drip workflows — no per-contact fees, no monthly subscription.",1,null,"https:\u002F\u002Fservorbit.com\u002Fblog\u002Fself-host-mautic-on-a-vps-open-source-marketing-automation","Self-hosted marketing automation — email campaigns, lead scoring and contact segmentation with no per-contact fees.","Mautic (GPL-3.0, 10 k+ stars, v5.2.3) is the leading open-source marketing automation platform, downloaded over 200 000 times and used by brands who want the power of HubSpot or ActiveCampaign without the $300–$3 000\u002Fmonth price tag.\n\nSelf-hosted on a ServOrbit VPS, Mautic runs as four lightweight containers: MySQL 8.0 for the database, and three Mautic containers for the web UI, the cron scheduler and the message queue worker. The web installer creates your admin account and ties the instance to your domain in under five minutes.\n\nMautic goes far beyond newsletters. You get a visual campaign builder with branching logic, event-based triggers and time delays. Contacts enter your database from embedded forms, landing pages, API imports or CSV uploads, and are immediately segmented by behaviour, geographic attributes or any custom field. Lead scoring rules assign points for page visits, email opens, link clicks and form submissions — letting you surface your hottest prospects automatically.\n\nThe platform integrates with Salesforce, SugarCRM, HubSpot, Zoho, Pipedrive and dozens of others via plugins, and exposes a full REST API for custom webhooks and app integrations. Because everything runs on your VPS, contacts and engagement data never leave your infrastructure.",[21,22,23,24,25,26,27,28],"Visual campaign builder — branching logic, event triggers, time delays and A\u002FB splits in a drag-and-drop canvas.","Contact segmentation — filter by demographic, behavioural or custom attributes and update segments dynamically.","Lead scoring — assign points for email opens, clicks, page visits and form submissions to prioritise outreach.","Landing pages and forms — build and host lead capture pages without an external tool.","Multi-channel outreach — email, SMS and social media actions in a single campaign flow.","REST API and 60+ integrations — Salesforce, HubSpot, Zoho, Pipedrive, Zapier and more.","Full data ownership — contacts, engagement history and campaign data stay on your server.","GPL-3.0 licence — no per-contact fees, no tier limits, unlimited contacts.",[30,33,36],{"title":31,"body":32},"Automated lead nurturing for a B2B SaaS","Capture leads from your signup form, score them by product page visits and feature-trial activity, and automatically send a personalised email sequence when they hit 50 points. Route high-score leads to your CRM and suppress low-score contacts from outreach — all without a human trigger.",{"title":34,"body":35},"E-commerce post-purchase campaigns","Trigger a welcome series 24 hours after a first order, send a review request 7 days later, and re-engage customers who haven't purchased in 90 days with a discount code. Mautic tracks every email open and click, letting you segment your next campaign by engagement tier.",{"title":37,"body":38},"Replace an expensive SaaS subscription","A Moroccan SMB running Mailchimp on a 10 000-contact list pays €110–€170 per month. Self-hosting Mautic on a ServOrbit VPS delivers the same segmentation, automation and analytics at the cost of the server — typically under $15\u002Fmonth — with no cap on contacts or email volume.",[40,43,46,49,52],{"title":41,"body":42},"Deploy Mautic from the ServOrbit Marketplace","In your ServOrbit control panel, go to Marketplace → Automation & Workflows → Mautic and click Deploy. The provisioner creates the MySQL database, generates the required secrets and starts all four containers (MySQL, web, cron worker and message queue worker).",{"title":44,"body":45},"Complete the installation wizard","Open your domain in a browser. Mautic will redirect you to its web installer. Enter your site URL, check the pre-filled database connection (already configured by the provisioner), create your admin account and confirm. The wizard runs the database migrations and redirects you to the Mautic dashboard.",{"title":47,"body":48},"Configure your email sending","In Settings → Email Settings, choose your SMTP relay (Amazon SES, Mailgun, Brevo or any provider). Enter your SMTP credentials and click Test Email to confirm deliverability before launching any campaign.",{"title":50,"body":51},"Import your contacts","Go to Contacts → Import and upload a CSV with at minimum an Email column. Map the CSV columns to Mautic fields, add the contacts to a segment, and enable double opt-in if required by GDPR. Mautic validates the import and flags malformed addresses automatically.",{"title":53,"body":54},"Build your first campaign","In Campaigns → New Campaign, drag a Contact Source node (your segment), wire it to a Send Email action and set a 24-hour delay before a Follow-Up Email. Publish the campaign and watch the Timeline tab fill with engagement events as contacts flow through.",[56,59,62,65,68],{"q":57,"a":58},"Does Mautic require an SMTP relay?","Yes, to send email campaigns you need an SMTP relay (Amazon SES, Mailgun, Brevo, SendGrid, Postmark or any provider). Mautic cannot send emails directly from the VPS because residential and cloud IP ranges are typically blocked by major mail providers. Configure SMTP in Settings → Email Settings immediately after installation.",{"q":60,"a":61},"How is Mautic different from Listmonk?","Listmonk is a high-performance newsletter and transactional email tool — ideal for sending the same message to a large list with minimal setup. Mautic is a full marketing automation platform: it adds contact scoring, campaign branches, landing pages, forms, CRM integrations and event-driven workflows. If you just need bulk newsletters, Listmonk is simpler; if you need behavioural automation, use Mautic.",{"q":63,"a":64},"Can Mautic handle unlimited contacts?","Yes. Unlike Mailchimp or Brevo, Mautic imposes no contact limits — the ceiling is the disk and memory of your VPS. A 4 GB RAM VPS comfortably handles lists of 50 000–100 000 contacts. For larger lists, tune MySQL innodb_buffer_pool_size and consider a dedicated database VPS.",{"q":66,"a":67},"Is a domain name required?","Yes, a domain is required for Mautic to work correctly. Email tracking links, unsubscribe pages, landing pages and form submissions all use absolute URLs anchored to the domain you configure during the installation wizard. Changing the domain later requires manual edits to the local.php configuration file.",{"q":69,"a":70},"How do I keep Mautic up to date?","Mautic releases a new version roughly every two months. To upgrade, pull the new image tag (e.g. mautic\u002Fmautic:5.3.0-apache) in your compose file, run docker compose pull && docker compose up -d and let the web container run the database migrations on first start. Always back up the MySQL volume before upgrading.",{"ram":72,"cpu":73,"disk":74,"os":75,"port":76},"2 GB minimum (web + cron + worker + MySQL 8.0)","2 vCPU recommended","20 GB minimum","Ubuntu 22.04 \u002F 24.04","80\u002F443 (nginx reverse proxy)",[],[79,86,91],{"name":80,"slug":80,"categorySlug":11,"categoryName":81,"categoryColor":82,"logo":83,"tagline":84,"description":85},"n8n","Automation & Workflows","text-brand-action bg-brand-action\u002F10","https:\u002F\u002Fcdn.simpleicons.org\u002Fn8n","Automate your business processes with 400+ integrations — 100% self-hosted on your VPS.","Automate your workflows across applications without code. Over 400 integrations, 100% self-hosted on your VPS.",{"name":87,"slug":88,"categorySlug":11,"categoryName":81,"categoryColor":82,"logo":16,"tagline":89,"description":90},"Listmonk","listmonk","Open-source newsletter platform — unlimited subscribers, campaigns and transactional email, self-hosted on your VPS.","Open-source newsletter and bulk email platform: manage subscribers, create campaigns and send via your own SMTP — no per-contact fees, self-hosted on your VPS.",{"name":92,"slug":93,"categorySlug":94,"categoryName":95,"categoryColor":96,"logo":97,"tagline":98,"description":99},"Chatwoot","chatwoot","collaboration-productivity","Collaboration & Productivity","text-indigo-400 bg-indigo-500\u002F10","https:\u002F\u002Fcdn.jsdelivr.net\u002Fgh\u002Fselfhst\u002Ficons\u002Fsvg\u002Fchatwoot.svg","Self-hosted customer support hub — live chat, email, WhatsApp and social media in one open-source inbox.","Open-source omnichannel customer support platform — live chat, email, WhatsApp, Telegram and social in one interface, self-hosted on your VPS.",[101,102,103],"heberger-listmonk","n8n-vs-node-red","spf-dkim-dmarc-delivrabilite-emails-pro",{"key":10,"slug":11,"name":81,"objective":105,"icon":106,"color":82},"Automate business processes.","automation",1787661758842]