=== RS Remote Site Manager ===
Contributors: mslepko
Tags: management, dashboard, multisite, monitoring
Requires at least: 6.2
Tested up to: 6.9
Stable tag: 2.1.0
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Connect your WordPress site to wp-admin.online remote Site Manager for centralized management.

== Description ==

RS Remote Site Manager allows you to manage multiple WordPress sites from a single dashboard as https://wp-admin.online. Monitor your WordPress versions, plugins, themes, and log in with one click.

**Features:**

* Centralized dashboard for all your WordPress sites
* Track WordPress core version
* Monitor installed plugins and themes
* Get notified about available updates
* One-click login to wp-admin
* Automatic daily sync

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/rootscope-remote-site-manager` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to Tools -> Rootscope Remote Site Manager to configure the plugin
4. Enter your API Key and API Secret from your Rootscope Remote Site Manager dashboard and choose the Login Administrator account
5. Click "Verify Connection" to confirm the connection

== Screenshots ==

1. Central dashboard showing all connected WordPress sites and their health score
2. View all plugins and themes across your sites and track available updates
3. Monitor WordPress and PHP versions across all connected sites
4. Manage multiple WordPress sites from a single central dashboard

== Third-Party Service ==

This plugin connects to the [Rootscope Remote Site Manager](https://wp-admin.online) service to provide centralized WordPress site management. The following data is sent to the Rootscope Remote Site Manager API (`https://wp-admin.online/api/v1`):
* WordPress version and PHP version
* List of installed plugins and themes (names, versions, active status)
* Administrator usernames and display names (for one-click login)

Data is transmitted over HTTPS and authenticated using HMAC signatures. No data is sent until you configure your API credentials.

* [Terms of Service](https://wp-admin.online/terms)
* [Privacy Policy](https://wp-admin.online/privacy)

== Frequently Asked Questions ==

= Where do I get my API credentials? =

Log in to your Rootscope Remote Site Manager dashboard at https://wp-admin.online, add a new site, and you'll receive your API Key and API Secret.

= How often does the plugin sync data? =

The plugin automatically syncs data once daily. You can also trigger a manual sync from the settings page.

= Is my data secure? =

Yes. All communication between your site and Rootscope Remote Site Manager is encrypted via HTTPS and authenticated using HMAC signatures.

== Changelog ==

= 1.1.3 =
* Invalidate caches when API secret is saved

= 1.1.2 =
* Fixed api secret double-encryption when option didn't exist
* Preselect first admin account by default

= 1.1.1 =
* Use correct API URL constant, add dashboard link to registration notice
* Rename wpadmin_account_token to rsadmin_account_token for consistency
* Encrypt account token at rest, clean up on uninstall, fix changelog formatting
* Token registration

= 1.1.0 =
* Full site backups
* Uptime Checks
* Remote updates
* Bulk install using a token

= 1.0.0 =
* Initial release
