{"id":999957809,"date":"2023-08-07T19:16:26","date_gmt":"2023-08-07T13:46:26","guid":{"rendered":"https:\/\/f60host.com\/support\/?p=999957809"},"modified":"2023-08-07T19:16:26","modified_gmt":"2023-08-07T13:46:26","slug":"how-to-install-wordpress-in-control-web-panel","status":"publish","type":"post","link":"https:\/\/f60host.com\/support\/how-to-install-wordpress-in-control-web-panel\/","title":{"rendered":"How to Install WordPress in Control Web Panel (CWP)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is WordPress?<\/h2>\n\n\n\n<p>WordPress is a popular free and open-source <strong>content management system<\/strong> (CMS) known for its versatility and ease of use. There are several methods for installing <strong>WordPress<\/strong>, from using an installer offered by a <a href=\"https:\/\/f60host.com\/wordpress-hosting.php\">website hosting<\/a> service to manually.<\/p>\n\n\n\n<p>We&#8217;ll go over how to <strong>install WordPress in Control Web Panel<\/strong> (CWP), formerly known as <strong>CentOS Web Panel<\/strong>, in the sections below.<\/p>\n\n\n\n<p>Check Out: <a href=\"https:\/\/f60host.com\/support\/3-best-review-plugins-for-wordpress-website\/\">3 Best Review Plugins: Elevate Your WordPress Website<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-install-wordpress\">How to install WordPress<\/h2>\n\n\n\n<p>The simplicity with which WordPress may be installed is well-known. Installing WordPress is usually a quick and painless procedure that takes less than five minutes. Many web providers now include solutions (such as Fantastico) that automatically install WordPress for you. However, if you want to <strong>install WordPress independently<\/strong>, the following instructions will assist you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step to Install WordPress in Control Web Panel<\/h2>\n\n\n\n<p><strong>Step 1: <\/strong>Log into <strong>Control Web Panel<\/strong>.<\/p>\n\n\n\n<p><strong>Step 2: <\/strong>On the left select \u201c<strong>New Account.<\/strong>\u201d<\/p>\n\n\n\n<p><strong>Step 3: <\/strong>Add the WordPress domain name and a <strong>CWP username<\/strong>, <strong>password<\/strong>, and <strong>email address<\/strong>.\u00a0<\/p>\n\n\n\n<p><strong>Step 4: <\/strong>Choose the \u201c<strong>default<\/strong>\u201d package if you\u2019ve not created others.&nbsp;<\/p>\n\n\n\n<p><strong>Step 5: <\/strong>Select \u201c<strong>Create<\/strong>\u201d at the bottom. This will also create a MySQL user for the account linked with the user\u2019s password.<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/install-wordpress-in-cwp-by-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/install-wordpress-in-cwp-by-f60-host.png\" alt=\"WordPress in Control Web Panel\n\" class=\"wp-image-999960132\" width=\"770\" height=\"465\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 6: <\/strong>On the left, select \u201c<strong>MySQL Manager<\/strong>.\u201d<\/p>\n\n\n\n<p><strong>Step 7: <\/strong>At the top, select \u201c<strong>Add new database<\/strong>.\u201d<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/cwp-mysql-by-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/cwp-mysql-by-f60-host.png\" alt=\"Install WordPress in CWP\n\" class=\"wp-image-999960133\" width=\"681\" height=\"146\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 8: <\/strong>Select the new CWP user account, specify a database name, and select \u201c<strong>Save<\/strong>.\u201d<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/cwp-mysql-manager-by-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/cwp-mysql-manager-by-f60-host.png\" alt=\"Install WordPress in Control Web Panel\" class=\"wp-image-999960134\" width=\"561\" height=\"312\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 9: <\/strong>At the top, select \u201c<strong>Terminal<\/strong>\u201d and \u201cSimple Terminal\u201d to open a new window.<\/p>\n\n\n\n<p><strong>Step 10: <\/strong>Navigate to the new user\u2019s public root directory, replacing \u201c<strong>USER<\/strong>\u201d with the CWP username: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/home\/USER\/<\/pre>\n\n\n\n<p><strong>Step 11: <\/strong>Download the latest version of WordPress:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">wget https:\/\/wordpress.org\/latest.tar.gz <\/pre>\n\n\n\n<p><strong>Step 12: <\/strong>Extract the tar file: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">tar -xvzf latest.tar.gz <\/pre>\n\n\n\n<p><strong>Step 13: <\/strong>Remove the default CWP index file: <\/p>\n\n\n\n<p>rm index.html <\/p>\n\n\n\n<p><strong>Step 14: <\/strong>Move all the files from the new \u201c\/wordpress\u201d directory to the current directory: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mv wordpress\/* .\/ <\/pre>\n\n\n\n<p><strong>Step 15: <\/strong>Remove the now empty \u201c\/wordpress\u201d directory and tar file: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">rm -rf wordpress latest.tar.gz <\/pre>\n\n\n\n<p><strong>Step 16: <\/strong>Change the owner of the website files from root to the CWP user, replacing \u201c<strong>USER<\/strong>\u201d with the CWP username: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">chown -R USER:USER * <\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Configure WordPress <\/h2>\n\n\n\n<p><strong>Step 1: <\/strong>Visit your WordPress domain in a <strong>web browser<\/strong>. You\u2019ll be redirected to the setup wizard.<\/p>\n\n\n\n<p><strong>Step 2: <\/strong>Select your primary <strong>language <\/strong>and continue.<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-f60-host.png\" alt=\"WordPress Setup\" class=\"wp-image-999960135\" width=\"278\" height=\"653\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 3: <\/strong>The following page explains what information you&#8217;ll need from the database you built before. Choose &#8220;<strong>Let&#8217;s go<\/strong>!&#8221;<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-2-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-2-f60-host.png\" alt=\"WordPress Database\" class=\"wp-image-999960136\" width=\"640\" height=\"472\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 4: <\/strong>Add the <strong>database <\/strong>name, owner\/user, and CWP user password. Select &#8220;<strong>Submit<\/strong>&#8220;<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-3-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-3-f60-host.png\" alt=\"WordPress \" class=\"wp-image-999960137\" width=\"632\" height=\"457\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 5: <\/strong>A short, <strong>successful <\/strong>message will appear if there are no issues. Start the installation process.<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-4-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-4-f60-host.png\" alt=\"WordPress Installation\" class=\"wp-image-999960138\" width=\"639\" height=\"222\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 6: <\/strong>Add a title for your WordPress site, as well as an admin <strong>username<\/strong>, <strong>password<\/strong>, and <strong>email address<\/strong>. You should install a maintenance mode plugin later to prevent unwanted access better and dissuade search engines from crawling this site. Install WordPress on your computer.<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-5-by-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-5-by-f60-host.png\" alt=\"WordPress\" class=\"wp-image-999960139\" width=\"586\" height=\"680\"\/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Step 7: <\/strong>Your admin user will be displayed on the <strong>success <\/strong>page. Log in to your WordPress account.<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-6-f60-host.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/f60host.com\/support\/wp-content\/uploads\/2022\/03\/wordpress-setup-6-f60-host.png\" alt=\"WordPress Login\" class=\"wp-image-999960140\" width=\"682\" height=\"374\"\/><\/a><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>This tutorial has showcased how to install WordPress in Control Web Panel (CWP),&nbsp;Configure WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Should I Choose WordPress?<\/h2>\n\n\n\n<p>WordPress is simple to use, even for beginners. Because of its extensive library of plugins and themes, it is highly <strong>customizable<\/strong>, <strong>scalable<\/strong>, and <strong>search engine friendly<\/strong>. Furthermore, because it is an open-source platform, it is free to use, share, and modify for various purposes.<\/p>\n\n\n\n<p>More Information:<\/p>\n\n\n\n<p>For more information about Google G Suite\/Workspace domains, Server, and Hosting, check out these\u00a0<a href=\"https:\/\/f60host.com\/\">F60 Host<\/a>\u00a0resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/f60host.com\/domains.php\">F60 Host Domains<\/a>,&nbsp;<a href=\"https:\/\/f60host.com\/shared-hosting.php\">F60 Host Hosting<\/a>,&nbsp;<a href=\"https:\/\/f60host.com\/google-gsuite-workspace.php\">Google G Suite<\/a>,&nbsp;<a href=\"https:\/\/f60host.com\/ssl.php\">SSL Certificate<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>What is WordPress? WordPress is a popular free and open-source content management system (CMS) known<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":1,"featured_media":999964755,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[12,192,193],"class_list":["post-999957809","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","tag-wordpress","tag-wordpress-in-control-web-panel","tag-wordpress-in-cwp"],"_links":{"self":[{"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/posts\/999957809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/comments?post=999957809"}],"version-history":[{"count":0,"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/posts\/999957809\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/f60host.com\/support\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/media?parent=999957809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/categories?post=999957809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/f60host.com\/support\/wp-json\/wp\/v2\/tags?post=999957809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}