Getting started guide

Quickstart Matomo

Privacy-respecting analytics

What is Matomo?

Matomo is an ethical and open source alternative to Google Analytics. Analyze your website traffic while respecting your visitors' privacy and staying GDPR compliant.

Your data stays 100% with you, no sharing with third parties, no third-party cookies required.

🔒
100% GDPRCompliant without cookie banner
💾
Your dataStored on your server
📊
Complete reportsVisitors, pages, sources, etc.
Real-timeSee your visitors live

1 How to access

After deploying your instance, you receive your credentials by email. You can also view them in your InstantApp dashboard.

From your instance details page, simply click the button to open the application directly:

Matomo
URL (with custom subdomain) https://monentreprise-matomo.locordi.com
URL (with auto-generated subdomain) https://matomo-123456.locordi.com
Administrator credentials admin / (password in dashboard)

💡 Tip

Click on "Show credentials" in your instance details page to reveal the passwords.

2 Add tracking code

To start collecting data, you need to add the Matomo tracking code to your website.

  1. Log in to Matomo with your admin credentials
  2. Go to Administration (gear icon) > Measurables > Websites
  3. Click "View tracking code" for your site
  4. Copy the JavaScript code and add it before the </head> tag on your site
<!-- Matomo tracking code -->
<script>
  var _paq = window._paq = window._paq || [];
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  // ... (your Matomo URL)
</script>

💡 Tip

If you use WordPress, install the "WP-Matomo" or "Site Kit" plugin for simplified integration.

3 Verify everything works

  1. Log in to Matomo
  2. Go to Dashboard
  3. Visit your website from another browser or device
  4. In Matomo, go to Visitors > Real-time to see your visit

✅ Tracking active

If you see your visits appearing in real-time, Matomo is properly configured!

⏳ Patience

The first data may take a few minutes to appear. Refresh the page if needed.

4 Useful resources

Official website - matomo.org Official documentation

? Need help?

Our support team is available to help you set up your solution.

Contact support