How to Activate a Site Quality Monitoring Subscription and Manage Interface Analytics in cPanel

This guide explains how to activate a Site Quality Monitoring subscription in cPanel, including the sign‑up process, security code verification, and plan selection. It also covers how to enable user management of Interface Analytics through the panel.ini file, and provides instructions for cleaning unmanaged log files to reduce disk usage.

Site Quality MonitoringInterface AnalyticscPanel log cleanup

~3 min read · Updated Feb 18, 2026

1. Activate a Site Quality Monitoring Subscription


To use Site Quality Monitoring, you must complete the sign‑up process and activate your subscription.


Important: Your hosting provider may disable this feature or its paid plans. If you cannot access it, contact your provider.


1.1 The Sign‑Up Process


You only complete the sign‑up process once. Each subscription must then be activated individually.


1.2 Ready to start?


This menu appears when you open Site Quality Monitoring without an active subscription.


Steps:

  • Select the domain from the Monitored domain menu.
  • Enter an email address for alert notifications.
  • Check the consent box to receive monitoring alerts.
  • Click + Create Project to continue.

1.3 Security Code


A security code is sent to the email you entered.


If you do not receive the email:

  • Check your Spam folder.
  • Verify that you entered the correct email.
  • Click Cancel to correct the email if needed.

Enter the code and click + Activate to activate your subscription.


1.4 Compare Plans


If paid plans are enabled, you will see the plan comparison menu.


  • Click Continue to use the Free plan.
  • Click Upgrade to purchase a paid plan.

2. Allow Users to Manage Interface Analytics


This section explains how to enable user control of Interface Analytics using the panel.ini file.


Note: This applies only to versions 110 and 126+.


2.1 Effects of Enabling User Management


ComponentUsers Can ManageUsers Cannot Manage
WHM Configure cPanel Analytics✔️
cPanel Account Preferences (Consent & Privacy)✔️
Webmail Consent & Privacy Form✔️

Analytics only collects data when both server‑level and account‑level consent are enabled.


2.2 Enable User Management


Steps:

  1. Open WHM → Terminal.
  2. Edit:
    /var/cpanel/panel.ini
  3. Add:
    [global]
  4. Set:
    analytics_consent.enable=true
  5. Save and close the file.

2.3 Check Whether Users Can Manage Analytics


If analytics_consent.enable=true, users can manage Interface Analytics.


3. Clean Unmanaged Log Files


Warning: This is an unsupported workaround intended only for experienced administrators.


3.1 Check Disk Usage


To see which log files consume the most space:


du -h /var/log/

3.2 Select Files to Clear


Identify large log files that are safe to empty.


3.3 Empty Log Files


To clear a log file without deleting it:


cat /dev/null > munin-update.log

3.4 Log Rotation


cPanel stores archived logs in:


/usr/local/cpanel/logs/archive/

Delete old logs manually:


rm old-log-file.log

Conclusion


This guide covers activating Site Quality Monitoring, enabling user control of Interface Analytics, and cleaning unmanaged log files. These steps help improve monitoring accuracy, privacy control, and disk space management on your cPanel server.


Written & researched by Dr. Shahin Siami

Related Articles

How to Restore Your cPanel Account: A Complete Guide for New System Administrators

This guide explains how new system administrators can restore a cPanel account using WHM, transfer accounts and configurations between servers, and enable diagnostic logging for transfer and restore operations. It covers essential concepts such as WHM vs. cPanel, root access, backup handling, SFTP uploads, transfer methods, and advanced debugging tools.

Continue

آموزش کامل انتقال تمام اکانت‌های cPanel از یک سرور به سرور دیگر

این مقاله نحوه انتقال همه اکانت‌های cPanel، تنظیمات سرویس‌ها، گواهی‌های SSL و IP اصلی سرور را از یک سرور قدیمی (Source) به یک سرور جدید (Target) توضیح می‌دهد. شامل نصب سرور جدید، انتقال تنظیمات، انتقال اکانت‌ها، تغییر IP، تنظیم DNS و نصب مجدد SSL است.

Continue

How to Migrate a WordPress® Installation to a cPanel & WHM Server

This guide explains how to migrate a WordPress installation from a macOS-hosted environment to a cPanel & WHM server. It covers exporting the database, uploading WordPress files, creating and importing a MySQL database, updating URLs, configuring wp-config.php, fixing broken links, and finalizing the migration.

Continue

How to Manually Transfer an Account Between Servers in cPanel & WHM

This article explains how to manually transfer a cPanel account between servers when the account is too large for WHM’s automated transfer tools. It covers creating temporary directories, compressing public_html and log files, securely transferring data with SCP, and restoring the files on the destination server.

Continue

How to Manually Migrate Horde Calendars and Contacts to Roundcube in cPanel & WHM

This article explains how to manually migrate Horde calendars and contacts to Roundcube in cPanel & WHM version 108 through 118. It covers exporting Horde data, placing it in the correct directories, and importing it into Roundcube using built‑in plugins or manual import tools.

Continue

How to Manually Migrate Accounts to cPanel & WHM from Unsupported Control Panels

This article explains how experienced system administrators can manually migrate accounts from unsupported third‑party control panels to cPanel & WHM. It covers pre‑migration steps, installation requirements, file and directory transfers, database restoration, SSL migration, and post‑migration tasks.

Continue