Linux 软件免费装

Atomic Site Manager

开发者 oyorox
更新时间 2026年9月11日 11:30
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

backup security management monitoring remote

下载

1.0.2

详情介绍:

Atomic Site Manager is a connector plugin. It links this WordPress site to an Atomic Site Manager account so you can manage the site from one external dashboard instead of logging in to wp-admin for every routine task. The plugin adds no dashboard, charts, or reporting screens to WordPress. Inside WordPress it shows a single settings page where you paste your Site Key and connect. Everything else happens in the Atomic Site Manager web app. The connector requires an Atomic Site Manager account. Without a Site Key from that service the plugin stays idle and does nothing. Create an account and register your site at https://atomicsitemanager.com/ What the connector does What you can run from the dashboard Built-in engines SEO output, reset and snapshot tooling, and static plugin checking are built into the connector, so you do not need separate plugins for them. All three ship switched off: until you turn the SEO engine on from the dashboard, the connector adds no titles, meta tags, schema, feed text, or sitemap URLs to your site. The connector never activates or deactivates a plugin or theme on its own. It only does so when you run that specific command from your dashboard, and it never touches its own activation state. External services This plugin relies on two external services. Both are described below, including what is sent, when it is sent, and the conditions under which it happens. 1. Atomic Site Manager (required) Atomic Site Manager is a software-as-a-service dashboard for managing WordPress sites remotely, operated by Oyorox. This plugin is the connector for that service: it registers the site, reports its state, and carries out the commands you queue in the dashboard. Without it the plugin has nothing to talk to. When data is sent Nothing at all is sent until you paste a Site Key on Settings → Atomic Site Manager and click Connect. After that: What is sent The plugin does not send post content, comments, media files, passwords, or visitor analytics. All requests use HTTPS. Plain HTTP is accepted only for localhost and private LAN addresses so the plugin can be developed against a local backend. 2. IndexNow (optional, off by default) IndexNow is a search-engine notification protocol sponsored by Microsoft Bing, Yandex, Seznam.cz, Naver, and Yep. The plugin can ping it so newly published content is discovered quickly instead of waiting for the next crawl. When data is sent Only when all three of the following are true, all of which are off or empty until you set them from the Atomic Site Manager dashboard: the SEO engine is enabled, IndexNow and instant indexing are enabled, and an IndexNow key is set. When they are, one request is sent each time a post moves into the published status for the first time. Nothing is sent on a default install. What is sent No personal data, post content, or visitor data is sent to IndexNow. Bundled third-party assets The admin settings screen uses three webfonts, all bundled with the plugin and served from this site — no CDN or external font service is contacted. Each is licensed under the SIL Open Font License 1.1, with the full licence text in assets/fonts/:

安装:

  1. Install the plugin through Plugins → Add New, or upload the atomic-site-manager folder to /wp-content/plugins/.
  2. Activate Atomic Site Manager from the Plugins screen.
  3. Sign in to the Atomic Site Manager dashboard at https://atomic-site-manager-web.vercel.app, create a site, and copy its Site Key.
  4. In WordPress, go to Settings → Atomic Site Manager.
  5. Paste the Site Key and click Connect.
The site registers with the service and begins sending heartbeats. Use Disconnect on the same screen to revoke the connection and clear the stored credentials. To point a staging or local install at a different backend, define the URLs in wp-config.php before WordPress loads plugins: define( 'ASMS_SERVER_URL', 'https://api-staging.example.com' ); define( 'ASMS_DASHBOARD_URL', 'https://app-staging.example.com' );

升级注意事项:

1.0.2 Security and guideline release. Installs are restricted to the WordPress.org directory, backup restores no longer write executable files into uploads, and stored credentials are redacted and protected from remote reads, writes and deletes. 1.0.1 The built-in SEO engine is now off by default and webfonts are bundled locally. If you relied on the SEO engine, enable it from your Atomic Site Manager dashboard. 1.0.0 Initial release.

常见问题:

Do I need an account to use this plugin?

Yes. The plugin is a connector for the Atomic Site Manager service at https://atomic-site-manager-web.vercel.app and does nothing on its own. You need a Site Key from that service before anything is sent or received.

Does the plugin add a monitoring dashboard to WordPress?

No. It adds one settings page for connecting and disconnecting. All dashboards, command queues, reports, and history live in the web app at https://atomic-site-manager-web.vercel.app

What data leaves my site?

Site and server versions, plugin and theme inventory, available updates, memory and disk metrics, WordPress user accounts including email addresses, and the results of commands you run from the dashboard. See External services in the description for the full list, including the optional IndexNow ping. Post content, comments, media, passwords, and visitor analytics are never sent.

Can the service deactivate or delete this connector remotely?

No. Remote deactivate and delete of Atomic Site Manager itself is blocked in the command runner. Other plugins and themes can be managed remotely according to the permissions set in your dashboard account.

Can I keep using my existing SEO plugin?

Yes. Atomic Site Manager does not deactivate, block, or modify any other plugin. The built-in SEO engine is switched off until you enable it from your Atomic Site Manager dashboard, so installing this plugin alongside Yoast, Rank Math, or All in One SEO changes nothing on its own. If you do enable it while another SEO plugin is running, both will output title, description, and Open Graph tags and search engines will see duplicates — so turn one of them off. Only one should be generating metadata.

How often does the heartbeat run?

Every 60 seconds by default, through WP-Cron, and the service can adjust that interval. You can also send one immediately from the settings page.

What happens if I turn off traffic-triggered WP-Cron?

Page visits stop spawning WordPress cron, but direct or server-scheduled calls to wp-cron.php still run. Set up a real server cron job before turning this off, so scheduled posts, emails, and other plugin tasks keep working.

Does the plugin work over plain HTTP?

Only for localhost and private LAN addresses, for local development. Any public backend URL must use HTTPS.

Where are backups stored?

In a wp-content/asm-backups folder on this server. The plugin does not upload backup archives to the service.

更新日志:

1.0.2 1.0.1 1.0.0