{"id":4474,"date":"2018-04-12T17:16:14","date_gmt":"2018-04-12T17:16:14","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/04\/12\/how-to-install-a-lamp-stack-on-debian\/"},"modified":"2021-08-16T22:28:04","modified_gmt":"2021-08-17T02:28:04","slug":"how-to-install-a-lamp-stack-on-debian","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/","title":{"rendered":"How to Install a LAMP Stack on Debian"},"content":{"rendered":"<p>There are a variety of options you have to customize your Cloud VPS. The most popular combination of software used for web servers is commonly know as the <strong><abbr title=\"Linux, Apache, MySQL, and PHP\">LAMP<\/abbr> Stack<\/strong>. <em>LAMP<\/em> is actually an acronym consisting of the following softwares (intended to run the web server): <strong>Linux<\/strong>, <strong>Apache<\/strong>, <strong>MySQL<\/strong>, and <strong>PHP<\/strong>.<\/p>\n<p>Since <strong>Debian<\/strong> is already installed, the <em>L<\/em> portion (<strong>Linux<\/strong>) of the <strong>LAMP Stack<\/strong> is already installed. In this guide, you can learn how to <strong>install Apache, MySQL, and PHP on Debian<\/strong>, to create a <em>LAMP Stack on Debian<\/em>.<\/p>\n<h3>Before You Begin<\/h3>\n<div class=\"alert alert-danger\" role=\"alert\">\n<p><b>IMPORTANT:<\/b> The following guide does not include instructions for installing the <strong>Debian<\/strong> <abbr title=\"Operating System\">OS<\/abbr>. If you are currently running an alternative OS on a Cloud VPS, then you can easily <em>re-OS your VPS<\/em> using the tool located in your Account Management Panel (AMP). For instructions to complete a re-OS, please refer to our guide &#8220;<a title=\"Click here to navigate to our guide and learn how to re-OS your Cloud VPS from your Account Management Panel (AMP).\" href=\"\/support\/product-guides\/cloud-server\/how-to-re-os-your-cloud-vps-in-amp\/\">How to Re-OS Your Cloud VPS in AMP<\/a>&#8220;.<\/p>\n<\/div>\n<div class=\"alert alert-danger\" role=\"alert\">\n<p><b>IMPORTANT:<\/b> Root access to a Cloud VPS (<u>running Debian<\/u>) is required in order to complete the steps in this guide.<\/p>\n<\/div>\n<div class=\"alert alert-info\" role=\"alert\">\n<p><b>NOTE:<\/b> It is imperative that your <strong>Debian Linux distribution<\/strong> is up-to-date. Follow the steps in this section to perform an update <i>prior to installing the additional software outlined in the following sections<\/i>.<\/p>\n<ol class=\"article_list\">\n<li><a title=\"Click here to navigate to our guide and learn how to SSH into your server.\" href=\"\/support\/server\/ssh\/how-to-login-ssh\/\">SSH into your server<\/a> as the <b>root<\/b> user.<\/li>\n<li>Run the following command:<span class=\"cli\">apt-get update &amp;&amp; apt-get upgrade<\/span><\/li>\n<li>You will be prompted to install the packages found, simply, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and then hit <b>Enter<\/b>.<\/li>\n<\/ol>\n<p>That&#8217;s it! Just wait for the command prompt to return, indicating that the updates were completed. Now, you are prepared with the <strong>latest Debian version<\/strong> to begin installing the software described in the following sections.<\/p>\n<\/div>\n<h2>Install Apache<\/h2>\n<p><strong>Apache<\/strong> is the <abbr title=\"HyperText Transfer Protocol\"><em>HTTP<\/em><\/abbr> daemon (application) that handles serving the website(s) you create. For more information about <em>Apache<\/em>, you can review the <a title=\"Click here to navigate to the Apache documentation website to learn more.\" href=\"https:\/\/httpd.apache.org\/docs\/\" target=\"_blank\" rel=\"noopener\">documentation<\/a>.<\/p>\n<p>Similar to how you would install <em>Apache<\/em> on other Linux distros, you can simply run a command to accomplish this. In this section, you can learn the command used to <em>install Apache on Debian<\/em>.<\/p>\n<ol class=\"article_list\">\n<li>SSH into your server as the <b>root<\/b> user.<\/li>\n<li>Run the following command:<span class=\"cli\">apt-get install apache2 apache2-doc<\/span><\/li>\n<li>You will be prompted to install the packages found, simply, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and then hit <b>Enter<\/b>.<\/li>\n<\/ol>\n<h2>Install MySQL<\/h2>\n<p><strong>MySQL<\/strong> is the database management system that most websites (like WordPress, Drupal, Joomla!) require for advanced functionalies. For more information about <abbr title=\"My Structured Query Language\">MySQL<\/abbr>, you can review the Dev.MySQL.com documentation.<\/p>\n<p><em>MySQL<\/em> is installed in the same manner as <em>Apache<\/em>. Simply run the command specific to <strong>Debian<\/strong>. In this section, you can learn the process to <em>install MySQL on Debian<\/em>.<\/p>\n<ol class=\"article_list\">\n<li style=\"list-style-type: none;\">\n<ol class=\"article_list\">\n<li>SSH into your server as the <b>root<\/b> user.<\/li>\n<li>Run the following command:<span class=\"cli\">apt-get install mysql-server php5-mysql<\/span><\/li>\n<li>You will be prompted to install the packages found, simply, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and then hit <b>Enter<\/b>.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<div class=\"alert alert-danger\" role=\"alert\">\n<p><b>IMPORTANT:<\/b> During the installation of <em>MySQL<\/em>, you will be prompted to change the <i>MySQL root user<\/i> password. This is a separate <i>root user<\/i> that is strictly used for <em>MySQL<\/em>. It is <u>strongly recommended<\/u> that you <b>reset the default MySQL root password<\/b> during the installation and to use a <u>secure password<\/u>!<\/p>\n<\/div>\n<div class=\"alert alert-danger\" role=\"alert\">\n<p><b>IMPORTANT:<\/b> In order to securely setup <em>MySQL<\/em>, you should run the interactive script (as root) by following the steps below.<\/p>\n<ol class=\"article_list\">\n<li style=\"list-style-type: none;\">\n<ol class=\"article_list\">\n<li>Run the following command:<span class=\"cli\">mysql_secure_installation<\/span><\/li>\n<li>When prompted <span class=\"cli\">Change the root password? [Y\/n]<\/span>, type &#8216;<span class=\"code_block\">n<\/span>&#8216; and then hit <b>Enter<\/b>, to skip this since the password was already reset during installation.<\/li>\n<li>When prompted <span class=\"cli\">Remove anonymous users? [Y\/n]<\/span>, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and then hit <b>Enter<\/b>.<\/li>\n<li>When prompted <span class=\"cli\">Disallow root login remotely? [Y\/n]<\/span>, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and hit <b>Enter<\/b>, <u>unless your applications require remote login by the <b>MySQL root user<\/b><\/u>.<\/li>\n<li>When prompted <span class=\"cli\">Remove test database and access to it? [Y\/n]<\/span>, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and hit <b>Enter<\/b>.<\/li>\n<li>When prompted <span class=\"cli\">Reload privilege tables now? [Y\/n]<\/span>, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and hit <b>Enter<\/b>.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>Upon successful configuration, the script will display the following message:<\/p>\n<pre class=\"cli\">All done!  If you have completed all of the above steps, your MySQL installation should now be secure.<\/pre>\n<\/div>\n<h2>Install PHP<\/h2>\n<p><strong>PHP<\/strong> is one of the scripting languages that can be used by <em>Apache<\/em> to run the scripts that render your website(s). For more information about <abbr title=\"Hypertext PreProcessor\">PHP<\/abbr>, you can review official PHP.net documentation.<\/p>\n<p><em>PHP<\/em> is simply installed using a specific (to the OS) command. In this section, you can learn the command used to <em>install PHP on Debian<\/em>.<\/p>\n<ol class=\"article_list\">\n<li>SSH into your server as the <b>root<\/b> user.<\/li>\n<li>Run the following command to <em>run the installation script for PHP<\/em>:<span class=\"cli\">apt-get install php5-common libapache2-mod-php5 php5-cli<\/span><\/li>\n<li>You will be prompted to install the packages found, simply, type &#8216;<span class=\"code_block\">y<\/span>&#8216; and then hit <b>Enter<\/b>.<\/li>\n<li>Once the installation completes, you should restart Apache, for the PHP configuration to be included immediately. To do this, run the following command:<span class=\"cli\">service apache2 restart<\/span><\/li>\n<\/ol>\n<p><b>Congratulations!<\/b> If you have followed this entire guide, then you have just <strong>installed the necessary applications to complete a LAMP Stack<\/strong>. Now, it is recommended that you test each application, to ensure full functionality of your <em>LAMP Stack<\/em>.<\/p>\n\n\n<p>Learn more from our <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/\">Cloud Server Hosting Product Guide<\/a>.<\/p>\n\n\n<div class=\"jumbotron\"><p>Experience full control over your server environment and deploy the best operating and management systems that fit your needs with our reliable <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud VPS Hosting<\/a>!<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>There are a variety of options you have to customize your Cloud VPS. The most popular combination of software used for web servers is commonly know as the LAMP Stack. LAMP is actually an acronym consisting of the following softwares (intended to run the web server): Linux, Apache, MySQL, and PHP. Since Debian is already<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\"> Read More ><\/a><\/p>\n","protected":false},"author":3,"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":[4370],"tags":[],"class_list":["post-4474","post","type-post","status-publish","format-standard","hentry","category-cloud-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install a LAMP Stack on Debian | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"In this guide, you can learn how to install Apache, MySQL, and PHP on the Linux distribution, Debian, to create a LAMP Stack.\" \/>\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\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install a LAMP Stack on Debian | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"In this guide, you can learn how to install Apache, MySQL, and PHP on the Linux distribution, Debian, to create a LAMP Stack.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\" \/>\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=\"2018-04-12T17:16:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T02:28:04+00:00\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"How to Install a LAMP Stack on Debian\",\"datePublished\":\"2018-04-12T17:16:14+00:00\",\"dateModified\":\"2021-08-17T02:28:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\"},\"wordCount\":828,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Cloud Server Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\",\"name\":\"How to Install a LAMP Stack on Debian | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2018-04-12T17:16:14+00:00\",\"dateModified\":\"2021-08-17T02:28:04+00:00\",\"description\":\"In this guide, you can learn how to install Apache, MySQL, and PHP on the Linux distribution, Debian, to create a LAMP Stack.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install a LAMP Stack on Debian\"}]},{\"@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\/5fbfcaed32a2672fb83ab312f5b7237b\",\"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\/john-paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install a LAMP Stack on Debian | InMotion Hosting","description":"In this guide, you can learn how to install Apache, MySQL, and PHP on the Linux distribution, Debian, to create a LAMP Stack.","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\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/","og_locale":"en_US","og_type":"article","og_title":"How to Install a LAMP Stack on Debian | InMotion Hosting","og_description":"In this guide, you can learn how to install Apache, MySQL, and PHP on the Linux distribution, Debian, to create a LAMP Stack.","og_url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2018-04-12T17:16:14+00:00","article_modified_time":"2021-08-17T02:28:04+00:00","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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"How to Install a LAMP Stack on Debian","datePublished":"2018-04-12T17:16:14+00:00","dateModified":"2021-08-17T02:28:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/"},"wordCount":828,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Cloud Server Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/","url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/","name":"How to Install a LAMP Stack on Debian | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2018-04-12T17:16:14+00:00","dateModified":"2021-08-17T02:28:04+00:00","description":"In this guide, you can learn how to install Apache, MySQL, and PHP on the Linux distribution, Debian, to create a LAMP Stack.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/how-to-install-a-lamp-stack-on-debian\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install a LAMP Stack on Debian"}]},{"@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\/5fbfcaed32a2672fb83ab312f5b7237b","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\/john-paul\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4370,"name":"Cloud Server Hosting","slug":"cloud-server","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4474","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4474"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4474\/revisions"}],"predecessor-version":[{"id":83713,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4474\/revisions\/83713"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}