FAQ: Set up login with SAML authentication

…view: myMatomoserver.whatever.com:1,2,3;myotherserver.com:all admin: myMatomoserver.whatever.com:all;mythirdserver.com:3,4 superuser: myotherserver.com;myotherserver.com/otherMatomo If you don’t want to use URLs in your access attributes, you can use the Special Name For This Matomo Instance setting to specify…

FAQ: How to configure ‘open_basedir’ for Matomo to enhance security?

…file (e.g., /etc/php/7.x/fpm/pool.d/www.conf): php_admin_value[open_basedir] = “/srv/www/matomo:/tmp” Using .htaccess (if allowed) If your server allows .htaccess configurations for PHP settings, you can add: php_value open_basedir “/srv/www/matomo:/tmp” What happens if a plugin…

FAQ: Using a single Matomo installation with multiple domains

…server with Apache, your website file paths might look something like the following, where example.com and example.org are your two domains: Matomo installation in /var/www/html/matomo example.com in /var/www/html/example.com example.org in…

FAQ: How do I upgrade an installed plugin?

…your server when your server executes code (Commonly a server will execute commands as either www-data or apache). sudo chown -R www-data:www-data /var/www/html/matomo/plugins/HeatmapSessionRecording/ Fix the permissions of the files and…

FAQ: What do the different rule types mean?

…way you want. Note: All comparisons are performed case-insensitive. This means a value matches a rule no matter if the domain is written for example www.Example.com or www.example.com. For all…

FAQ: How to create a Matomo Cloud account

…example below: Above shows the account name will be MYCOMPANY.MATOMO.CLOUD, as it extracts the website name from www.MYCOMPANY.com. For agencies or companies that manage several websites (i.e. www.mycompany1.com, www.mycompany2.com, etc.),…