Linux 软件免费装
Banner图

SysRadar

开发者 aporcebr
更新时间 2026年5月28日 07:13
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

performance privacy analytics bots vitals

下载

1.1.0 1.1.1 1.2.0 1.3.0

详情介绍:

SysRadar is a server-side, privacy-first alternative to Google Analytics and Plausible — built in Brazil, hosted in Brazil, fully LGPD/GDPR-compliant. Unlike GA4 (which requires cookies and complicated LGPD setup) and Plausible (which only sees human visitors with JavaScript enabled), SysRadar captures 100% of real requests to your server: humans, AI bots (ClaudeBot, GPTBot, PerplexityBot), SEO crawlers (Ahrefs, Semrush), attackers (sqlmap, nuclei, wpscan), RSS readers, uptime monitors — all categorized in real time. Why this matters in 2026 What the plugin does
  1. Injects the tracker (one line of JS, ~2KB minified, async) into the <head> of all front-end pages via the wp_head hook
  2. Live Dashboard inside WordPress (since v1.2.0): your last 24h of traffic, AI crawlers, suspected attacks and a real-time live counter — all visible without leaving wp-admin. Cached locally for 5 min; the fetch fires ONLY when an administrator opens the SysRadar page (zero impact on visitor load times)
  3. Auto-detects WooCommerce, Elementor, Yoast SEO, Rank Math, Contact Form 7, BuddyPress, LearnDash, bbPress, All-in-One SEO
  4. Auto-excludes: admin pages, AJAX, REST API, cron jobs, and logged-in users with edit-posts capability (admins/editors)
  5. Honors DNT: 1 (Do Not Track) optionally
  6. Compatible with cache plugins (WP Rocket, W3 Total Cache, LiteSpeed Cache, Cloudflare APO)
  7. Custom domain support (Pro+ plan): use analytics.yoursite.com to bypass aggressive ad-blockers
  8. Zero queries to the WordPress database (settings stored in wp_options)
Who is it for Privacy & compliance Privacy policy snippet for site owners You are the data controller for visitors of your site. The paragraph below is a starting point you can paste (and adapt) into your own privacy policy when this plugin is active. Replace the example placeholders with your specifics.
Analytics — SysRadar. We use SysRadar (operated by SysWP, Brazil) for privacy-first server-side analytics. SysRadar receives the page URL you visit, the referrer URL, your user-agent, anonymized IP (last octet zeroed before it leaves our server), Web Vitals metrics (LCP / FCP / TTFB / CLS / INP), and security telemetry on suspicious requests. SysRadar never sets third-party cookies and is configured here in [cookieless mode / standard mode]. We process this data under [legitimate interest in security monitoring / your consent for analytics], depending on the feature. SysRadar privacy policy: https://radar.syswp.com.br/privacy/. To exercise your LGPD/GDPR rights, contact us at [your email].
If you enable cookieless mode in the plugin settings, the _rdid and _rds first-party cookies are not set and you typically do not need a cookie consent banner for SysRadar. Data subject rights walkthrough Under LGPD (Brazil) Art. 18 and GDPR (EU) Art. 15–17, your visitors can request access to, correction of, deletion of, and portability of their personal data. Because SysRadar minimizes data at source (anonymized IPs, no names, no emails, no persistent cross-site identifier), most data subject requests are quick to answer: Pricing Free permanent plan with 1 site. Automatic 7-day Pro trial on signup (no credit card). Full pricing and plan details at https://radar.syswp.com.br/pricing.

安装:

Via upload
  1. Upload the syswp-radar folder to /wp-content/plugins/ or install via WP Admin → Plugins → Add New → Upload Plugin (use the .zip)
  2. Activate the plugin in WP Admin → Plugins
  3. Go to Settings → SysRadar
  4. Paste your Site ID (12 characters) — find it at radar.syswp.com.br/sites
  5. Save. Done. The pixel is now injected on all front-end pages automatically.
Via WordPress.org (after approval)
  1. WP Admin → Plugins → Add New → search "SysRadar"
  2. Install → Activate
  3. Settings → SysRadar → paste your Site ID
Don't have an account yet? Sign up free at radar.syswp.com.br/auth/signup — 7 days of Pro free, no credit card required.

屏幕截图:

  • AI Dashboard Explainer — a built-in AI assistant explains what changed in your traffic, who visited, and what action to take, in plain English
  • AI bots panel — see exactly which AI crawlers (ClaudeBot, GPTBot, PerplexityBot, Amazonbot, etc.) are reading your content, how often, and which URLs they target
  • Top attackers detected in real time, with country flag, hits, scanned paths and per-IP drill-down (sqlmap, nuclei, wpscan, wp-login brute-force, etc.)
  • Real Web Vitals (LCP, FCP, TTFB, CLS, INP) collected from real visitors with Good/Needs-improvement/Poor coloring, per URL
  • Alert rules engine — 14 rule types, 5 detection modes (threshold, percent change, z-score, first-seen, absence), 5 channels (email, webhook, Slack, Discord, Telegram)
  • Multi-site overview — manage analytics across all client sites in a single dashboard (Agency plan)
  • Plugin settings page — Site ID, privacy controls (anonymize IP, honor DNT, exclude admins), and platform auto-detection status

升级注意事项:

