Complete Data Ownership
When you manage sites through MainWP, data flows directly between your Dashboard and your Child Sites:- Sync operations pull data from Child Sites into your Dashboard database
- Update commands go from your Dashboard to Child Sites
- Reports and analytics are generated and stored on your Dashboard server
- No data passes through MainWP servers at any point
Open Source Transparency
MainWP is released under the GPLv3 license, with all source code available on GitHub. You can:- Review every line of code before installing
- Verify security implementations match documentation
- Track changes between versions through commit history
- Fork the project for custom modifications
- Contribute improvements back to the community
Self-Hosted vs. SaaS Comparison
Auditing the Code
If you want to verify our privacy claims or review security implementations:- Visit the MainWP GitHub organization
- Clone or browse the repository for MainWP Dashboard or MainWP Child
- Key areas to review:
/class/directory contains core functionality/includes/handles API and database operations- Connection encryption uses OpenSSL (see security documentation)
