Title: Updawa – WordPress Update &amp; SSL Monitoring API
Author: Designer Solutions
Published: <strong>2026 年 4 月 8 日</strong>
Last modified: 2026 年 5 月 24 日

---

搜索插件

![](https://ps.w.org/updawa/assets/banner-772x250.png?rev=3509597)

![](https://ps.w.org/updawa/assets/icon-256x256.png?rev=3506371)

# Updawa – WordPress Update & SSL Monitoring API

 作者：[Designer Solutions](https://profiles.wordpress.org/papa-zulu/)

[下载](https://downloads.wordpress.org/plugin/updawa.1.0.10.zip)

 * [详情](https://cn.wordpress.org/plugins/updawa/#description)
 * [评价](https://cn.wordpress.org/plugins/updawa/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/updawa/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/updawa/#developers)

 [支持](https://wordpress.org/support/plugin/updawa/)

## 描述

Tired of heavy, bloated SaaS management tools? **Updawa** is a lightweight, headless
monitoring plugin built for developers, sysadmins, and agencies.

Instead of forcing you into a proprietary third-party dashboard, Updawa turns your
WordPress site into a secure data node. It gives you a clean admin dashboard to 
check site health instantly, while exposing a secure **REST API endpoint** that 
you can poll from any external monitoring tool, custom script, or mobile app.

Whether you manage one site or a hundred, Updawa is the perfect API-first alternative
to heavy management plugins.

#### Why Choose Updawa?

 * **Headless & Flexible:** Build your own dashboard using Grafana, custom Node/
   Python scripts, or your agency’s proprietary software.
 * **100% Private (No SaaS Lock-in):** Zero external dependencies. Your data never
   leaves your server. No pings to third-party tracking services.
 * **Ultra-Lightweight:** Only runs when queried. No background bloat, database 
   clutter, or heavy admin scripts.

#### Key Features

 * **Secure REST API Endpoint:** Fetch a full JSON snapshot of your site’s status
   via `GET /wp-json/updawa/v1/status`.
 * **Bearer Token Security:** The API is protected by a 256-bit cryptographically
   random token that you can regenerate or revoke at any time.
 * **SSL Certificate Monitoring:** Automatically checks your site’s HTTPS endpoint
   and reports the exact expiry date and days remaining.
 * **Beautiful Local Dashboard:** View pending update counts (Core, Plugins, Themes)
   and SSL status with intuitive colour-coded badges.
 * **QR Code Integration:** Easily import your API credentials into mobile monitoring
   apps via the bundled (zero-dependency) QR generator.
 * **Android App:** Monitor all your Updawa-enabled sites from your pocket, with
   push notifications for expiring SSLs and pending updates. [Download on Google Play](https://play.google.com/store/apps/details?id=com.plz.updawa).
 * **JSON View:** See your site’s full API payload directly in the backend with 
   a one-click Copy button.
 * **Zero External Dependencies:** The QR code library is fully bundled and runs
   locally in your browser. No data is sent to external servers.

#### REST API

The endpoint is read-only and dead simple to use. Just pass your Bearer token:

    ```
    curl -H "Authorization: Bearer YOUR_TOKEN" https://example.com/wp-json/updawa/v1/status
    ```

Example JSON response:

    ```
    {
      "generated_at": "2026-04-14T09:10:41+00:00",
      "wordpress": {
        "current_version": "6.9.4",
        "update_available": false,
        "new_version": null,
        "package_url": null
      },
      "plugins": [ ... ],
      "themes":  [ ... ],
      "ssl_expires_at": "2026-07-05T01:48:00+00:00"
    }
    ```

## 屏幕截图

[⌊The Updawa Dashboard: A modern, at-a-glance overview of WordPress core, SSL certificate,
plugins, and themes with colour-coded stat cards.⌉⌊The Updawa Dashboard: A modern,
at-a-glance overview of WordPress core, SSL certificate, plugins, and themes with
colour-coded stat cards.⌉[

**The Updawa Dashboard:** A modern, at-a-glance overview of WordPress core, SSL 
certificate, plugins, and themes with colour-coded stat cards.

[⌊API & Token Management: Manage your Bearer token, copy the curl command, or scan
the QR code for instant mobile access.⌉⌊API & Token Management: Manage your Bearer
token, copy the curl command, or scan the QR code for instant mobile access.⌉[

**API & Token Management:** Manage your Bearer token, copy the `curl` command, or
scan the QR code for instant mobile access.

[⌊JSON View: See your site's full API payload directly in the backend with a one-
click Copy button.⌉⌊JSON View: See your site's full API payload directly in the 
backend with a one-click Copy button.⌉[

**JSON View:** See your site’s full API payload directly in the backend with a one-
click Copy button.

## 安装

 1. Upload the `updawa` folder to the `/wp-content/plugins/` directory, or install 
    it directly via the WordPress Plugin Directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Updawa** in your WordPress admin sidebar.
 4. Open the **Token API** tab to copy your API token or scan the QR code to connect
    your external monitoring tools.

## 常见问题

### Can I use the REST API from a remote monitoring system?

Yes! That is exactly what Updawa was built for. Simply copy the Bearer token from
the **Token API** tab and include it as the `Authorization: Bearer {TOKEN}` header
in your HTTP requests.

### Does the plugin monitor SSL certificates?

Yes. If your site runs on HTTPS, Updawa securely connects to your domain on port
443 to read the certificate expiry date. The dashboard shows a warning badge when
fewer than 30 days remain.

### Does Updawa send my data to external servers?

No. Zero data is sent to external servers. Updawa uses WordPress’s native built-
in functions for update checks. The QR code library is fully bundled and runs locally
in your browser.

### How is the API token stored and secured?

The token is safely stored as a WordPress option (`updawa_token`) in your database.
It is never transmitted to us or logged by the plugin. If compromised, you can instantly
invalidate it by clicking **Regenerate token**.

### What happens to my data when I delete the plugin?

The plugin’s uninstall routine removes the `updawa_token` option from the database
when the plugin is deleted through the WordPress admin.

### Is there a mobile app?

Yes, the Updawa Android app is available on [Google Play](https://play.google.com/store/apps/details?id=com.plz.updawa).
It lets you monitor update and SSL status across multiple WordPress sites from your
phone, with push notifications when updates are available or certificates are about
to expire. Scan the QR code in the **Token API** tab to import your site instantly.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Updawa – WordPress Update & SSL Monitoring API」是开源软件。 以下人员对此插件做出
了贡献。

贡献者

 *   [ Designer Solutions ](https://profiles.wordpress.org/papa-zulu/)

「Updawa – WordPress Update & SSL Monitoring API」插件已被翻译至 1 种本地化语言。
感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/updawa/contributors)
为本插件所做的贡献。

[帮助将「Updawa – WordPress Update & SSL Monitoring API」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/updawa)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/updawa/)，查看[SVN仓库](https://plugins.svn.wordpress.org/updawa/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/updawa/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/updawa/)。

## 更新日志

#### 1.0.10

 * The correct changlog should be now shown in ‘See information about the version’
   dialog

#### 1.0.9

 * Fixed: readme.txt

#### 1.0.8

 * Tested with WordPress 7.0

#### 1.0.7

 * Minor editorial improvements.

#### 1.0.6

 * Added information about the Updawa Android app, now available on Google Play.

#### 1.0.5

 * Fixed false positive update notifications for plugins and themes.

#### 1.0.4

 * Fixed empty “More Info” modal in the WordPress plugin directory.

#### 1.0.3

 * New modern admin UI with stat cards, colour-coded badges, and card-based layout.
 * SSL certificate monitoring added to the Status tab.
 * Copy button added to the Example API Call card.

#### 1.0.2

 * Plugin renamed to Updawa.

#### 1.0.1

 * Fixed regulatory compliance issues.

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.0.10**
 *  最后更新：**2 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.2 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/updawa/) 和 [Russian](https://ru.wordpress.org/plugins/updawa/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/updawa)
 * 标签
 * [maintenance](https://cn.wordpress.org/plugins/tags/maintenance/)[monitoring](https://cn.wordpress.org/plugins/tags/monitoring/)
   [rest-api](https://cn.wordpress.org/plugins/tags/rest-api/)[ssl monitor](https://cn.wordpress.org/plugins/tags/ssl-monitor/)
   [updates](https://cn.wordpress.org/plugins/tags/updates/)
 *  [高级视图](https://cn.wordpress.org/plugins/updawa/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/updawa/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/updawa/reviews/)

## 贡献者

 *   [ Designer Solutions ](https://profiles.wordpress.org/papa-zulu/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/updawa/)