1.3.0 Adds an anonymous install ping (install ID + domain + version metadata; no admin email, no PII) so we can size the install base and improve hosting/PHP compatibility. Opt-out toggle in Settings → SysRadar → Plugin telemetry. 1.2.0 New Live Dashboard panel inside the plugin — see last 24h traffic + AI crawlers + suspected attacks + real-time live counter without leaving WordPress admin. SysRadar moved from Settings submenu to its own top-level entry in the admin sidebar (with brand icon). Tested up to WP 7.0. Zero impact on visitor load times. 1.1.1 Privacy hardening: IP anonymization now runs inside the plugin before transmission. Tracking is now two independent toggles (pixel + beacon) and a new cookieless mode is available. Settings reference table added — review your current configuration after updating. 1.1.0 Display name changed from "SysWP Radar" to "SysRadar" per WordPress.org guidance. Slug stays syswp-radar (settings + folder location unchanged for existing users). UI is now in English (translations welcome). 1.0.0 Initial release.

常见问题:

Will the plugin slow down my site?

No. The JS is asynchronous (<script async>), under 2KB minified, and the server responds in sub-millisecond. Nothing blocks rendering. We honor the "zero impact on LCP/FCP" contract — you can verify on the Web Vitals panels in the SysRadar dashboard after installing.

Does it work with WP Rocket / LiteSpeed Cache / Cloudflare?

Yes. The snippet is static and works inside any page cache. Tested in production with WP Rocket and LiteSpeed.

Can I use it with ad-blockers?

Most ad-blockers allow it because the traffic is interpreted as a simple image request (.gif). If you need maximum accuracy and have the Pro+ plan, configure a custom domain (e.g., analytics.yoursite.com) and ad-blockers become completely blind to the tracking.

Is there a free tier?

Yes. Permanent Free plan with 1 site, 50K events/month, 7-day retention. Automatic 7-day Pro trial on signup.

What happens if I uninstall the plugin?

Events already collected stay in SysRadar (subject to your plan retention policy). New visitors will not be tracked. The plugin's settings (Site ID, etc.) remain in wp_options until you delete the plugin via "Plugins → Delete" — at that point the included uninstall.php cleans them up automatically.

Does it collect personal data (LGPD/GDPR)?

No. The plugin collects only: User-Agent, visited URL, referrer, and browser performance metrics (LCP/FCP/TTFB/CLS/INP). IPs are anonymized inside the plugin, before transmission (last octet zeroed for IPv4, last 80 bits zeroed for IPv6). No name, email, cross-site tracking cookies, or any personally identifiable information ever leaves your WordPress install.

Do I need a cookie banner to use SysRadar?

It depends on your configuration and your jurisdiction:

  • Cookieless mode ON (Settings → SysRadar → Cookies): SysRadar does not set any cookies. You typically do not need a cookie consent banner for SysRadar specifically. (You may still need one for other cookie-setting code on your site.)
  • Cookieless mode OFF (default): SysRadar sets two first-party cookies (_rdid, _rds) for unique-visitor counting. Under strict LGPD/ePrivacy interpretation you should ask visitors for consent before setting these. A consent banner that gates the SysRadar pixel until the visitor accepts analytics cookies is the safest path. Major consent management plugins (CookieYes, Complianz, Iubenda, Cookiebot, etc.) can gate scripts by handle — block syswp-radar-pixel until consent is granted.
  • Server-side beacon: does not set cookies and runs under "legitimate interest in security monitoring" — consent is not required, only disclosure in your privacy policy.

What does "Honor DNT" actually do?

DNT stands for Do Not Track — it is a header (DNT: 1) that the visitor's browser sends to tell websites "please do not track me". The header is sent automatically when the visitor has enabled the DNT setting in their browser preferences (Firefox: Settings → Privacy → "Send websites a Do Not Track signal"; equivalent in older versions of other browsers). When you enable "Honor DNT" in SysRadar, the plugin checks for this header on every request and skips tracking entirely (both pixel and beacon) for visitors that send it. LGPD does not require honoring DNT, but it is a strong privacy signal and best practice — recommended if you have EU traffic.

How do I know it's working?

After pasting the Site ID and saving, visit your site in an incognito tab. The dashboard at radar.syswp.com.br/dashboard shows the event in real time (5-10 second delay).

Does the plugin auto-update?

Yes, via standard WordPress auto-update when we publish a new version. You are notified at WP Admin → Updates.

Does it support multisite?

Yes. Install on the network and configure each subsite with its own Site ID in local settings. Each subsite has its own separate dashboard in SysRadar.

Can I block AI crawlers via the plugin?

No — SysRadar detects AI crawlers, it does not block them. To block, use robots.txt or a dedicated security plugin focused on bot blocking.

Why "SysRadar" and not "SysWP Radar"?

The plugin's display name was changed from "SysWP Radar" to "SysRadar" because the WordPress.org Plugin Review Team does not allow the "WP" abbreviation in user-facing plugin names (it could imply affiliation with WordPress itself). The slug — syswp-radar — is a technical URL identifier and is exempt from this restriction, similar to how Yoast SEO's slug is wordpress-seo. The SaaS service is still branded "SysWP Radar" at radar.syswp.com.br — only the plugin's display name changed.

更新日志:

1.3.0 - 2026-05-27 1.2.0 - 2026-05-25 1.1.1 - 2026-05-16 1.1.0 - 2026-05-11 1.0.0 - 2026-05-06