cPanel'den DirectAdmin'e Transfer: Adım Adım Rehber
Web hosting yönetiminde cPanel ve DirectAdmin, hosting sağlayıcıları tarafından kullanılan en popüler iki kontrol panelidir. Her birinin kendi özellikleri ve arayüzleri vardır ve bazen birinden diğerine geçmeye ihtiyaç duyabilirsiniz. Bu makale, özellikle yedek isimlendirme kuralı ve genel transfer süreci üzerinde durarak cPanel'den DirectAdmin'e nasıl transfer edileceği hakkında detaylı bir rehber sunar.
Adım 1: cPanel Yedeğinizi Hazırlayın
cPanel'den DirectAdmin'e transferin ilk adımı, cPanel hesabınızın tam yedeğini oluşturmaktır. DirectAdmin ile uyumluluk için yedek dosyasının doğru isimlendirilmesi kritiktir. Yedek dosyası şu formatta isimlendirilmelidir:
cpmove-username.tar.gz

Burada username cPanel hesap kullanıcı adınızdır. Bu isimlendirme kuralı önemlidir çünkü DirectAdmin'in restore işlevi bu formatı tanır ve otomatik işleyebilir.
- cPanel'e giriş yapın: cPanel dashboard'unuza gidin.
- Yedek oluşturun: 'Backup' bölümüne gidin ve 'Download a Full Account Backup' seçin.
- Yedek hedefini belirtin: Yedek dosyası için hedef seçin. Güvenli olması için ana dizininize veya uzaktan kaydetmeniz önerilir.
- Yedekleme sürecini başlatın: 'Generate Backup'a tıklayın. Bu süreç hesabınızın boyutuna bağlı olarak biraz zaman alabilir.
Adım 2: Yedeği Yeni DirectAdmin Sunucunuza Aktarın
Yedekleme tamamlanıp doğru isimlendirildiğinde, sonraki adım dosyayı DirectAdmin'in kurulu olduğu yeni hosting ortamınıza aktarmaktır.
- Dosyayı güvenle aktarın: cpmove-username.tar.gz dosyasını yeni sunucunuza güvenle aktarmak için FTP veya SSH kullanın. Root veya admin kullanıcısının ana dizinine aktarmanız önerilir.
Adım 3: DirectAdmin'de Yedeği Geri Yükleyin
Yedek dosyasını yeni sunucuya aktardıktan sonra DirectAdmin içinde geri yüklemeniz gerekir.
- DirectAdmin'e giriş yapın: DirectAdmin panelinize erişin.
- Yedeği yükleyin: Yedek dosyasının root dizininde olduğundan emin olun, değilse oraya taşıyın.
- Yedeği geri yükleyin: DirectAdmin tipik olarak cPanel yedeğini geri yüklemek için komut satırı işlemleri gerektirir. Şu komutu çalıştırmanız gerekebilir:
Bu script dönüşümü yönetir ve cPanel yedeğinden veriyi DirectAdmin hesap yapısına geri yükler.Code:/usr/local/directadmin/scripts/restore_cpanel_backup.sh cpmove-username.tar.gz
Adım 4: Transferi Doğrulayın
Geri yükleme süreci tamamlandığında tüm verilerin doğru transfer edildiğini doğrulamak şarttır.
- Web sitesi verisini kontrol edin: Tüm web sitesi dosyaları, veritabanları ve e-posta hesaplarının sağlam olduğundan emin olun.
- İşlevselliği test edin: Web sitenize göz atın ve beklendiği gibi çalıştığını onaylamak için uygulamalara veya veritabanlarına giriş yapın.
Adım 5: DNS Kayıtlarını Güncelleyin
Son olarak, sunucu da değiştiriyorsanız DNS kayıtlarınızı yeni sunucu IP adreslerine işaret edecek şekilde güncellemeniz gerekir.
- DNS'i güncelleyin: A kayıtları, MX kayıtları ve diğer ilgili DNS ayarlarını yeni sunucunun IP adreslerini yansıtacak şekilde değiştirin.
- DNS yayılması: DNS değişikliklerinin internette yayılması için biraz zaman tanıyın.
cPanel'den DirectAdmin'e transfer ürkütücü görünebilir, ancak bu adımları izleyerek ve yedek dosyanızın doğru isimlendirildiğinden emin olarak süreç düzgün ve basit olabilir. Verilerinizi her zaman yedeklediğinizden ve başarılı bir transfer için her adımı doğruladığınızdan emin olun.
How to Transfer from cPanel to DirectAdmin: A Step-by-Step Guide
When it comes to web hosting management, cPanel and DirectAdmin are two of the most popular control panels used by web hosting providers. Each has its own features and interfaces, and sometimes you might find yourself needing to switch from one to the other. This article provides a detailed guide on how to transfer from cPanel to DirectAdmin, focusing particularly on the backup naming convention and the overall transfer process.
Step 1: Prepare Your cPanel Backup
The first step in transferring from cPanel to DirectAdmin is to create a complete backup of your cPanel account. It's crucial that the backup file is named correctly to ensure compatibility with DirectAdmin. The backup file should be named in the following format:
cpmove-username.tar.gz

Here, username is your cPanel account username. This naming convention is important because DirectAdmin's restore functionality recognizes this format and can process it automatically.
- Log into cPanel: Go to your cPanel dashboard.
- Generate a Backup: Navigate to the 'Backup' section and select 'Download a Full Account Backup'.
- Specify Backup Destination: Choose the destination for the backup file. It's recommended to save the backup to your home directory or remotely.
- Start the Backup Process: Click on 'Generate Backup'. This process might take some time depending on the size of your account.
Step 2: Transfer the Backup to Your New DirectAdmin Server
Once the backup is complete and correctly named, the next step is to transfer the file to your new hosting environment where DirectAdmin is installed.
- Securely Transfer the File: Use FTP or SSH to securely transfer the cpmove-username.tar.gz file to your new server. It's recommended to transfer it to the home directory of the root or admin user.
Step 3: Restore the Backup in DirectAdmin
After transferring the backup file to the new server, you need to restore it within DirectAdmin.
- Log into DirectAdmin: Access your DirectAdmin panel.
- Upload the Backup: Make sure the backup file is in the root directory, or move it there if it isn't.
- Restore the Backup: DirectAdmin typically requires command line operations to restore a cPanel backup. You might need to run the following command:
This script will handle the conversion and restore the data from the cPanel backup into the DirectAdmin account structure.Code:/usr/local/directadmin/scripts/restore_cpanel_backup.sh cpmove-username.tar.gz
Step 4: Verify the Transfer
Once the restoration process is complete, it's essential to verify that all data has been transferred correctly.
- Check Website Data: Ensure that all website files, databases, and email accounts are intact.
- Test Functionality: Browse your website and log into any applications or databases to confirm they are functioning as expected.
Step 5: Update DNS Records
Finally, if you're also changing servers, you'll need to update your DNS records to point to the new server IP addresses.
- Update DNS: Change the A records, MX records, and any other relevant DNS settings to reflect the new server's IP addresses.
- DNS Propagation: Allow some time for DNS changes to propagate across the internet.
Transferring from cPanel to DirectAdmin can seem daunting, but by following these steps and ensuring that your backup file is correctly named, the process can be smooth and straightforward. Always make sure to back up your data and verify each step along the way to ensure a successful transfer.