# Importing Existing Instance
PanelAlpha allows you to easily import existing WordPress instances into the system. The import process can be initiated from the Client Area and offers two methods: a simple plugin-based approach (recommended) and an advanced FTP/SFTP method for more complex scenarios.
# Starting the Import Process
Navigate to the My Instances page in the Client Area.
Click on Add New.
Select Import Existing WordPress Instance.
Import is automatically assigned to the default main service (#1), so no service-selection step is shown.
# Enter WordPress URL
- Enter your current WordPress instance URL (e.g.,
https://example.com). - Click Continue.
If your environment has additional onboarding options, they will appear at this step.
Note: In the current onboarding flow, sharing users is not part of the import wizard. After import, access can be managed from Sharing Instances.
# Choosing Import Method
PanelAlpha offers two import methods to accommodate different scenarios and technical requirements:
# Method 1: Simple Method (Recommended)
The simple method uses a PanelAlpha migration plugin to automate the entire import process. This is the recommended approach for most users.
Advantages:
- Fully automated migration process
- No need for FTP credentials
- Handles file and database migration automatically
- Works even if your hosting provider has FTP restrictions
- Real-time progress monitoring
Two options are available:
# Option A: WordPress Admin Login Details
Provide your WordPress admin credentials, and PanelAlpha will automatically:
- Log into your WordPress admin panel
- Install the migration plugin
- Initiate and complete the migration
- Clean up after itself
Required fields:
- Login URL: Your WordPress login page URL (e.g.,
https://example.com/wp-login.php) - Username: WordPress admin username
- Password: WordPress admin password
Note: Your credentials are used only during the migration process and are not stored permanently.
# Option B: Manual Plugin Installation
If you prefer not to provide admin credentials, you can install the migration plugin manually:
- Download the plugin: Click the download button to get the PanelAlpha WordPress Migrator plugin.
- Install the plugin: Upload and activate it in your WordPress admin area (
Plugins -> Add New -> Upload Plugin). - Run the migration: The plugin will automatically connect to PanelAlpha and initiate the migration.
- Monitor progress: You'll be able to track the migration status in real-time.
# Method 2: Advanced Method (FTP/SFTP)
The advanced method uses FTP/SFTP to download your WordPress files and database directly from your hosting server.
When to use:
- You don't have WordPress admin access
- The plugin method fails or is incompatible
- You need more control over the migration process
- Your WordPress installation has been compromised and you want to migrate files directly
Required information:
- Protocol: FTP, SFTP, or FTPS
- FTP Host: Your FTP server address (e.g.,
ftp.example.com) - FTP Port: Port number (default: 21 for FTP, 22 for SFTP)
- FTP Username: Your FTP account username
- FTP Password: Your FTP account password
- Path: Path to your WordPress installation (e.g.,
/public_html,/, or/blog)
Notes:
- If you don't specify a path, PanelAlpha will automatically search common locations (
/,/public_html,/public,/htdocs,/httpdocs) - PanelAlpha will verify that WordPress is found at the specified location before proceeding
# Import Submission Confirmation
After you submit migration details, PanelAlpha confirms that the import has started and displays the target URL that will be used for the imported site.
# Import Progress
The import process runs in the background. You can monitor it directly in My Instances tile view and use Show Logs to open a detailed progress modal.
# Import Completion
When the import reaches a final state, the imported site is shown in My Instances as ready for management.
Post-import verification (for successful imports):
- Visit your instance URL to verify the site loads correctly
- Log into WordPress admin to confirm access
- Check that plugins and themes are functioning properly
- Verify that media files and uploads are accessible
- Test any custom functionality or integrations
# Monitoring Your Import
All client-initiated imports can be monitored from the Admin Area under the Migrations section, where you'll find:
- In Progress: Currently running migrations with real-time status
- Failed: Migrations that encountered errors, with detailed error messages and retry options
- Successful: Completed migrations with full details and logs
Administrators can:
- Monitor migration progress
- View detailed logs
- Retry failed migrations
- Mark migrations as successful (if issues were resolved manually)
- Stop ongoing migrations if needed