{"id":2469,"date":"2024-09-04T21:34:03","date_gmt":"2024-09-04T20:34:03","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=2469"},"modified":"2024-09-04T21:34:03","modified_gmt":"2024-09-04T20:34:03","slug":"how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/","title":{"rendered":"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide"},"content":{"rendered":"<div class=\"flex-1 overflow-hidden\">\n<div class=\"h-full\">\n<div class=\"react-scroll-to-bottom--css-lpequ-79elbk h-full\">\n<div class=\"react-scroll-to-bottom--css-lpequ-1n7m0yu\">\n<div class=\"flex flex-col text-sm md:pb-9\">\n<article class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-17\" data-scroll-anchor=\"true\">\n<div class=\"text-base py-[18px] px-3 md:px-4 m-auto w-full md:px-5 lg:px-1 xl:px-5\">\n<div class=\"mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\">\n<div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\">\n<div class=\"flex-col gap-1 md:gap-3\">\n<div class=\"flex max-w-full flex-col flex-grow\">\n<div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 break-words [.text-message+&amp;]:mt-5 overflow-x-auto whitespace-normal\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"46f6be95-38f9-42b2-bd86-fa8eb3f26ebe\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\" wp-image-2476 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg\" alt=\"\" width=\"390\" height=\"390\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg 1080w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH-300x300.jpg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH-1024x1024.jpg 1024w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH-150x150.jpg 150w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH-768x768.jpg 768w\" sizes=\"(max-width: 390px) 100vw, 390px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Introduction<\/strong><\/p>\n<p>Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you&#8217;re not familiar with the process. However, with the right steps, it can be done smoothly. This guide will walk you through the entire migration process using SSH, from creating a full backup in DirectAdmin to extracting files and importing the database in cPanel.<\/p>\n<h3><strong>Step 1: Create a Full Backup in DirectAdmin<\/strong><\/h3>\n<p>The first step in migrating your website is to create a full backup of your DirectAdmin account. This backup will include all your website files, databases, emails, and other important data.<\/p>\n<ol>\n<li><strong>Log in to your DirectAdmin control panel.<\/strong><\/li>\n<li><strong>Navigate to the Backup\/Restore page<\/strong> under the \u201cAdvanced Features\u201d section.<\/li>\n<li><strong>Select all the data you want to back up<\/strong> (typically everything).<\/li>\n<li><strong>Click the \u201cCreate Backup\u201d button<\/strong> to start the backup process.<\/li>\n<li><strong>Wait for the backup to complete.<\/strong> Once done, DirectAdmin will store the backup file in your <code>\/backups<\/code> directory, typically named something like <code>backup-Sep-04-2024-1.tar.zst<\/code>.<\/li>\n<\/ol>\n<h3><strong>Step 2: Download the Backup File to Your cPanel Server<\/strong><\/h3>\n<p>Once your backup is ready, the next step is to transfer it to your cPanel server. You can do this using the <code>wget<\/code> command via SSH.<\/p>\n<ol>\n<li>Log in to your cPanel server via SSH using a terminal or SSH client (like PuTTY for Windows).\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><code class=\"!whitespace-pre hljs language-bash\"><strong>ssh username@your-cpanel-server.com<\/strong><\/code><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Replace <code>username<\/code> with your actual SSH username and <code>your-cpanel-server.com<\/code> with your server\u2019s domain name or IP address.<\/li>\n<li>Navigate to the directory where you want to download the backup file. For example:\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><code class=\"!whitespace-pre hljs language-bash\"><strong><span class=\"hljs-built_in\">cd<\/span> \/home\/yourusername\/<\/strong><\/code><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Replace <code>\/home\/yourusername\/<\/code> with your actual directory path.<\/li>\n<li>Use the <strong><code>wget <\/code><\/strong>command to download the backup file from DirectAdmin to your cPanel server:\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\">\n<div class=\"flex items-center\"><\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><code class=\"!whitespace-pre hljs language-bash\"><strong>wget https:\/\/hoganhost.com.ng\/backup-Sep-04-2024-1.tar.zst<\/strong><\/code><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Make sure the URL is correct, and replace it with your actual backup file URL.<\/li>\n<\/ol>\n<h3><strong>Step 3: Install Zstandard (Zstd) on Your cPanel Server<\/strong><\/h3>\n<p>The backup file you downloaded is compressed using Zstandard (<code>.zst<\/code> format), so you&#8217;ll need to install <code>zstd<\/code> on your cPanel server to decompress it.<\/p>\n<ol>\n<li>Install<strong><code>zstd<\/code><\/strong> (if it&#8217;s not already installed):\n<ul>\n<li>For CentOS\/RHEL:\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><strong>sudo yum install epel-release -y<br \/>\nsudo yum install zstd -y<br \/>\n<\/strong><\/code><\/div>\n<\/div>\n<\/li>\n<li><strong>For Ubuntu\/Debian:<\/strong>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\">\n<div class=\"flex items-center\"><\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><code class=\"!whitespace-pre hljs language-bash\">sudo apt-get update<br \/>\nsudo apt-get install zstd -y<\/code><\/code><\/div>\n<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li>Verify the installation by checking the version:\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">zstd --version<br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<\/ol>\n<h3><strong><br \/>\nStep 4: Decompress and Extract the Backup File<\/strong><\/h3>\n<p>With <code>zstd<\/code> installed, you can now decompress and extract the contents of your backup file.<\/p>\n<ol>\n<li>Decompress the<strong><code>.tar.zst<\/code> file<\/strong> to a <code>.tar<\/code> file:\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><code class=\"!whitespace-pre hljs language-bash\"><strong>zstd -d backup-Sep-04-2024-1.tar.zst<\/strong><\/code><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>This command will create <code>backup-Sep-04-2024-1.tar<\/code> in the same directory.<\/li>\n<li><strong>Extract the <code>.tar<\/code> file<\/strong> to retrieve your website files, databases, and other content:\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\">|<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><code class=\"!whitespace-pre hljs language-bash\"><strong>tar -xvf backup-Sep-04-2024-1.tar<\/strong><\/code><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>This command will extract all files to the current directory.<\/li>\n<\/ol>\n<h3><strong>Step 5: Upload and Import Your MySQL Database<\/strong><\/h3>\n<p>Your backup includes a MySQL database, which needs to be imported into your cPanel account.<\/p>\n<ol>\n<li><strong>Log in to your cPanel account<\/strong> and create a new MySQL database and user:\n<ul>\n<li>Go to <strong>MySQL\u00ae Databases<\/strong> in cPanel.<\/li>\n<li><strong>Create a new database<\/strong> (e.g., <code>my_database<\/code>).<\/li>\n<li><strong>Create a new user<\/strong> (e.g., <code>my_user<\/code>) and assign it to the database with all privileges.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Locate the SQL file<\/strong> in the extracted backup directory. It will likely be in a directory named <code>mysql<\/code> or similar.<\/li>\n<li><strong>Upload the SQL file to your server<\/strong> using an SFTP client or the cPanel File Manager.<\/li>\n<li><strong>Import the SQL file<\/strong> into your newly created database:\n<ul>\n<li><strong><strong>Via SSH:<\/strong><\/strong>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><code class=\"!whitespace-pre hljs language-bash\"><strong>mysql -u my_user -p my_database &lt; \/path\/to\/your.sql<\/strong><\/code><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Replace <code>my_user<\/code>, <code>my_database<\/code>, and <code>\/path\/to\/your.sql<\/code> with your actual database name, username, and SQL file path.<\/li>\n<li><strong>Via phpMyAdmin<\/strong>:\n<ul>\n<li>Go to <strong>phpMyAdmin<\/strong> in cPanel.<\/li>\n<li>Select your new database.<\/li>\n<li>Click on the <strong>Import<\/strong> tab.<\/li>\n<li>Choose the SQL file and click <strong>Go<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>Step 6: Finalize Your Migration<\/p>\n<p>Now that your files and database are in place, you need to finalize the migration:<\/p>\n<ol>\n<li><strong>Update your website configuration files<\/strong> (like <code>wp-config.php<\/code> for WordPress) to point to the new MySQL database.<\/li>\n<li><strong>Test your website<\/strong> to ensure everything is working correctly. This includes checking links, forms, and database connections.<\/li>\n<li><strong>Update your DNS settings<\/strong> to point your domain to your new cPanel server, if necessary.<\/li>\n<\/ol>\n<p>Conclusion<\/p>\n<p>Migrating your website from DirectAdmin to cPanel using SSH may seem complex, but by following these steps, you can ensure a smooth transition. Remember to double-check your configurations and thoroughly test your site after the migration. If you encounter any issues, don\u2019t hesitate to seek help from your hosting provider or a professional.<\/p>\n<p>Check out our cheap and reliable <a href=\"https:\/\/hoganhost.com.ng\">web hosting<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Introduction Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you&#8217;re not familiar with the process. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2476,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[4,66],"tags":[],"class_list":["post-2469","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel","category-directadmin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide<\/title>\n<meta name=\"description\" content=\"Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you&#039;re not familiar with the process. However, with\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide\" \/>\n<meta property=\"og:description\" content=\"Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you&#039;re not familiar with the process. However, with\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-04T20:34:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide\",\"datePublished\":\"2024-09-04T20:34:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\"},\"wordCount\":671,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg\",\"articleSection\":[\"Cpanel\",\"directadmin\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\",\"name\":\"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg\",\"datePublished\":\"2024-09-04T20:34:03+00:00\",\"description\":\"Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you're not familiar with the process. However, with\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide","description":"Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you're not familiar with the process. However, with","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/","og_locale":"en_US","og_type":"article","og_title":"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide","og_description":"Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you're not familiar with the process. However, with","og_url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2024-09-04T20:34:03+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg","type":"image\/jpeg"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide","datePublished":"2024-09-04T20:34:03+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/"},"wordCount":671,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg","articleSection":["Cpanel","directadmin"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/","url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/","name":"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg","datePublished":"2024-09-04T20:34:03+00:00","description":"Migrating your website from DirectAdmin to cPanel can seem daunting, especially if you're not familiar with the process. However, with","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/09\/How-to-Migrate-from-DirectAdmin-to-cPanel-Account-Using-SSH.jpg","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-migrate-from-directadmin-to-cpanel-account-using-ssh-a-step-by-step-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Migrate from DirectAdmin to cPanel Account Using SSH: A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=2469"}],"version-history":[{"count":7,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2469\/revisions"}],"predecessor-version":[{"id":2477,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2469\/revisions\/2477"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/2476"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=2469"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=2469"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=2469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}