Features
What Manager for Craft reports about every site
Each site runs a small Craft plugin that reports outbound on a schedule. Manager for Craft collects those reports and answers what a maintenance rota actually asks: what is outstanding, what is urgent, and what stopped working. It only ever reads.
What Manager for Craft watches
- Updates Outstanding Craft and plugin updates across every site.
- Security Security releases flagged per site and per plugin.
- Licences Craft editions and commercial plugin entitlements.
- Backups Encrypted database backups, daily or weekly.
- Certificates TLS expiry and issuer, checked from outside the site.
- Capacity Disk space, queue depth and pending migrations.
All our features explained in detail
-
Backups
Encrypted Craft CMS database backups
Daily or weekly database backups without handing over database credentials. Encrypted on your server before they leave it.
-
Updates
Craft and plugin updates across every site
See what is outstanding on every site, and which of it is a security release, without opening a single control panel.
-
Security
Monitoring your Craft sites for exposure
Sixteen rules for exposure alone. Findings open with a severity, and close themselves when the site is fixed.
-
Monitoring
Know within fifteen minutes when a site stops reporting
Heartbeats every five minutes, TLS certificate expiry, disk space, response times and queue health.
-
Licences
Craft and plugin licence status across all your sites
Editions, trials, expiries and domain mismatches, worked out on the site. Licence keys are never transmitted.
-
Notifications
Alerts for the issues that need a person
Five events, by email or webhook, filtered by severity. Queued, so a slow endpoint never delays a site report.
Craft is not just another integration
Manager reports the operational information Craft developers already work with: plugin handles, Composer constraints, Project Config state, pending migrations, queue health. It does not reduce a website to a generic uptime percentage.
-
Craft CMS 4.4+ and 5
both majors, one plugin
-
Editions and licences
solo · pro · enterprise
-
Plugin handles and versions
vendor/package · 5.2.0
-
Composer constraints
^5.0 conflicts surfaced
-
Project Config state
pending changes flagged
-
Pending migrations
craft up outstanding
-
Queue health
failed jobs · backlog age
-
PHP and database compatibility
php 8.1 · mysql 8.0
-
Production and development environments
classified per site
-
Craft-native database backups
db/backup, not mysqldump guesswork
What we won't touch
These are boundaries we chose, not gaps waiting to be filled. Each one is why we can hold forty of your client sites without becoming the most attractive target in your infrastructure.
-
Installing updates
An update is a deployment. On any Craft site worth managing, composer update is followed by migrations, a project config sync, a cache clear and somebody looking at the front end. A monitoring tool reaching in would bypass all of it. Installing also requires filesystem write access and command execution on forty servers, and a compromised Manager holding that becomes a supply chain.
-
Restoring a backup into a site
Manager cannot write to your site. Retrieval is a command you run against storage, on a machine you choose, with a key we do not hold.
-
Running console commands or queries
Three jobs exist and none of them takes a command, a path, a query or a URL. A build script fails if code capable of any of those appears in the connector.
-
Storing your credentials
No Craft administrator password, no SSH key, no site database password. There is nowhere in the schema to put one, and a test walks the live database on every run to keep it that way.
Two more things are not built yet, and we say which on the roadmap.
Connect a site in about five minutes
- 01 Add the site in Manager for Craft.
- 02 Install the connector through Composer.
- 03 Enter the one-time pairing code.
- 04 Review the requested capabilities.
- 05 Receive the first heartbeat.
Enrolment codes are single-use and expire quickly. Connector credentials can be rotated or revoked at any time, and nothing is reported until a capability is granted.
$ composer require coysh-digital/craft-manager-connector
$ php craft plugin/install manager-connector
Installed.
$ php craft manager-connector/pair mgr_enrol_7qf2k91d
Requested capabilities:
· read craft & plugin versions
· read licence state
· read disk & queue health
· backups (not granted)
Paired. First heartbeat received.
See all your sites in about five minutes
Add a site, install the connector with Composer, paste the one-time code. The control panel updates within minutes. Fourteen days free, no card required, and nothing on your sites changes.
Craft CMS 4.4 and later