{"id":481,"date":"2012-11-20T17:55:36","date_gmt":"2012-11-20T22:55:36","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/11\/20\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/"},"modified":"2021-11-19T01:57:32","modified_gmt":"2021-11-19T06:57:32","slug":"split-single-cpanel-account-into-multiple-accounts-using-ssh","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/","title":{"rendered":"Split a single cPanel account into multiple accounts using SSH"},"content":{"rendered":"<p>In this article we\u2019ll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts. Multiple cPanel accounts are only available on VPS or dedicated server plans, and splitting up your domains between multiple cPanel accounts can allow you to give away cPanel access to a website owner without having to give the end user access to your other domains.<\/p>\n\n\n\n<p>In our example below we have one cPanel account with the name <strong>userna1<\/strong> that has the primary domain name <strong>PrimaryDomain.com<\/strong> and an addon domain name called <strong>AddonDomain.com<\/strong>. We want to break apart these two domains so we can give a web developer full cPanel and FTP access to <strong>AddonDomain.com<\/strong> without them being able to modify anything on our <strong>PrimaryDomain.com<\/strong> site.<\/p>\n\n\n\n<p>We have a WordPress install on both domains, so we will also need to take special care to ensure that the MySQL database gets moved over and the database user credentials are modified to allow the database connection to still work with a new username.<\/p>\n\n\n\n<p class=\"alert alert-info\">cPanel creation is no longer unlimited. Learn more about <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/cpanel-pricing-structure\/\">cPanel Pricing Changes<\/a> and <a href=\" https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel-edu\/cpanel-pricing-changes-faq\">related FAQs<\/a>.<\/p>\n\n\n<p>To follow along with these instructions you would need <a href=\"\/support\/server\/ssh\/root-access-faq\/\">root access<\/a> to your server. If you don\u2019t have root access you can also follow along with our more basic article on <a href=\"\/support\/edu\/cpanel\/how-do-i-split-a-single-cpanel-account-into-multiple-ones\/\">how to split a single cPanel account into multiple ones<\/a>.<\/p>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/server\/ssh\/how-to-login-ssh\/\">Login to your server via SSH<\/a> as the root user.<\/li>\n<li>We want to find the document root for our <strong>AddonDomain.com<\/strong> and then change to that directory with these commands: <code>grep addondomain.com \/etc\/userdatadomains<\/code>\n<p>Which should give us back:<\/p>\n<p><code style=\"word-wrap: break-word;\">addondomain.com: userna1==userna1==addon==addondomain.primarydomain.com==\/home\/<br>\nuserna1\/public_html\/addondomain.com==70.39.151.52:80==<\/code><\/p>\n<p>Now change to the directory in-between the <strong>==\u2019s<\/strong> with:<\/p>\n<p><code>cd \/home\/userna1\/public_html\/addondomain.com<\/code><\/p>\n<\/li>\n<li>Now we want to look for any database configurations on this domain, an easy way is to look for the username followed by an underscore <strong>_<\/strong> through all your files with the following command: <code>grep userna1_ .\/ -RH<\/code>\n<p>Which should give back something similar to:<\/p>\n<p><code>.\/wp-config.php:define('DB_NAME', 'userna1_wrdp1');<br>\n.\/wp-config.php:define('DB_USER', 'userna1_wrdp1');<\/code><\/p>\n<p>So we can see because of <strong>wp-config.php<\/strong> that these database credentials are for a WordPress site, you\u2019ll want to open up this file and also copy down the <strong>DB_PASSWORD<\/strong> value as well as the <strong>DB_NAME<\/strong> and <strong>DB_USER<\/strong> ones.<\/p>\n<\/li>\n<li>Now we want to backup that WordPress database to our home directory using the following command: <code>mysqldump userna1_wrdp1 &gt; ~userna1\/userna1_wrdp1.sql<\/code><\/li>\n<li>We can now create our new cPanel account. The first thing you\u2019ll want to do is <a href=\"\/support\/edu\/whm\/log-into-whm\/\">Log into WHM<\/a>.<\/li>\n<li>In the top-left <strong>Find<\/strong> box type in <strong>Create<\/strong>, then click on <strong>Create a New Account<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"405\" height=\"192\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\" class=\"optimized-lcp-image\" alt=\"cpanel-click-on-create-new-account\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png 405w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account-300x142.png 300w\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Now for the <strong>Domain:<\/strong> you\u2019ll want to enter your domain with a <b>-temp.com<\/b> suffix, that way we can test and get the account up and running prior to shutting down the real site. So in our example we\u2019re using <strong>AddonDomain-temp.com<\/strong>, you can then choose a username and password you\u2019d like this new cPanel to use, and in the <strong>Choose a Package<\/strong> drop-down you\u2019ll want to select the default <strong>vps<\/strong>package or whatever custom package you might have set up.After entering in all the information scroll to the bottom of the page and click on <strong>Create<\/strong>\n<p><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-enter-temp-domain.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-enter-temp-domain.png\" alt=\"cpanel-enter-temp-domain\" width=\"584\" height=\"599\"><\/a><\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Now that the new account is created we want to copy over all of the relevant files for the <strong>AddonDomain.com<\/strong> site to the new <strong>userna2<\/strong> account with the following series of commands: <code>rm -rf ~userna2\/public_html<\/code>\n<p><code>cp -frp ~userna1\/etc\/addondomain.com ~userna2\/etc\/<\/code><\/p>\n<p><code>cp -frp ~userna1\/mail\/addondomain.com ~userna2\/mail\/<\/code><\/p>\n<p><code>cp -frp ~userna1\/mail\/.*@addondomain_com ~userna2\/mail\/<\/code><\/p>\n<p><code>cp -frp ~userna1\/public_html\/addondomain.com ~userna2\/public_html<\/code><\/p>\n<p>Now we want to fix the permissions of all the files we brought over, so they\u2019re owned by the <strong>userna2<\/strong> user with the following command:<\/p>\n<p><code>fixperms userna2<\/code><\/p>\n<\/li>\n<li>Now we want to update our <strong>wp-config.php<\/strong> script so it\u2019s using our new <strong>userna2<\/strong> username, this can be done with the following command: <code>replace userna1_ userna2_ -- ~userna2\/public_html\/wp-config.php<\/code>\n<p>Which should spit back:<\/p>\n<p><code>\/home\/userna2\/public_html\/wp-config.php converted<\/code><\/p>\n<\/li>\n<li>Now <a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Login to your cPanel<\/a> so you can create the MySQL database.<\/li>\n<li>Under the <strong>Databases<\/strong> section click on <strong>MySQL Database Wizard<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/cpanel_mysql-database-wizard-paper-lantern.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_mysql-database-wizard-paper-lantern.png\" alt=\"cpanel-click-on-database-wizard\" width=\"965\" height=\"208\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Enter the database name from our <strong>wp-config.php<\/strong> script, then click on <strong>Next Step<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_database-name.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_database-name.png\" alt=\"cpanel-create-a-database\" width=\"753\" height=\"405\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Enter in a database username and password, then click <strong>Create User<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_create-database-user.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_create-database-user.png\" alt=\"cpanel-create-a-database-user\" width=\"591\" height=\"609\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Place a check beside <strong>All Privileges<\/strong>, then click <strong>Next Step<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_database-privileges.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_database-privileges.png\" alt=\"cpanel-database-privileges\" width=\"599\" height=\"797\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Now back to our SSH session we can import our MySQL backup into the newly created <strong>userna2_wrdp1<\/strong> database with the following command: <code>mysql -u userna2_wrdp1 -p userna2_wrdp1 &lt; ~userna1\/userna1_wrdp1.sql<\/code>\n<p>At the <strong>Enter password:<\/strong> prompt, enter in the database user password you copied down earlier.<\/p>\n<\/li>\n<li>Now you\u2019ll want to login to your original cPanel account again to remove the <strong>AddonDomain.com<\/strong> from the account, so that we can modify the one we created on our new account. To start this process under the <strong>Domains<\/strong> section click on <strong>Addon Domains<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/cpanel_addon-domains-paper-lantern.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_addon-domains-paper-lantern.png\" alt=\"cpanel-click-on-addon-domains\" width=\"961\" height=\"194\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Beside <strong>AddonDomain.com<\/strong> click on <strong>Remove<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_remove-addon.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_remove-addon.png\" alt=\"cpanel-addon-domain-remove\" width=\"1012\" height=\"236\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<p>On the confirmation screen click on <strong>Remove \u201cAddonDomain.com\u201d<\/strong>.<\/p>\n<\/li>\n<li>Now that the domain is removed from our <strong>userna1<\/strong> cPanel account, we\u2019ll want to log back into WHM so we can modify our <strong>userna2<\/strong> account to use that domain. In the top-left <strong>Find<\/strong> box type in <strong>modify<\/strong>, then click on <strong>Modify an Account<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_whm-click-on-modify-an-account.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_whm-click-on-modify-an-account.png\" alt=\"whm-click-on-cpanel-database-privileges.pnmodify-an-account\" width=\"315\" height=\"148\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Click on our <strong>AddonDomain-temp.com<\/strong> domain, then click on <strong>Modify<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_whm-select-addon-click-modify.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_whm-select-addon-click-modify.png\" alt=\"whm-select-addon-click-modify\" width=\"454\" height=\"500\"><\/a>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Now change the domain entry in the <strong>Primary Domain:<\/strong> field to <strong>AddonDomain.com<\/strong>, then scroll to the bottom and click on <strong>Save<\/strong>. You should see a green <strong>Success!<\/strong> status display when it\u2019s done.<\/li>\n<\/ol>\n<p>This should be all that is necessary for splitting one cPanel account into multiple cPanel accounts. Once you have everythign running correctly on the new separate cPanel account, you can then go back to the original <strong>userna1<\/strong> cPanel account and remove the <strong>AddonDomain.com<\/strong> site\u2019s files from <strong>\/etc\/addondomain.com<\/strong>, <strong>\/etc\/addondomain.com<\/strong>, and <strong>\/public_html\/addondomain.com<\/strong>. Also you can remove the MySQL database from that user as well now that a duplicate copy has been setup under our new <strong>userna2<\/strong> user.<\/p>\n\n\n<p>For a simpler method on a Shared Hosting account, try to just <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/business-shared-hosting\/creating-logins-on-my-shared-hosting-plan\/\">create extra logins<\/a> for appropriate tools. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article we\u2019ll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts. Multiple cPanel accounts are only available on VPS or dedicated server plans, and splitting up your domains between multiple cPanel accounts can allow you to give away cPanel access to a website owner without<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[51],"tags":[],"class_list":["post-481","post","type-post","status-publish","format-standard","hentry","category-cpanel"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Split a single cPanel account into multiple accounts using SSH | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"In this article we&#039;ll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Split a single cPanel account into multiple accounts using SSH | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"In this article we&#039;ll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-11-20T22:55:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-19T06:57:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"Split a single cPanel account into multiple accounts using SSH\",\"datePublished\":\"2012-11-20T22:55:36+00:00\",\"dateModified\":\"2021-11-19T06:57:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\"},\"wordCount\":954,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\",\"articleSection\":[\"cPanel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\",\"name\":\"Split a single cPanel account into multiple accounts using SSH | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\",\"datePublished\":\"2012-11-20T22:55:36+00:00\",\"dateModified\":\"2021-11-19T06:57:32+00:00\",\"description\":\"In this article we'll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png\",\"width\":405,\"height\":192,\"caption\":\"cpanel-click-on-create-new-account\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Split a single cPanel account into multiple accounts using SSH\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Split a single cPanel account into multiple accounts using SSH | InMotion Hosting","description":"In this article we'll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts.","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:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/","og_locale":"en_US","og_type":"article","og_title":"Split a single cPanel account into multiple accounts using SSH | InMotion Hosting","og_description":"In this article we'll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-11-20T22:55:36+00:00","article_modified_time":"2021-11-19T06:57:32+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"Split a single cPanel account into multiple accounts using SSH","datePublished":"2012-11-20T22:55:36+00:00","dateModified":"2021-11-19T06:57:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/"},"wordCount":954,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png","articleSection":["cPanel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/","name":"Split a single cPanel account into multiple accounts using SSH | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png","datePublished":"2012-11-20T22:55:36+00:00","dateModified":"2021-11-19T06:57:32+00:00","description":"In this article we'll discuss an advanced method for taking a single cPanel account, and splitting it into multiple cPanel accounts.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/website_cpanel_cpanel-split_cpanel-click-on-create-new-account.png","width":405,"height":192,"caption":"cpanel-click-on-create-new-account"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/split-single-cpanel-account-into-multiple-accounts-using-ssh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Split a single cPanel account into multiple accounts using SSH"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":51,"name":"cPanel","slug":"cpanel","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=481"}],"version-history":[{"count":7,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/481\/revisions"}],"predecessor-version":[{"id":85296,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/481\/revisions\/85296"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=481"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=481"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}