{"id":4291,"date":"2014-09-05T15:02:58","date_gmt":"2014-09-05T20:02:58","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=4291"},"modified":"2022-07-26T05:53:32","modified_gmt":"2022-07-26T10:53:32","slug":"install-ajenti-control-panel-on-a-centos-server","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/","title":{"rendered":"Install Ajenti Control Panel on a CentOS Server"},"content":{"rendered":"
<\/div>

\"ajenti\"Are you looking for a great alternative to Webmin, Kloxo and VestaCP? Well, search no more because Ajenti is an excellent, lightweight and powerful web-based server administration panel. It is a very intuitive, multilingual free control panel that manages almost every aspect of your server.<\/p>\n

Ajenti provides a fast and responsive web interface for managing your server, whether you have a Linux VPS (Virtual Private Server)<\/a> or a Dedicated server<\/a>. It is built with many pre-made plugins for configuring and monitoring server software and services. To mention few: Apache, Cron, File System, Firewall, MySQL, FTP and many other tools like File Manager, Code Editor for developers and Terminal access.
\nYou will barely need to login to a command line interface either using Putty or Terminal if you have this control panel installed on your server.<\/p>\n

<\/p>\n

Ajenti is just like Webmin because it provides only features to manage your server. It doesn’t come bundled with a ready-to-use LAMP stack. For that purpose, you will need to install Ajenti V, a plugin suite for the core Ajenti, which adds fast, efficient, and easy-to-setup web hosting capabilities by installing pro stack: Nginx as a web server, PHP-fpm, MySQL, Exim 4, and Courier IMAP, etc. We will cover that as well in this tutorial.<\/p>\n

Ajenti is written in Python, running as its own process and web server. It defaults to TCP port 8000 for communicating and is configured to use SSL with an automatically generated self-signed SSL certificate by default.<\/p>\n

In this guide, we will use CentOS 6.5 VPS.<\/a><\/p>\n

Login to your server as user \u2018root\u2019 :<\/p>\n

# ssh root@hostname<\/pre>\n

Update your CentOS 6.5 VPS using the yum package manager.<\/p>\n

# yum update -y\r\n# yum upgrade -y<\/pre>\n

We need to enable EPEL repo because Ajenti package is not available by default.
\nEnter the following commands:<\/p>\n

# wget http:\/\/download.fedoraproject.org\/pub\/epel\/6\/x86_64\/epel-release-6-8.noarch.rpm\r\n# rpm -ivh epel-release-6-8.noarch.rpm<\/pre>\n

Done. We added the EPEL repo on our server.<\/p>\n

Next, we need to download and install Ajenti’s official repository by using the following commands:<\/p>\n

# wget http:\/\/repo.ajenti.org\/ajenti-repo-1.0-1.noarch.rpm\r\n# rpm -i ajenti-repo-1.0-1.noarch.rpm<\/pre>\n

Now, let’s install Ajenti Control Panel.<\/p>\n

# yum install ajenti -y\r\n# service ajenti restart<\/pre>\n

Done, we have installed Ajenti.
\nBut since we also want to have Nginx, PHP-fpm, Exim, etc… we need to install the Ajenti V plugin suite.<\/p>\n

Ajenti V comes in the form of small packages.
\nCurrently available packages include:<\/p>\n

ajenti-v (main package)\r\najenti-v-mail (Exim and Courier mail)\r\najenti-v-mysql (MySQL DB support)\r\najenti-v-php-fpm (PHP support via PHP-FPM)\r\najenti-v-ruby-unicorn (Rails support via Unicorn)\r\najenti-v-ruby-puma (Rails support via Puma)\r\najenti-v-ftp-pureftpd (FTP support via PureFTPd)\r\najenti-v-nginx (NGINX webserver support)\r\najenti-v-python-gunicorn (Python WSGI support via gunicorn)\r\najenti-v-nodejs (Node.js support)<\/pre>\n

If you have Apache or Postfix\/Sendmail installed, and you don’t use them, remove them first.<\/p>\n

# yum remove httpd postfix sendmail<\/pre>\n

Install Ajenti-V with the packages according to your needs.<\/p>\n

# yum install ajenti-v ajenti-v-nginx ajenti-v-mail ajenti-v-mysql ajenti-v-php-fpm php-mysql<\/pre>\n

Common issues:<\/p>\n

If you get a ‘[Errno -1] Package does not match the intended download’ error, you will need to clean the metadata.<\/p>\n

# yum clean metadata<\/pre>\n

Then proceed with the installation.<\/p>\n

# yum install ajenti-v ajenti-v-nginx ajenti-v-mail ajenti-v-mysql ajenti-v-php-fpm php-mysql<\/pre>\n

Usually, CentOS blocks port 8000 with a firewall. Run the following to unblock the port temporarily.<\/p>\n

# iptables -A INPUT -p tcp --dport 8000 -j ACCEPT<\/pre>\n

We have successfully installed the Ajenti control panel with its plugin suite Ajenti-V.
\nThe Ajenti control panel will be available on HTTPS port 8000 by default. Open your favorite browser and navigate to https:\/\/yourdomain.com:8000 or https:\/\/server-ip:8000.
\nThe default username is root, and the password is admin.<\/p>\n

Of course, you don\u2019t have to do any of this if you use one of our Linux VPS Hosting services<\/a>, in which case you can simply ask our expert Linux admins to install Ajenti for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n

PS.<\/span> If you liked this post, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"

Are you looking for a great alternative to Webmin, Kloxo and VestaCP? Well, search no more because Ajenti is an … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":4292,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1699,1708,13],"tags":[538,34,473,177,39,49,51,472],"yoast_head":"\nInstall Ajenti Control Panel on a CentOS Server - RoseHosting<\/title>\n<meta name=\"description\" content=\"Install Ajenti Control Panel on a CentOS Server - RoseHosting\" \/>\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.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Ajenti Control Panel on a CentOS Server - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"Install Ajenti Control Panel on a CentOS Server - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2014-09-05T20:02:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-26T10:53:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"128\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\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:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"Install Ajenti Control Panel on a CentOS Server\",\"datePublished\":\"2014-09-05T20:02:58+00:00\",\"dateModified\":\"2022-07-26T10:53:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\"},\"wordCount\":556,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png\",\"keywords\":[\"ajenti\",\"centos\",\"control panel\",\"linux vps\",\"mysql\",\"nginx\",\"php-fpm\",\"webmin\"],\"articleSection\":[\"CentOS\",\"Control Panels\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\",\"name\":\"Install Ajenti Control Panel on a CentOS Server - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png\",\"datePublished\":\"2014-09-05T20:02:58+00:00\",\"dateModified\":\"2022-07-26T10:53:32+00:00\",\"description\":\"Install Ajenti Control Panel on a CentOS Server - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png\",\"width\":200,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Ajenti Control Panel on a CentOS Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install Ajenti Control Panel on a CentOS Server - RoseHosting","description":"Install Ajenti Control Panel on a CentOS Server - RoseHosting","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.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/","og_locale":"en_US","og_type":"article","og_title":"Install Ajenti Control Panel on a CentOS Server - RoseHosting","og_description":"Install Ajenti Control Panel on a CentOS Server - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2014-09-05T20:02:58+00:00","article_modified_time":"2022-07-26T10:53:32+00:00","og_image":[{"width":200,"height":128,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png","type":"image\/png"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"Install Ajenti Control Panel on a CentOS Server","datePublished":"2014-09-05T20:02:58+00:00","dateModified":"2022-07-26T10:53:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/"},"wordCount":556,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png","keywords":["ajenti","centos","control panel","linux vps","mysql","nginx","php-fpm","webmin"],"articleSection":["CentOS","Control Panels","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/","url":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/","name":"Install Ajenti Control Panel on a CentOS Server - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png","datePublished":"2014-09-05T20:02:58+00:00","dateModified":"2022-07-26T10:53:32+00:00","description":"Install Ajenti Control Panel on a CentOS Server - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/ajenti.png","width":200,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/install-ajenti-control-panel-on-a-centos-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Ajenti Control Panel on a CentOS Server"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4291"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=4291"}],"version-history":[{"count":2,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4291\/revisions"}],"predecessor-version":[{"id":42816,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4291\/revisions\/42816"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/4292"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=4291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=4291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=4291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}