How to activate Tagmanager for cloud-based matomo

How do I activate TagManager without the admin screen? I am running a cloud-based implementation of matomo. We do not activate plug-ins via admin screen as we have multiple hosts so we typically only activate plugins via updates to plug-in library and the config.ini.php file. Will this work for TagManager?

TagManager is installed in the plugin lib. Do I activate by just adding to config.ini.php file?:
Plugins[] = “TagManager”
PluginsInstalled[] = “TagManager”

Hi,

You can enabled and disable Matomo plugins from the commandline:
e.g.

sudo -u www-data php ./console plugin:activate pluginname