PanelAlpha Documentation
Back Home
Live Demo Get Started

DirectAdmin

Documentation
    Introduction FAQ Automatic Tester
Getting Started
    Requirements Installation Update Guide SSL Configuration Resetting Admin Password Translations Health Check Diagnostic Mode Additional Configuration
Background Billing
    Introduction Billing System Quick Registration Social Media Login Client Area
Admin Area
    Dashboard Instances Services Users Logs Migrations
Onboarding Methods
    Quick Onboarding Super Quick Onboarding Standard Onboarding
System Configuration
    General Configuration Branding Hosting Servers DNS Servers Email Servers Remote Backups Plans Notifications Automatic SSL Themes, Plugins and Packages
Hosting Server Connections
    Hosting Scenarios PanelAlpha Engine for Docker cPanel Plesk DirectAdmin WP Cloud
Email Server Connections
    Mailcow cPanel
DNS Server Connections
    Cloudflare cPanel DNS Only PowerDNS
Billing Systems Integrations
    WHMCS
Billing Scenarios
    Introduction Single WordPress Instance Predefined WordPress Template Multiple WordPress Instances Cross-Selling Paid Plugins and Themes Cross-Selling Domains Plan Upgrade
Integrations
    Integrated Solutions 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

# DirectAdmin

  • Configuration
    • Additional Information

PanelAlpha serves as a central hub capable of managing multiple hosting servers, specifically designed for hosting WordPress instances.

Currently PanelAlpha is integrated with a popular shared hosting control panel: DirectAdmin. The swift integration serves as a comprehensive control panel for shared hostings.

# Configuration

Log into your PanelAlpha admin area, hover over Configuration in the side menu and open: Servers → Hosting Services. You will see there a list of already installed servers, including the one added on the level of platform installation via wizard.

  1. Name - Enter the server name.

  2. Type - Select the type - choose DirectAdmin.

  3. Group - Select a group of servers from those created in the previous step, or create a new group from these place.

  4. IP/Hostname - Enter the server IP address or hostname.

  5. Username - Enter username for which the token has been generated.

  6. Password/Login Key - Use your password or the previously generated Login Key (opens new window).

  7. SSL Verification - Keep it disabled to get successful results of the test connection.

  8. Onboarding Domain (Optional) - If a domain is entered here, it will be used for instance creation instead of the domain specified in the plan configuration with the Quick or Superquick onboarding method selected. This is useful when multiple servers are assigned to a single group in Hosting Servers.

  9. Test Connection - Check if connection is successful.

Important! Please refer to the DirectAdmin official documentation to learn how to generate the login Key for a user or use the password instead. Please read the following article (opens new window), section: "Creating a Login Key".

Before you can continue to the next step, you must test the connection, only of the connection is fine, you will be allowed to move further. Next, you will be asked to perform some additional steps:

  1. Download the connector that will be necessary to complete the installation

  2. Next, log in to your DirectAdmin panel as an administrator and navigate to the 'Plugin Manager'.

  3. While in the 'Add Plugin' section, opt for the 'File' option and select the 'panelalpha.tar.gz' package for upload. Then, click the 'Add Plugin' button.

  4. Upon successful upload and installation of the plugin, it should appear in the list of plugins.

  5. Finally, verify the success of the integration test. To complete the process, click on "Add Server".

# Additional Information

  1. If the administrator wants to allow customers to create a subdomain on another user's domain then he should disable this option: check_subdomain_owner=0 in DirectAdmin.
  • Set check_subdomain_owner=0 in your directadmin.conf and restart DirectAdmin to disable it.

Once ready, DirectAdmin will not verify the domain owner.
For more information you may refer to the DirectAdmin documentation (opens new window).

  1. It is possible to change the deault MySQL host. To do so, just execute the following command:
docker compose -f /opt/panelalpha/app/docker-compose.yml exec -T api php artisan server:set-details ID db_host VALUE

Where:

  • VALUE - the target host that will replace the current one (eg.: localhost:/tmp/mysql.sock)

  • ID - The PanelAlpha Server ID number (eg.: 1 for DA-Warsaw)