Open-source, self-hostable WordPress fleet management: backups, updates, uptime monitoring, security, and image optimization for every site from one dashboard you own. A self-hosted MainWP and WP Remote alternative.
https://wpmgr.app ↗// readme
WPMgr
Open-source, self-hostable WordPress fleet management.
WPMgr lets you enroll, monitor, update, back up, and secure a fleet of WordPress sites from one dashboard, all running on infrastructure you control. The control plane is a Go binary with a React dashboard; a lightweight PHP plugin on each managed site handles the work. Everything between the agent and the control plane is Ed25519-signed.
v0.61.143: open-source and production-usable for self-hosters. The agent plugin is reviewed and listed in the WordPress.org plugin directory.
Quick start
Get the whole stack running on your own server with one command, no repo clone needed:
curl -fsSL https://raw.githubusercontent.com/mosamlife/wpmgr/main/scripts/quickstart-selfhost.sh | bash
The script downloads every file the stack needs, generates all secrets, and prints the exact command to bring WPMgr up. You need a 64-bit Linux host with Docker 24+ (2 GB RAM is enough to start). See system requirements for sizing by fleet size, or the [full…