Digitizer Site Worker for Aura
·
Remote site management agent for Aura dashboard. Secure updates, health monitoring, and maintenance operations.
Digitizer Site Worker for Aura is a lightweight WordPress plugin that enables remote site management through the Aura dashboard. It provides secure REST API endpoints for:
- Site Health Status – WordPress version, PHP version, plugins, themes, database info, disk usage
- Plugin Updates – Update individual plugins remotely
- Theme Updates – Update themes remotely
- Core Updates – Update WordPress core remotely
- Translation Updates – Bulk update all translations
- Database Updates – Run WordPress core database upgrades and plugin-specific migrations (Elementor, WooCommerce, Crocoblock)
Security
Three layers of authentication protect all API endpoints:
- WordPress Application Password – Standard WordPress REST API authentication
- Aura Site Token – Unique token verified via X-Aura-Token header
- IP Whitelist – Optional IP restriction for additional security
- Domain Whitelist – Optional origin domain restriction
External Service
This plugin connects to the Aura dashboard to enable remote site management. When connected, the Aura dashboard sends authenticated REST API requests to your site to check health status and perform updates. The plugin itself does not send data outbound — it only responds to authenticated incoming requests.
Requirements
- WordPress 6.2 or higher
- PHP 7.4 or higher
- WordPress REST API enabled
- Application Password support (WordPress 5.6+)
