{"id":213,"date":"2017-09-13T11:02:15","date_gmt":"2017-09-13T16:02:15","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=213"},"modified":"2018-01-25T06:35:06","modified_gmt":"2018-01-25T12:35:06","slug":"install-sentora-on-an-ubuntu-vps","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/","title":{"rendered":"Install Sentora on Ubuntu"},"content":{"rendered":"<div id=\"linux-1085693276\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>We&#8217;ll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in PHP. It is fully featured and easy to use hosting control panel that can help users to manage their servers with ease through the user interface. Its installation is pretty easy and fast and includes all the software you will need to manage multiple websites and clients on a single server. In this tutorial we will guide you through the steps of installing <a href=\"http:\/\/www.sentora.org\/\">Sentora control panel<\/a> on Ubuntu.<br \/>\n<!--more--><\/p>\n<p>Sentora comes with the following services installed out of the box:<\/p>\n<ul>\n<li>Apache HTTPd<\/li>\n<li>PHP<\/li>\n<li>MySQL\/MariaDB<\/li>\n<li>ProFTPd<\/li>\n<li>Postfix<\/li>\n<li>Dovecot<\/li>\n<\/ul>\n<p>It comes with a lot of handy features such as:<\/p>\n<ul>\n<li>Quota management<\/li>\n<li>Multi-client environment<\/li>\n<li>Custom Themes<\/li>\n<li>API integration<\/li>\n<li>Language translation packs<br \/>\nand many more&#8230;<\/li>\n<\/ul>\n<h2>1. Login to your server via SSH<\/h2>\n<p>Login to your Ubuntu server via SSH as user root<\/p>\n<pre>ssh root@IP_Address -p Port_Number<\/pre>\n<h2>2. Update the installed packages<\/h2>\n<p>and make sure that all installed packages are updated by running the following command<\/p>\n<pre>apt-get update &amp;&amp; apt-get upgrade<\/pre>\n<h2>3. Download Sentora installation script<\/h2>\n<p>Download the Sentora installation script to your server<\/p>\n<pre>wget http:\/\/sentora.org\/install<\/pre>\n<p>4. Make the script executable<\/p>\n<p>Once downloaded, make the script executable<\/p>\n<pre>chmod +x install<\/pre>\n<h2>4. Run the script<\/h2>\n<p>and run the script to start Sentora&#8217;s installation<\/p>\n<pre>.\/install<\/pre>\n<p>Please note that there can be no other services such as Apache, Nginx, MySQL, PHP, FTP and mail server, etc&#8230; installed on your Ubuntu VPS prior to installing Sentora. If you already have some of these service installed, you will have to remove them in order to start the Sentora installation.<\/p>\n<p>In our case, MySQL server is already installed on the VPS:<\/p>\n<pre>Welcome to the Official Sentora Installer 1.0.3  #\r\n##################################################\r\n\r\nChecking that minimal requirements are ok\r\nDetected : Ubuntu  14.04  x86_64\r\nOk.\r\nIt appears that package mysql-server is already installed. This installer\r\nis designed to install and configure Sentora on a clean OS installation only!\r\n\r\nPlease re-install your OS before attempting to install using this script.<\/pre>\n<h2>5. Remove MySQL<\/h2>\n<p>So we have to remove it<\/p>\n<pre>apt-get remove mysql-server\r\napt-get purge mysql-server<\/pre>\n<h2>6. Execute the installation script again<\/h2>\n<p>and execute the installation script again to start up the installer<\/p>\n<pre>.\/install<\/pre>\n<p>You will be prompted to select your geographic area and then the city or region the server timezone should be set in. After that you will have to enter your domain and IP address to access your control panel. You should use a subdomain to access the control panel, for example: sentora.yourdomain.com<\/p>\n<p>After everything is successfully installed, you will get the following output:<\/p>\n<pre>########################################################\r\nCongratulations Sentora has now been installed on your\r\nserver. Please review the log file left in \/root\/ for\r\nany errors encountered during installation.\r\n\r\nLogin to Sentora at http:\/\/http:\/\/sentora.yourdomain.com\r\nSentora Username  : admin\r\nSentora Password  : YOURPASSWORD\r\n\r\nMySQL Root Password      : ROOTPASSWORD\r\nMySQL Postfix Password   : POSTFIXPASSWORD\r\nMySQL ProFTPd Password   : PROFTPDPASSWORD\r\nMySQL Roundcube Password : ROUNDCUBEPASSWORD\r\n(theses passwords are saved in \/root\/passwords.txt)\r\n########################################################<\/pre>\n<h2>7. Access Sentora control panel via web browser<\/h2>\n<p>Once the installation is completed, open you favorite web browser and point it to <code>http:\/\/sentora.yourdomain.com<\/code> to access Sentora control panel.<\/p>\n<p>For more information on how to install, configure and use Sentora control panel, please visit the official documentation.<\/p>\n<hr \/>\n<p>Of course you don\u2019t have to Install Sentora on an Ubuntu, if you use one of our <a href=\"https:\/\/linuxhostsupport.com\">Linux Host Support services<\/a>, in which case you can simply ask our expert Linux admins to install Sentora on your Ubuntu server for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.<\/strong><\/span> If you liked this post, on how to\u00a0Install Sentora on an Ubuntu, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p><div id=\"linux-168854406\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;ll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in PHP. It is fully featured and easy to use hosting control panel that can help users to manage their servers with ease through the user interface. Its installation is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":363,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[45,79,27,20,44],"class_list":["post-213","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-linux","tag-linux-host-support","tag-sentora","tag-ubuntu","tag-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install Sentora on Ubuntu | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"We&#039;ll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Sentora on Ubuntu | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"We&#039;ll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-13T16:02:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-25T12:35:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/09\/Install-Sentora-on-Ubuntu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"410\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"Install Sentora on Ubuntu\",\"datePublished\":\"2017-09-13T16:02:15+00:00\",\"dateModified\":\"2018-01-25T12:35:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/\"},\"wordCount\":495,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/Install-Sentora-on-Ubuntu.jpg\",\"keywords\":[\"linux\",\"Linux host support\",\"sentora\",\"ubuntu\",\"vps\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/\",\"name\":\"Install Sentora on Ubuntu | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/Install-Sentora-on-Ubuntu.jpg\",\"datePublished\":\"2017-09-13T16:02:15+00:00\",\"dateModified\":\"2018-01-25T12:35:06+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"We'll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/Install-Sentora-on-Ubuntu.jpg\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/Install-Sentora-on-Ubuntu.jpg\",\"width\":750,\"height\":410,\"caption\":\"Install Sentora on Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/install-sentora-on-an-ubuntu-vps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Sentora on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install Sentora on Ubuntu | LinuxHostSupport","description":"We'll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in","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:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/","og_locale":"en_US","og_type":"article","og_title":"Install Sentora on Ubuntu | LinuxHostSupport","og_description":"We'll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in","og_url":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2017-09-13T16:02:15+00:00","article_modified_time":"2018-01-25T12:35:06+00:00","og_image":[{"width":750,"height":410,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/09\/Install-Sentora-on-Ubuntu.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"Install Sentora on Ubuntu","datePublished":"2017-09-13T16:02:15+00:00","dateModified":"2018-01-25T12:35:06+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/"},"wordCount":495,"commentCount":0,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/09\/Install-Sentora-on-Ubuntu.jpg","keywords":["linux","Linux host support","sentora","ubuntu","vps"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/","url":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/","name":"Install Sentora on Ubuntu | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/09\/Install-Sentora-on-Ubuntu.jpg","datePublished":"2017-09-13T16:02:15+00:00","dateModified":"2018-01-25T12:35:06+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"We'll show you, how to install Sentora on Ubuntu. Sentora is completely free web hosting control panel for Linux, UNIX and BSD based servers written in","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/09\/Install-Sentora-on-Ubuntu.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/09\/Install-Sentora-on-Ubuntu.jpg","width":750,"height":410,"caption":"Install Sentora on Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/install-sentora-on-an-ubuntu-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Sentora on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=213"}],"version-history":[{"count":8,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/213\/revisions"}],"predecessor-version":[{"id":412,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/213\/revisions\/412"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/363"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}