{"id":52375,"date":"2020-01-29T16:52:44","date_gmt":"2020-01-29T21:52:44","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=52375"},"modified":"2024-01-04T12:55:40","modified_gmt":"2024-01-04T17:55:40","slug":"install-java-on-centos","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/","title":{"rendered":"How to Install Java on CentOS"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-1024x538.jpg\" alt=\"Install Java on CentOS\" class=\"wp-image-67452\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p><strong>Java<\/strong> is required for running some games on your <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">Linux VPS<\/a> including Minecraft. The object-oriented programming language powers many websites and applications on computers and mobile devices. Below we cover how to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#install\">Install Java on CentOS<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#openjdk\">Install OpenJDK<\/a><\/li>\n\n\n\n<li><a href=\"#oracle\">Install Oracle JRE\/JDK<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#check\">Check Java Download Version<\/a><\/li>\n\n\n\n<li><a href=\"#uninstall\">Uninstall Java<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"alert alert-warning\">You need root access to your linux server on your VPS or Dedicated server to continue.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Install Java on CentOS<\/h2>\n\n\n\n<p>The installation process consists of installing <strong>OpenJDK<\/strong>, the open source Java implementation which includes Font Renderer, or proprietary <strong>Oracle JRE\/JDK<\/strong> with Flight Recorder which builds on top of OpenJDK.<\/p>\n\n\n\n<p>We recommend OpenJDK for the latest features. You may prefer Oracle JRE\/JDK for stability.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"openjdk\">Install OpenJDK<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Log into SSH as root<\/li>\n\n\n\n<li>Search for the latest Java version: <pre>yum search openjdk<\/pre><\/li>\n\n\n\n<li>Install the latest version. As of January 25, 2021: <pre>yum install java-11-openjdk<\/pre><\/li>\n\n\n\n<li>You may see the following command afterward: <code>There are unfinished transactions remaining. You might consider running yum-complete-transaction, or \"yum-complete-transaction --cleanup-only\" and \"yum history redo last\", first to finish them. If those don't work you'll have to try removing\/installing packages by hand (maybe package-cleanup can help).<\/code><br>If so, run the following to finish incomplete commands:<pre>yum-complete-transaction --cleanup-only<\/pre><br><pre>yum history redo last<\/pre><\/li>\n<\/ol>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"oracle\">Install Oracle JRE\/JDK<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Visit <a href=\"https:\/\/www.oracle.com\/java\/technologies\/javase-downloads.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">https:\/\/www.oracle.com\/java\/technologies\/javase-downloads.html<\/a><\/li>\n\n\n\n<li>Select <strong>JDK Download<\/strong> for the latest Java SE version (version 15 as of January 25, 2021)<\/li>\n\n\n\n<li>Download the Linux RPM package<\/li>\n\n\n\n<li>(Optional) Verify the SHA256 checksum of the downloaded file on your Windows, Mac, or Linux machine against the checksum on the downloads page<\/li>\n\n\n\n<li>Upload the RPM file package to your server via cPanel, FTP, or SSH<\/li>\n\n\n\n<li>Install the RPM package as user root: <pre>yum install \/path-to-file\/jdk-[version].rpm<\/pre><\/li>\n<\/ol>\n\n\n\n<p class=\"alert alert-info\">Using Ansible? Consider using a Java Ansible role within your playbooks. Learn more about the possibilities with IT automation in our Ansible Education Channel.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"check\">Check Java Download Version<\/h2>\n\n\n\n<p>Check your Java status to ensure it\u2019s installed correctly:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">java -version<\/pre>\n\n\n\n<p>You should see similar results to below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"903\" height=\"76\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/01\/java-download-15.png\" alt=\"Java version 15.0.2 information\" class=\"wp-image-67451\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/01\/java-download-15.png 903w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/01\/java-download-15-300x25.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/01\/java-download-15-768x65.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uninstall\">Uninstall Java<\/h2>\n\n\n\n<p>If you no longer need Java, uninstall the CentOS repo in SSH.<\/p>\n\n\n\n<p>Learn more about managing your linux server with our Managed VPS Hosting Product Guide.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Java is required for running some games on your Linux VPS including Minecraft. The object-oriented programming language powers many websites and applications on computers and mobile devices. Below we cover how to: You need root access to your linux server on your VPS or Dedicated server to continue. Install Java on CentOS The installation process<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4324],"tags":[],"class_list":["post-52375","post","type-post","status-publish","format-standard","hentry","category-vps-hosting"],"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 Java on CentOS | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to install Java on CentOS to host web applications such as multiplayer games, check your Java version, and uninstall the software.\" \/>\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\/vps-hosting\/install-java-on-centos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Java on CentOS | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to install Java on CentOS to host web applications such as multiplayer games, check your Java version, and uninstall the software.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\" \/>\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=\"2020-01-29T21:52:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-04T17:55:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"2 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\/vps-hosting\/install-java-on-centos\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install Java on CentOS\",\"datePublished\":\"2020-01-29T21:52:44+00:00\",\"dateModified\":\"2024-01-04T17:55:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\"},\"wordCount\":302,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-1024x538.jpg\",\"articleSection\":[\"VPS Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\",\"name\":\"How to Install Java on CentOS | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-1024x538.jpg\",\"datePublished\":\"2020-01-29T21:52:44+00:00\",\"dateModified\":\"2024-01-04T17:55:40+00:00\",\"description\":\"Learn how to install Java on CentOS to host web applications such as multiplayer games, check your Java version, and uninstall the software.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Install Java on CentOS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Java on CentOS\"}]},{\"@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":"How to Install Java on CentOS | InMotion Hosting","description":"Learn how to install Java on CentOS to host web applications such as multiplayer games, check your Java version, and uninstall the software.","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\/vps-hosting\/install-java-on-centos\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Java on CentOS | InMotion Hosting","og_description":"Learn how to install Java on CentOS to host web applications such as multiplayer games, check your Java version, and uninstall the software.","og_url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-01-29T21:52:44+00:00","article_modified_time":"2024-01-04T17:55:40+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg","type":"image\/jpeg"}],"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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install Java on CentOS","datePublished":"2020-01-29T21:52:44+00:00","dateModified":"2024-01-04T17:55:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/"},"wordCount":302,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-1024x538.jpg","articleSection":["VPS Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/","url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/","name":"How to Install Java on CentOS | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos-1024x538.jpg","datePublished":"2020-01-29T21:52:44+00:00","dateModified":"2024-01-04T17:55:40+00:00","description":"Learn how to install Java on CentOS to host web applications such as multiplayer games, check your Java version, and uninstall the software.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/01\/canva-install-java-centos.jpg","width":1200,"height":630,"caption":"Install Java on CentOS"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/install-java-on-centos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install Java on CentOS"}]},{"@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":4324,"name":"VPS Hosting","slug":"vps-hosting","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/52375","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=52375"}],"version-history":[{"count":17,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/52375\/revisions"}],"predecessor-version":[{"id":108686,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/52375\/revisions\/108686"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=52375"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=52375"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=52375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}