# Overview tool for agencies managing multiple sites

**URL:** https://discourse.roots.io/t/overview-tool-for-agencies-managing-multiple-sites/24447
**Category:** general
**Tags:** composer, bedrock
**Created:** 2022-12-22T14:13:31Z
**Posts:** 5

## Post 1 by @perforsberg77 — 2022-12-22T14:13:31Z

Hi,

We are running +50 sites, all based on bedrock and composer. We have our own themes/plugins and premium plugins in our own gitlab repository for centralized storage and accessible for all our sites. We use [GitHub - sourcebroker/deployer-extended-wordpress-composer: Composer based WordPress deployment with deployer.org.](https://github.com/sourcebroker/deployer-extended-wordpress-composer) for release based deploy on local/staging/production.

We like this toolset and way of working, but the downside is that we can´t use services like [https://infinitewp.com/](https://infinitewp.com/) or [https://mainwp.com/](https://mainwp.com/) for easy maintenance (wp/theme/plugin updates, because if you do update, composer file will be out of sync) or to get a quick overview of the health status for all our sites.

We would like to have a dashboard where we can see for example which sites are in most need of wp/theme/plugin update, which sites are running old php version, which sites uses this plugin that we just updated, we have premium plugin version X in our repository but author have published a new version etc. The dashboard will help us with maintenance to know which sites are up to date and which sites that needs update. The actual updates will be done manually site by site with our deploy script and in the order local/staging/production.

Any other agencies that wants to share how you are dealing with the maintenance of multiple sites? Do you know any good tool/service for this that works with composer based sites? I guess we can´t be the only ones struggling with this.

Thanks,

/Per

---

## Post 2 by @ben — 2022-12-22T14:33:27Z

> [@perforsberg77](#):
>
> Any other agencies that wants to share how you are dealing with the maintenance of multiple sites? Do you know any good tool/service for this that works with composer based sites? I guess we can´t be the only ones struggling with this.

Specifically for this part of your question - my suggestion is to use something like Dependabot/Renovate on your git repos to automate PR’s for dependency updates for WP itself ([like used on the Bedrock repo](https://github.com/roots/bedrock/pull/659)) and all of your plugins.

---

## Post 3 by @strarsis — 2022-12-22T23:57:56Z

So I always wanted to set up proper logging, like ELK stack and let the web server stream the log data to it. Then I can see in real time what is happening, trends, etc.  
Stats solutions like Prometheus would also offer a handy dashboard.

---

## Post 4 by @perforsberg77 — 2022-12-23T05:48:36Z

Ok, thanks, I will take a look and see how we could use that.

---

## Post 5 by @perforsberg77 — 2022-12-23T05:52:39Z

ok, thanks for the tip, I’ll check it out

---

## Post 6 by @system — 2023-02-02T14:14:06Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
