PanelAlpha Documentation
Back Home
Live Demo Get Started

Diagnostic Mode

Documentation
    Introduction
Getting Started
    Installation Guide Update Guide SSL Configuration Translations
System Configuration
    General Configuration Plans Hosting Servers DNS Servers Email Servers Remote Backups Notifications Automatic SSL Plugins & Themes Background Billing Diagnostic Mode Automatic Tester
Admin Area
    Dashboard Instances Services Users Logs Migrations
Onboarding Methods
    Quick Onboarding Super Quick Onboarding Standard Onboarding
Hosting Servers
    Hosting Scenarios PanelAlpha Engine cPanel Plesk DirectAdmin WP Cloud
DNS Servers
    Cloudflare cPanel DNS Only PowerDNS
Email Servers
    Mailcow cPanel
Billing Systems Integrations
    PanelAlpha WordPress Hosting For WHMCS
Integrations
    Atarim AWStats Matomo Google Analytics Let's Encrypt Google PageSpeed Insights DB-IP Extendify WithoutDNS
Client Area - Instances
    List of Instances Creating New Instance Importing Existing Instance Instance Details Changing Domain Sharing Instances Monitoring Backups Plugins Advanced Settings
Client Area - Hosting
    Summary Domains FTP Accounts MySQL Databases Cron Jobs File Manager DNS Zone Editor Email Addresses Email Forwarders

# Diagnostic Mode

  • Hosting account not found
    • How to restore a hosting service
  • Instance files not found
  • Manually Disabling Diagnostic Mode

# Hosting account not found

Problem: The hosting account has not been detected. It may have been removed.
Solutions for the administartor:

  1. Delete the service manually from PanelAlpha.
  2. You can also try to recreate the service manually. To do so, you will need the username associated with the missing hosting account. If you have a backup of the WordPress installation existing on that service, you may also restore it.

# How to restore a hosting service

  1. Find the username associated with the missing hosting account:
  1. Manually create a service with the previously used username on the hosting server.

  2. If WordPress instances were previously installed on the corrupted hosting service, you can restore them now using backups:

# Instance files not found

Problem: The WordPress installation files could not be detected.
Solution: Restore the WordPress installation from a backup.

# Manually Disabling Diagnostic Mode

Problem: You need to manually disable diagnostic mode for a specific instance. This is only necessary when Diagnostic Mode displays the message: "Diagnostic Mode has been enabled by admin."

Solution: Use the following command on your PanelAlpha server:

docker compose -f /opt/panelalpha/app/docker-compose.yml exec api php artisan diagnostic-mode --app-id=INSTANCE_ID --disable

NOTE: Replace INSTANCE_ID with the actual ID of the instance you want to disable diagnostic mode for