DirectAdmin with AsiaGB 2026: Complete Control Panel Guide
If you have recently signed up with AsiaGB hosting — or are considering doing so — one of the first things you will encounter is DirectAdmin, the control panel that powers every hosting account. Unlike many other Thai hosting providers that rely on cPanel, AsiaGB made the deliberate choice to build its infrastructure around DirectAdmin exclusively. Understanding why that matters, and how to make the most of every feature, is exactly what this guide covers.
Whether you are migrating from another host, launching your first website, or simply trying to find where a specific setting lives, this complete walkthrough covers all major DirectAdmin features available on AsiaGB hosting plans in 2026.
1. What is DirectAdmin?
DirectAdmin is a web-based hosting control panel developed by JBMC Software, a Canadian company. First released in 2003, it has been continuously developed for over two decades and is now widely used by hosting providers across Asia, Europe, and North America as a lean, fast alternative to heavier control panels.
At its core, DirectAdmin gives website owners a graphical interface to manage everything that happens on a hosting account: uploading files, creating email addresses, installing databases, managing SSL certificates, configuring PHP settings, and more. All of these tasks can technically be done via the command line, but DirectAdmin wraps them in a user-friendly browser interface that anyone can navigate without server administration knowledge.
What makes DirectAdmin stand out technically is its architecture. It is written in C++ and designed for low memory consumption, meaning servers running DirectAdmin can serve more hosting accounts on the same hardware compared to some other control panels. For shared hosting customers, this often translates into better server responsiveness during peak traffic periods. The interface loads quickly even on slower connections, which matters when you are managing a live website and need to make urgent changes.
DirectAdmin Strengths
- Very fast loading interface
- Low server resource consumption
- Clean, uncluttered layout
- Stable across PHP and OS updates
- Softaculous integration for 1-click installs
- Strong email management tools
What You Can Manage
- Files and directories (File Manager)
- MySQL databases and phpMyAdmin
- Email accounts, forwarders, autoresponders
- SSL/TLS certificates (free Let's Encrypt)
- PHP version selection per domain
- Automated and manual backups
2. Why AsiaGB Uses DirectAdmin
AsiaGB was founded in 2007 (B.E. 2550) and has been running hosting services in Thailand for 19 years. During that time, the company evaluated multiple control panel options and settled on DirectAdmin as its standard — a choice that reflects the company's emphasis on server stability and performance rather than brand familiarity.
The most common question new customers ask is: "Where is cPanel?" The answer is that AsiaGB does not use cPanel and never has. This is not a limitation — it is a deliberate infrastructure decision. cPanel has faced significant price increases in recent years, and those costs are ultimately passed on to hosting customers through higher plan pricing. DirectAdmin licensing costs less, which is one reason AsiaGB can offer competitive plan pricing while still maintaining servers in two locations (Thailand and Singapore).
From a technical perspective, DirectAdmin also gives AsiaGB more granular control over server configurations. The team can customize the PHP build, configure security modules like cpGuard, and integrate Softaculous without the compatibility complications that sometimes arise with cPanel. For customers, the practical benefit is a more stable hosting environment where the control panel itself rarely causes downtime or unexpected behavior.
| Feature | DirectAdmin (AsiaGB) | cPanel (other hosts) |
|---|---|---|
| Interface speed | Very fast (C++ backend) | Moderate |
| PHP version switching | PHP Selector built-in | MultiPHP Manager |
| Free SSL (Let's Encrypt) | Yes, 1-click | Yes, 1-click |
| Email management | Full-featured, unlimited | Full-featured |
| Softaculous installer | Included | Included (most plans) |
| Database manager | MySQL + phpMyAdmin | MySQL + phpMyAdmin |
| Server resource usage | Lower (better for shared) | Higher |
| Learning curve for beginners | Slightly steeper initially | Broadly familiar |
The learning curve for DirectAdmin is slightly steeper for users who previously used cPanel, mainly because the menu structure and terminology differ in a few places. However, most users report that within a day or two of regular use they find it equally intuitive — and often faster to navigate for common tasks.
3. File Manager
The DirectAdmin File Manager is the primary tool for uploading, organizing, editing, and managing files in your hosting account. You access it from the DirectAdmin dashboard by clicking "File Manager" under the Advanced Features section. The interface opens in your browser and shows a two-panel layout: a folder tree on the left and file listings on the right.
For most website owners, the most important directory is public_html. This is the web root — any file placed here is directly accessible via your domain name. If you are running a single WordPress site, your WordPress files (wp-config.php, wp-content/, wp-admin/, etc.) will all live inside public_html. If you are hosting multiple domains under subdomain configurations, each will have its own directory accessible from the file tree.
Key operations available in the File Manager include: uploading individual files or compressed archives (.zip, .tar.gz), creating new files and directories, editing text files directly in the browser (useful for quick edits to PHP or HTML files), setting file permissions (chmod values), extracting archives, compressing files, renaming, moving, copying, and deleting. One particularly useful feature is the built-in code editor, which provides syntax highlighting for PHP, HTML, CSS, and JavaScript — handy when you need to tweak a theme file or configuration without reaching for an FTP client.
For bulk uploads, an FTP client like FileZilla remains the most efficient method. DirectAdmin provides FTP account management so you can create sub-accounts with access limited to specific directories — useful if you work with a web designer and want to give them access only to your theme folder.
4. PHP Selector
PHP version compatibility is one of the most practical concerns for any website running WordPress, Laravel, Joomla, or another PHP-based platform. DirectAdmin on AsiaGB includes a PHP Selector that lets you switch the PHP version your domain uses without contacting support.
To use it, go to DirectAdmin and look for "PHP Selector" or "PHP Version" under your domain settings or the Advanced Features panel. You will see a dropdown listing available PHP versions (typically ranging from PHP 7.4 through PHP 8.3 or newer, depending on server configuration). Selecting a version and saving applies it immediately — no restart required and no waiting for a support ticket.
The PHP Selector is particularly valuable in situations like these:
- WordPress updates: New major WordPress releases often require a minimum PHP version. You can upgrade PHP proactively before updating WordPress core.
- Plugin compatibility: Some legacy plugins require older PHP versions. You can temporarily downgrade, test, and then restore.
- Laravel or Symfony projects: Modern PHP frameworks often require PHP 8.1 or 8.2. The selector lets you pin the exact version your framework needs.
- Testing: Run a staging subdomain on a different PHP version from your production domain simultaneously.
Beyond version selection, DirectAdmin also exposes PHP configuration options — you can increase memory_limit, max_upload_filesize, and max_execution_time directly from the panel on supported plans, eliminating the need to edit php.ini manually via FTP.
5. SSL Manager
Every AsiaGB hosting plan includes free SSL certificates through Let's Encrypt. The SSL Manager in DirectAdmin handles the entire certificate lifecycle: requesting, installing, renewing, and monitoring your certificates without any manual involvement.
To install a free SSL certificate, navigate to "SSL Certificates" in DirectAdmin, select your domain, and choose the "Let's Encrypt" option. DirectAdmin will verify domain ownership automatically (using the DNS or file-based challenge method, handled entirely on the server side) and install the certificate within a minute or two. Renewal is automatic — Let's Encrypt certificates are valid for 90 days but DirectAdmin renews them well before expiry, so your site should never show a certificate warning to visitors.
The SSL Manager also handles more advanced scenarios. If you have purchased a commercial SSL certificate (for example, an EV or wildcard certificate from a commercial CA), you can paste your certificate, private key, and CA bundle directly into the DirectAdmin SSL interface. This gives you full flexibility whether you rely on free Let's Encrypt certificates or premium paid certificates.
One important note: after installing SSL, you should also configure your website to redirect all HTTP traffic to HTTPS. In WordPress this can be done via a plugin like Really Simple SSL, or by adding the appropriate redirect rules to your .htaccess file. The SSL Manager installs the certificate, but enforcing HTTPS is a separate step in your application or server configuration.
6. Database Management
All AsiaGB hosting plans include unlimited MySQL databases, which is more generous than many entry-level hosting providers that cap databases at 5 or 10. The Database Manager in DirectAdmin lets you create, rename, assign users to, and delete databases — and provides a direct launch button into phpMyAdmin for more advanced SQL work.
Creating a database takes about 30 seconds. In DirectAdmin, go to "MySQL Management" and click "Create New Database." You will need to provide a database name, a database username, and a password. DirectAdmin enforces a naming convention where your hosting username is prepended to the database name and database username (e.g., if your account is "mysite" and you enter "blog" as the database name, the actual database created will be "mysite_blog"). This prevents naming conflicts between different hosting accounts on the same server.
Once created, you can launch phpMyAdmin directly from DirectAdmin to import SQL dumps, run queries, browse table contents, or repair and optimize tables. If you are migrating a WordPress site from another host, the typical workflow is: export the database as a .sql file from the old host, create a new database on AsiaGB via DirectAdmin, then import the .sql file through phpMyAdmin. The process is straightforward and does not require any SSH or command-line access.
For production databases, it is worth noting that AsiaGB performs server-level backups twice per month (retained for one year), so your database is covered by those automated backups. However, maintaining your own regular database exports — especially before major plugin updates or migrations — is always a good practice.
AsiaGB — 19 Years of Trusted Thai Hosting
Founded in 2007, AsiaGB offers DirectAdmin-powered hosting with servers in Thailand and Singapore. All plans include free SSL, unlimited email and MySQL databases, Softaculous, cpGuard security, and backups twice per month retained for a full year. SSD storage, 99% uptime guarantee, and plans starting from just 500 THB/year.
Visit AsiaGB →7. Email Management
All AsiaGB plans include unlimited email accounts. The Email Management section of DirectAdmin is where you create mailboxes, set up forwarders, configure autoresponders, and manage spam filtering. For small businesses and individual website owners, this is often one of the most-used parts of the control panel.
Creating a new email account is straightforward. Go to "E-Mail Manager" in DirectAdmin, click "Create Mail Account," and fill in the local part of the address (the part before the @), set a password, and optionally set a storage quota. You can create addresses like [email protected], [email protected], or [email protected] — as many as you need without hitting a limit.
DirectAdmin's email features include:
- Webmail access: Users can read email through a browser-based client (Roundcube or similar) without needing to configure an email client like Outlook.
- Forwarders: Forward emails arriving at one address to another address, either on the same domain or externally (e.g., forward [email protected] to your Gmail).
- Autoresponders: Set up automatic reply messages for specific addresses — useful for vacation notices or acknowledgement messages.
- Mailing lists: Create simple mailing lists for newsletters or team communication.
- Spam filters: SpamAssassin integration for scoring incoming mail and filtering suspected spam into a junk folder.
- DKIM/SPF configuration: DirectAdmin can generate and install DKIM keys and display your SPF record settings to improve email deliverability.
For clients connecting via Outlook, Thunderbird, Apple Mail, or mobile devices, DirectAdmin accounts use standard IMAP (port 993, SSL) and SMTP (port 465, SSL) protocols. The server hostname is typically mail.yourdomain.com, though some providers use the server hostname directly. AsiaGB provides the correct settings in your welcome email when you sign up.
8. Softaculous App Installer
Softaculous is an auto-installer integrated into DirectAdmin that provides one-click installation for over 400 web applications. For most users, this means installing WordPress in a couple of minutes without any manual file uploads or database configuration.
You access Softaculous from the DirectAdmin dashboard — look for the Softaculous icon or the "Software / Services" section. Clicking it opens the Softaculous interface, which has a search bar and categorized browse view. Popular applications available include WordPress, Joomla, Drupal, PrestaShop (e-commerce), Magento, OpenCart, Moodle (learning management), phpBB (forums), Matomo (analytics), and many more.
To install WordPress via Softaculous:
- Click WordPress in the Softaculous interface.
- Click "Install Now."
- Choose your domain and directory (leave directory blank to install at the root).
- Set your site name, admin username, and admin password.
- Select your language and preferred starter plugins.
- Click "Install" and wait about 60–90 seconds.
Softaculous also handles updates and backups for installed applications. You can see all your installed apps from the Softaculous dashboard, trigger manual backups of individual installations, and update WordPress (or other apps) to newer versions with a single click. The built-in staging feature lets you clone an installation to a subdomain for testing before deploying changes to production — a very useful capability for developers and agencies managing client sites.
One underused feature is Softaculous email notifications: you can configure it to alert you when installed applications have updates available, so you can keep your sites patched without manually logging in to check.
9. Backup Manager
Backups are a critical safety net for any website, and AsiaGB includes server-level automated backups on all plans — performed twice per month and retained for one full year. This is more generous than many competing hosts that either charge extra for backups or only retain them for 30 days.
DirectAdmin's Backup Manager gives you two distinct capabilities: creating your own on-demand backups, and restoring from available backups. To create a manual backup, go to "Create/Restore Backups" in DirectAdmin. You can select exactly what to include — files, email data, databases, settings — and generate a compressed backup archive that is saved to your hosting account and can be downloaded via File Manager or FTP.
Restoring from an AsiaGB server-level backup requires contacting support, as those backups are stored at the server infrastructure level and are not directly user-accessible through the panel. However, any backup you create yourself through DirectAdmin's Backup Manager can be restored entirely from within the panel without needing to open a support ticket. This is an important distinction: self-service restores work for user-generated backups, while restoring an AsiaGB automated server backup requires a support request.
Best practices for backup management with DirectAdmin on AsiaGB:
- Create a manual backup before any major change (plugin update, PHP version upgrade, theme change).
- Download the backup archive to your local computer or cloud storage (Google Drive, Dropbox) for an off-server copy.
- Test a restore at least once on a staging subdomain so you know the process works before you actually need it in an emergency.
- Keep database exports (from phpMyAdmin) as a separate backup layer — SQL dumps are small, fast to create, and easy to restore.
10. Conclusion
DirectAdmin is a capable, fast, and reliable control panel that covers everything a shared hosting customer needs: file management, database administration, email, SSL, PHP configuration, app installation, and backups. The initial learning curve for users coming from cPanel is real but short — most common tasks are a few clicks away once you know where to look.
AsiaGB's decision to standardize on DirectAdmin reflects a hosting philosophy focused on server performance and pricing efficiency. With 19 years of operation, servers in Thailand and Singapore, SSD storage, 99% uptime, and plan pricing starting at 500 THB per year, AsiaGB positions itself as a solid, stable option for Thai website owners who want a reliable hosting environment without paying a premium for a brand name.
The inclusion of features like unlimited MySQL databases, unlimited email accounts, Softaculous with 400+ apps, cpGuard malware protection, and twice-monthly backups retained for a full year means the value per baht is strong across all plan tiers. If you are comfortable spending a few hours learning DirectAdmin's layout, you will find it a genuinely capable tool for managing your online presence.
Ready to Get Started with AsiaGB?
DirectAdmin hosting with servers in Thailand and Singapore. Plans from 500 THB/year — free SSL, unlimited email, Softaculous, and 99% uptime included.
See AsiaGB Plans →Frequently Asked Questions
Is DirectAdmin easier to use than cPanel?
DirectAdmin and cPanel have similar capabilities, but the layout differs. For users with no prior control panel experience, DirectAdmin is straightforward to learn — the main dashboard groups features logically into sections like Email, Files, Databases, and Advanced. Users migrating from cPanel typically need a day or two to relearn where specific features live, after which most find DirectAdmin equally usable. The advantage of DirectAdmin is that it loads noticeably faster, especially on shared hosting servers.
Can I change the PHP version for my site in DirectAdmin?
Yes. DirectAdmin on AsiaGB includes a PHP Selector that lets you switch between available PHP versions (such as PHP 7.4, 8.0, 8.1, 8.2, or 8.3) without contacting support. The change applies immediately after saving. If you run multiple domains under one account, you can set different PHP versions for each domain independently.
How do I create a new database in DirectAdmin?
Log into DirectAdmin and navigate to "MySQL Management" (sometimes listed under Advanced Features). Click "Create New Database," then enter a database name, create a database user with a password, and click Create. DirectAdmin will automatically prefix the names with your account username to avoid server-wide naming conflicts. After creation, you can access phpMyAdmin from the same section to import data or run queries.
How many email accounts can I create?
All AsiaGB hosting plans include unlimited email accounts. You can create as many @yourdomain.com addresses as you need from the Email Manager section of DirectAdmin. There is no cap on the number of mailboxes, forwarders, or autoresponders. Storage for email is drawn from your plan's overall SSD storage allocation (5GB, 8GB, 10GB, or 35GB depending on your plan), so very large mailboxes with years of archived messages should be monitored to avoid filling your quota.
Can I restore my own backups from DirectAdmin without contacting support?
Yes, if the backup was created through DirectAdmin's own Backup Manager. You can restore those user-generated backups entirely through the panel — go to "Create/Restore Backups" and select the backup file you want to restore. For AsiaGB's server-level automated backups (which run twice per month and are retained for one year), restoration requires contacting AsiaGB support, as those backups are stored at the infrastructure level and not directly accessible through your DirectAdmin account.
AsiaGB Hosting Plans Overview
Here is a summary of AsiaGB's shared hosting plans as of 2026, all powered by DirectAdmin:
| Plan | Storage | Price | Bandwidth | Email / MySQL |
|---|---|---|---|---|
| Starter | 5 GB SSD | 500 THB/yr | Unlimited | Unlimited / Unlimited |
| Standard | 8 GB SSD | 800 THB/yr | Unlimited | Unlimited / Unlimited |
| Professional | 10 GB SSD | 1,500 THB/yr | Unlimited | Unlimited / Unlimited |
| Business | 35 GB SSD | 3,500 THB/yr | Unlimited | Unlimited / Unlimited |
All plans share the same feature set: DirectAdmin control panel, free SSL via Let's Encrypt, Softaculous one-click installer, cpGuard malware protection, and automated backups twice per month retained for one year. Server locations cover both Thailand and Singapore, with 99% uptime and SSD storage on all tiers.