{"id":548,"date":"2021-07-23T12:32:39","date_gmt":"2021-07-23T12:32:39","guid":{"rendered":"https:\/\/ssdsunucum.com\/blog\/how-to-restore-your-cpanel-account-a-guide-for-new-system-administrators\/"},"modified":"2021-07-23T12:32:39","modified_gmt":"2021-07-23T12:32:39","slug":"how-to-restore-your-cpanel-account-a-guide-for-new-system-administrators","status":"publish","type":"post","link":"https:\/\/ssdsunucum.com\/blog\/how-to-restore-your-cpanel-account-a-guide-for-new-system-administrators\/","title":{"rendered":"How to Restore Your cPanel Account &#8211; A Guide for New System Administrators"},"content":{"rendered":"<\/p>\n<div class=\"col-md-9\">\n<div class=\"flex-column flex-md-row article-header\">\n<div id=\"versioned-article-header\">\n<p class=\"valid-version-info\"><em>Valid for versions 88 through the latest version<\/em><\/p>\n<\/div>\n<div id=\"version-select-group\" aria-label=\"select versions\">\n<h4>Version:<\/h4>\n<h4>82<\/h4>\n<h4>88<\/h4>\n<\/div><\/div>\n<hr>\n<h2 id=\"overview\">Overview<\/h2>\n<p>This document explains how to restore your website in WHM.<\/p>\n<div class=\"callout callout-info\">\n<div class=\"callout-heading\">Note:<\/div>\n<div class=\"callout-content\">\n<p>This document is intended for cPanel users who have recently become system administrators.<\/p>\n<\/p><\/div>\n<\/div>\n<h2 id=\"about-cpanel\">About cPanel<\/h2>\n<p>The cPanel &#038; WHM product package contains two distinct interfaces. Each interface controls a different aspect of web hosting. It is important that you understand the differences between the two interfaces:<\/p>\n<ul>\n<li>\n<p><strong>WHM (WebHost Manager)<\/strong> \u2014 WHM allows you to manage your server and the websites on it. It also allows you to manage your server\u2019s settings and configuration. WHM is often considered our product package\u2019s \u201cbackend.\u201d<\/p>\n<\/li>\n<li>\n<p><strong>cPanel<\/strong> \u2014 cPanel allows website owners to manage their sites. Website owners can use cPanel to create their websites\u2019 email addresses, FTP accounts, web applications, and databases. cPanel is often considered our product package\u2019s \u201cfrontend.\u201d<\/p>\n<\/li>\n<\/ul>\n<div class=\"callout callout-warning\">\n<div class=\"callout-heading\">Important:<\/div>\n<div class=\"callout-content\">\n<p>If you plan to restore your cPanel account, do <strong>not<\/strong> create the account in WHM before you attempt to restore it.<\/p>\n<\/p><\/div>\n<\/div>\n<h2 id=\"how-do-i-access-cpanel\">How do I access cPanel?<\/h2>\n<p>To access cPanel &#038; WHM services through a web browser, follow the directions in our How to Log in to Your Server or Account documentation.<\/p>\n<h2 id=\"what-is-the-root-user\">What is the root user?<\/h2>\n<p>The <code>root<\/code> user is the highest-level system user. As the <code>root<\/code> user, you can access and make changes to anything on the system.<\/p>\n<div class=\"callout callout-warning\">\n<div class=\"callout-heading\">Important:<\/div>\n<div class=\"callout-content\">\n<p>We <strong>strongly<\/strong> recommend that you do not share or expose your <code>root<\/code> password.<\/p>\n<\/p><\/div>\n<\/div>\n<h2 id=\"how-do-i-restore-my-old-cpanel-account\">How do I restore my old cPanel account?<\/h2>\n<div class=\"callout callout-danger\">\n<div class=\"callout-heading\">Warning:<\/div>\n<div class=\"callout-content\">\n<p>Do <strong>not<\/strong> use the <code>skip-name-resolve<\/code> setting in your server\u2019s MySQL\u00ae configuration. This setting <strong>will<\/strong> cause <strong>serious<\/strong> issues with server operations. If you are <strong>not<\/strong> an advanced MySQL administrator, expect issues with this setting. For example, you will see issues with account transfers and restorations. This setting will also cause issues with phpMyAdmin.<\/p>\n<\/p><\/div>\n<\/div>\n<p>To restore your cPanel account, obtain a backup archive or a <code>cpmove<\/code> file of the old account. Either generate the backup archive in cPanel\u2019s <em>Backup<\/em> interface (<em>cPanel &gt;&gt; Home &gt;&gt; Files &gt;&gt; Backup<\/em>), or obtain a <code>cpmove<\/code> archive from your hosting provider.<\/p>\n<div class=\"callout callout-warning\">\n<div class=\"callout-heading\">Important:<\/div>\n<div class=\"callout-content\">\n<ul>\n<li>Do <strong>not<\/strong> create the cPanel account that you plan to restore. WHM\u2019s <em>Transfer or Restore a cPanel Account<\/em> interface (<em>WHM &gt;&gt; Home &gt;&gt; Backup &gt;&gt; Transfer or Restore a cPanel Account<\/em>) creates the cPanel account for you.<\/li>\n<li>Do <strong>not<\/strong> change the name of your cPanel backup archive or <code>cpmove<\/code> file.<\/li>\n<\/ul><\/div>\n<\/div>\n<p>To begin, place your backup archive or <code>cpmove<\/code> file in the <code>\/home<\/code> directory. Use an SFTP client to transfer the file to your server.<\/p>\n<p>For more information about SFTP, read our How to Configure Your SFTP Client documentation.<\/p>\n<div class=\"callout callout-info\">\n<div class=\"callout-heading\">Note:<\/div>\n<div class=\"callout-content\">\n<p>If you do <strong>not<\/strong> already have an SFTP client, you can download Cyberduck\u2122 for evaluation purposes.<\/p>\n<\/p><\/div>\n<\/div>\n<p>After you install your SFTP client, open an SFTP connection to your server with your root login information. For example, if you use Cyberduck, perform the following steps to open an SFTP connection:<\/p>\n<ol>\n<li>\n<p>Select <em>SFTP (SSH File Transfer Protocol)<\/em> from the top menu.<\/p>\n<\/li>\n<li>\n<p>Enter your server\u2019s IP address or hostname in the <em>Server<\/em> text box.<\/p>\n<\/li>\n<li>\n<p>If your server uses a port other than <code>22<\/code> for SSH, enter it in the <em>Port<\/em> text box.<\/p>\n<\/li>\n<li>\n<p>Enter <code>root<\/code> in the <em>Username<\/em> text box.<\/p>\n<\/li>\n<li>\n<p>Enter the <code>root<\/code> user\u2019s password in the <em>Password<\/em> text box.<\/p>\n<\/li>\n<li>\n<p>Click <em>Connect<\/em> to open an SFTP connection to your server.<\/p>\n<\/li>\n<\/ol>\n<p>After you open an SFTP connection to your server, transfer the backup archive or <code>cpmove<\/code> file to the server\u2019s <code>\/home<\/code> directory.<\/p>\n<p>To transfer the file with Cyberduck, perform the following steps:<\/p>\n<ol>\n<li>\n<p>Navigate to the <code>\/<\/code> directory.<\/p>\n<\/li>\n<li>\n<p>Double-click the <em>home<\/em> folder.<\/p>\n<\/li>\n<li>\n<p>Click <em>Action<\/em>.<\/p>\n<\/li>\n<li>\n<p>Click <em>Upload<\/em>.<\/p>\n<\/li>\n<li>\n<p>Navigate to the directory with the backup archive file and select it. The system will transfer your file to the server\u2019s <code>\/home<\/code> directory.<\/p>\n<\/li>\n<\/ol>\n<div class=\"callout callout-info\">\n<div class=\"callout-heading\">Note:<\/div>\n<div class=\"callout-content\">\n<p>The amount of time that the SFTP client requires to transfer a file depends on the file\u2019s size and your connection speed.<\/p>\n<\/p><\/div>\n<\/div>\n<p>After you move your backup archive or <code>cpmove<\/code> file to the correct location, access WHM\u2019s <em>Transfer or Restore a cPanel Account<\/em> interface (<em>WHM &gt;&gt; Home &gt;&gt; Transfers &gt;&gt; Transfer or Restore a cPanel Account<\/em>). You can use this interface to restore the backup archive or <code>cpmove<\/code> file with the <em>Restore from a local cpmove file.<\/em> setting.<\/p>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Valid for versions 88 through the latest version Version: 82 88 Overview This document explains how to restore your website in WHM. Note: This document is intended for cPanel users who have recently become system administrators. About cPanel The cPanel &#038; WHM product package contains two distinct interfaces. Each interface controls a different aspect of &hellip;<\/p>\n","protected":false},"author":1,"featured_media":549,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/posts\/548"}],"collection":[{"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/comments?post=548"}],"version-history":[{"count":0,"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/posts\/548\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/media\/549"}],"wp:attachment":[{"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/media?parent=548"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/categories?post=548"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ssdsunucum.com\/blog\/wp-json\/wp\/v2\/tags?post=548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}