GDPR-ready consent banners, strict script blocking, Google Consent Mode v2, an on-site cookie scanner, and full consent logs — all running on your server. No external dashboard required.
A complete toolkit — not just a banner. CookieRay gives you the infrastructure to manage cookie consent properly across every layer of your WordPress site.
CookieRay does not send usage data, telemetry, or visitor payloads to any external server we operate. Consent logs and cookie inventories stay in your WordPress database — not ours.
Start for free →Install CookieRay, configure your consent settings, and you're protecting visitor privacy without touching a line of code.
Search "CookieRay" in your WordPress plugin directory or upload the .zip file. Activate it and you'll land on the setup dashboard automatically.
Design your consent banner with the live preview editor. Choose layout, colours, text, and button labels. Enable strict script blocking and Google Consent Mode v2 in Settings.
Run the cookie scanner to populate your inventory. Categorize discovered cookies, review the Dashboard score, and export consent logs whenever you need them.
Start free with everything you need for most sites. Upgrade to Pro for multi-site management, priority support, and advanced features built for agencies.
Everything you need to get CookieRay running is built into the plugin's Setup Dashboard. No reading required — but it's all here if you want it.
# Install and activate CookieRay
wp plugin install cookieray --activate
# Verify activation
wp plugin list --status=active
# Configure strict blocking via WP options
wp option update cookieray_settings \
'{
"blocking_mode": "strict",
"gcm_enabled": true,
"consent_expiry_days": 365
}'
# Trigger a cookie scan
wp cookieray scan --url=https://yourdomain.com