
<strong>DevOps Dashboard</strong>: Unified view showing server stats (CPU/RAM/disk), Docker containers, package status, and Ansible playbook catalog with real-time SSH status indicator.
WP DevOps Dashboard turns your WordPress admin into a full server orchestration panel. Connect once via SSH and get a live, React-powered interface to manage your Linux server without ever leaving the dashboard.
The key differentiator is its forkable playbook catalog. The plugin does not ship a fixed list of automation scripts — it pulls a live catalog from a GitHub repository you control. Fork the Official Playbook Repository, add your own manifest.json + info.json + main.yml bundles, and the dashboard picks them up automatically on the next sync. No plugin code to touch. No pull requests to submit. Your infrastructure, your catalog.
manifest.json + per-service info.json + main.yml) is documented in the official repo. GitHub Actions auto-generates new entries. Fork once, own your automation library forever.nohup and stream output back as they run.apt, yum, dnf, pacman, and zypper are all supported./wp-json/wpkginst/v1/full-status).`
GitHub Repo (your fork)
└── manifest.json catalog index (auto-generated by GitHub Actions)
└── services/
└── my-service/
├── info.json display name, description, icon
└── main.yml Ansible playbook
`
The plugin clones the repository to the remote server via SSH, reads manifest.json, and builds the playbook list dynamically. Change the repository URL in SSH Settings to point at your own fork — no other configuration needed.
All runtime dependencies are bundled — React 18, Axios, xterm.js, react-select, and phpseclib3. No Composer or npm installation required.
main.yml files directly from the WordPress UI without needing to push to GitHub.For contributions or issues, contact Tlloancy at [[email protected]].