{"id":60303,"date":"2020-12-18T05:25:03","date_gmt":"2020-12-18T11:25:03","guid":{"rendered":"https:\/\/www.scalahosting.com\/blog\/?p=60303"},"modified":"2026-01-22T09:08:39","modified_gmt":"2026-01-22T15:08:39","slug":"the-best-server-administration-tools-for-linux","status":"publish","type":"post","link":"https:\/\/www.scalahosting.com\/blog\/the-best-server-administration-tools-for-linux\/","title":{"rendered":"The Best Server Administration Tools for Linux"},"content":{"rendered":"\n<p>Many people, especially those with no previous experience in Linux, wonder <strong>how difficult it might be to manage an entire server<\/strong>. In general, it depends mostly on your project goals and how much access you would need for them. Regardless of the case, you can make great use of the plethora of <strong>Linux server administration tools<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"php\"><strong>phpMyAdmin<\/strong><\/h2>\n\n\n\n<p>With Linux, you won&#8217;t necessarily have to deal with databases.<\/p>\n\n\n\n<p>If you&#8217;re <strong>creating a WordPress website<\/strong> and your hosting provider offers an autoinstaller, the database you need is created <strong>without any action on your end.<\/strong> You probably won&#8217;t even need to manually change anything that&#8217;s stored in it.<\/p>\n\n\n\n<p>In other cases, however, more hands-on database management is required.<\/p>\n\n\n\n<p>phpMyAdmin is one of the most popular Linux server tools<em>.<\/em> It&#8217;s a database administration platform that works with <strong><a href=\"https:\/\/www.scalahosting.com\/blog\/mariadb-vs-mysql-whats-the-difference\/\">MySQL and MariaDB<\/a><\/strong>&nbsp;and is accessible through a web browser. This means <strong>you can log into it from any point of the world <\/strong>as long as you have an internet connection.<\/p>\n\n\n\n<p>phpMyAdmin a feature-packed tool that can, among other things, <strong>import and export data from various formats<\/strong>, give you <a href=\"https:\/\/www.scalahosting.com\/blog\/key-server-performance-metrics-for-actionable-monitoring\/\"><strong>detailed usage stats<\/strong><\/a>, <strong>simplify complex SQL queries<\/strong>, etc.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mysql\"><strong>MySQL Workbench<\/strong><\/h2>\n\n\n\n<p><strong>MySQL Workbench<\/strong> is another<strong> database management application<\/strong>, quite similar to phpMyAdmin in many ways. There are two platform versions \u2013 an open-source one that is completely free to use and a commercial one with <strong>more advanced functionalities<\/strong>.<\/p>\n\n\n\n<p>There are <strong>two main differences<\/strong> between phpMyAdmin and MySQL Workbench. The first one is that MySQL Workbench is <strong>a desktop application<\/strong>, whereas phpMyAdmin is accessible only through a browser. The second is the fact that MySQL Workbench has <strong>a wider set of features<\/strong> that can be further expanded with the help of <strong>custom plugins<\/strong>.&nbsp;<\/p>\n\n\n\n<p>Among its features, you&#8217;ll find <strong>SQL syntax highlighter<\/strong>, <strong>schema synchronization<\/strong>, and<strong> support for Microsoft SQL Server, PostgreSQL, and SQLite. <\/strong><\/p>\n\n\n\n<p>The only disadvantage with MySQL Workbench is that utilizing it to its full potential requires <strong>extensive technical skills <\/strong>and <strong>server management experience<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"zenmap\"><strong>Zenmap<\/strong><\/h2>\n\n\n\n<p>Zenmap proves to be invaluable if you end up having to <strong>troubleshoot network or connectivity issues<\/strong>. It&#8217;s the <strong>official Graphical User Interface (GUI)<\/strong> for the Nmap security scanner. Nmap is a free utility that works on <strong>Linux, Windows, <\/strong>and <strong>macOS <\/strong>and is often the first tool system administrators check when they spot network problems.<\/p>\n\n\n\n<p>Zenmap can <strong>scan the entire network<\/strong> and <strong>detect all hosts<\/strong> on it, including their <a href=\"https:\/\/www.scalahosting.com\/blog\/choosing-an-operating-system-for-your-vps\/\"><strong>operating system<\/strong><\/a> and hardware characteristics. You can use it to <strong>enumerate open ports on a target host<\/strong>, <strong>audit firewall rules<\/strong>, and <strong>detect vulnerabilities<\/strong> in a network. It&#8217;s also known for its use as a <strong>penetration testing tool<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"nagios\"><strong>Nagios<\/strong><\/h2>\n\n\n\n<p><strong>Nagios (or Nagios Core) <\/strong>is often described as <strong>a network monitoring tool<\/strong>, but in reality, it&#8217;s a bit more than that. It has been around since 2002 as a free product though Nagios Enterprises, LLC., its owner, <strong>sells premium server monitoring tools<\/strong> under the same brand.<\/p>\n\n\n\n<p>It offers monitoring of <strong>all network services<\/strong>, <strong>early detection of host connectivity issues<\/strong>, <strong>remote monitoring through SSH- or SSL-encrypted tunnels<\/strong>, and many more. The functionality can be expanded immensely with the help of free plugins and add-ons.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"shorewall\"><strong>Shorewall<\/strong><\/h2>\n\n\n\n<p>Linux comes with <strong>built-in firewall tools<\/strong> that help administrators define <strong>strict policies on who can connect to the server and how<\/strong>. Still, these tools are not the easiest for inexperienced users and come with a few limitations for those who need a more complex setup.<\/p>\n\n\n\n<p>Shorewall is supposed to solve these problems. It builds upon <strong>Netfilter<\/strong>, Linux&#8217;s native firewall utility, and lets administrators <strong>implement more customized configurations<\/strong>. Shorewall enables traffic filtering by <strong>setting rules in Linux&#8217;s kernel<\/strong>. As a result, it doesn&#8217;t need to run as a background process.<\/p>\n\n\n\n<p>The only downside is that, by default, it <strong>doesn&#8217;t come with a GUI<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"vnc\"><strong>VNC<\/strong><\/h2>\n\n\n\n<p>Traditionally, administering a Linux server means logging in through SSH and <strong>executing commands via the Terminal<\/strong>. Virtual Network Computing (VNC) is <strong>a desktop sharing system<\/strong> that provides a convenient alternative.<\/p>\n\n\n\n<p>It utilizes the <strong>Remote Frame Buffer (RFB) protocol<\/strong>, which can work on <strong>pretty much any platform<\/strong>. The operation relies on two main components \u2013 <strong>the VNC server<\/strong> (the application you install on the remote machine) and <strong>the VNC client<\/strong> (a program that lets you control the remote machine through your device).&nbsp;<\/p>\n\n\n\n<p>After the connection is established, you will see and be able to control <strong>the remote device&#8217;s desktop<\/strong> (in your case, your Linux server) through your own screen. There are a number of <strong>available VNC clients <\/strong>developed and supported by different vendors.<\/p>\n\n\n\n<p>Whichever you choose, make sure the client can <strong>tunnel the connection through SSH<\/strong>. By default, the RFB protocol is not secure and could expose your data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"cockpi\"><strong>Cockpit<\/strong><\/h2>\n\n\n\n<p><strong>A web-based control panel <\/strong>is another remote administration option. There are quite a few alternatives, with some offering more functionality than others.&nbsp;<\/p>\n\n\n\n<p><strong>Cockpit<\/strong> is a free control panel developed by Red Hat. It is now <strong>a part of the default software repositories<\/strong> on quite a few Linux distributions, including <a href=\"https:\/\/www.scalahosting.com\/blog\/what-is-centos-8\/\"><strong>CentOS<\/strong><\/a><strong>, Red Hard Enterprise Linux<\/strong>, and <strong>Ubuntu<\/strong>. Cockpit is accessible through a web browser, which means you can <strong>control your Linux server on the move<\/strong>.<\/p>\n\n\n\n<p>You log in <strong>using your administrator account<\/strong>, and the options inside are pretty much limitless. You can do anything, from <strong>applying updates through reading logs<\/strong> to <strong>creating and managing virtual machines<\/strong>. Cockpit can also create and manage local accounts, and if you prefer the terminal, you can access it<strong> directly from your browser<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Webmin<\/strong><\/h2>\n\n\n\n<p>Webmin is <strong>another free control panel<\/strong>, originally designed for Unix-like systems. The brainchild of Australian software engineer<strong> Jamie Cameron, Webmin<\/strong> was initially <strong>released in 1997<\/strong>, and is even more versatile than Cockpit.<\/p>\n\n\n\n<p>Once again, access is available through a <strong>browser window<\/strong>, and the interface shouldn&#8217;t confuse even the less experienced users.<\/p>\n\n\n\n<p>In addition to<strong> tools and stats related to the health of the server<\/strong>, you get control over other applications and tools like <strong>Apache, PHP, and MySQ<\/strong>L. Webmin comes with a diverse range of features and functions that can be expanded further with the help of plugins.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Plesk<\/strong><\/h2>\n\n\n\n<p>Plesk is <strong>one of the most popular<\/strong> web hosting control panels currently available, installed on <strong>more than 400,000 servers<\/strong> and powering <strong>over 12 million websites<\/strong>. Part of its popularity comes from the fact it <strong>supports both Linux and Windows servers<\/strong>.<\/p>\n\n\n\n<p>Plesk comes with an easy-to-use interface and a range of different features. There&#8217;s <strong>a migration tool<\/strong> for websites hosted on other Plesk-powered servers, an <strong>automated installer<\/strong> for WordPress and other content management systems, and <strong>SSL certificates<\/strong> that can be installed with a couple of clicks.<\/p>\n\n\n\n<p>Similar to other <a href=\"https:\/\/www.scalahosting.com\/spanel.html\"><strong>web hosting control panels<\/strong><\/a>, Plesk helps users create and manage <strong>email inboxes, FTP accounts<\/strong>, and <strong>databases<\/strong>.<\/p>\n\n\n\n<p>Overall, this control panel gives you a relatively easy way of controlling most aspects of your hosting service. The only problem is, as it&#8217;s a commercial product, the monthly licensing fees will stack up on your hosting bills.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>SPanel<\/strong><\/h2>\n\n\n\n<p>Users on any of the <a href=\"https:\/\/www.scalahosting.com\/managed-cloud-hosting.html\"><strong>ScalaHosting managed VPS packages<\/strong><\/a> don&#8217;t need to worry about licensing fees. In addition to the <strong>guaranteed resources and a dedicated IP<\/strong>, their virtual servers give them access to <a href=\"https:\/\/www.scalahosting.com\/spanel.html\"><strong>SPanel<\/strong><\/a> \u2013 our very own <strong>all-in-one server management platform,<\/strong> specifically designed for VPS hosting solutions.<\/p>\n\n\n\n<p>With SPanel, you have access to two separate control panels. The <strong>Administrator Interface<\/strong> gives you the tools to manage your VPS. This includes monitoring the server status, getting usage statistics, and restarting individual services. You can also <strong>create and manage separate accounts<\/strong> for all the different projects hosted on your server.<\/p>\n\n\n\n<p>The actual accounts are controlled via the <strong>User Interface<\/strong>. In it, you have all the tools necessary to manage not just your files and databases but also your <strong>email, FTP accounts, <\/strong>and <strong>DNS records.<\/strong><\/p>\n\n\n\n<p>SPanel&#8217;s <strong>feature-rich and intuitive interface<\/strong> is meant to make the process of managing a virtual server as effortless as possible.<\/p>\n\n\n<div class=\"shortcode-cta-new-wrap row cloudvps\">\r\n    <img decoding=\"async\" class=\"shortcode-logo\" src=\"\/blog\/images\/shortcode-bg-new-logo-cloudvps.svg\" alt=\"shortcode-logo\" title=\"shortcode-logo\"\/>\r\n    <div class=\"shortcode-cta-img col-10 col-sm-7 col-md-5\">\r\n        <img decoding=\"async\" class=\"shortcode-bg\" src=\"\/blog\/images\/shortcode-bg-new-cloudvps.webp\" alt=\"shortcode-bg\" title=\"shortcode-bg\"\/>\r\n    <\/div>\r\n    <div class=\"shortcode-cta-content col-12 col-md-7\">\r\n        <div class=\"content\">\r\n            <div class=\"heading\">Supercharge Your Business with an All-inclusive Fully Managed Cloud<\/div>\r\n            <div class=\"list-wrap\">\r\n                <div class=\"list\">\r\n                    <div><b>Free, Effortless & No-Downtime Migration<\/b><\/div>\r\n                    <div><b>Anytime Unconditional Money-back Guarantee<\/b><\/div>\r\n                    <div><b>Full Scalability & 24\/7 Expert Cloud Support<\/b><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"btn-wrap row\">\r\n                <div class=\"col-auto\">\r\n                    <a class=\"button green\" href=\"https:\/\/www.scalahosting.com\/managed-cloud-hosting.html\">Start Now<\/a>\r\n                <\/div>\r\n                <div class=\"col-auto\">\r\n                    <button class=\"button brown_outer\" title=\"Contact Sales\" onclick=\"chatChangeVisibility(this, 'maximize', {}, 5);\">Chat with our Experts<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>The prospect of having to manage an entire server tends to scare quite a few people off, especially if they have no previous experience with an <strong>operating system like Linux<\/strong>. As a result, many brilliant ideas for websites and online services are never materialized.<\/p>\n\n\n\n<p>Sure, some of the tasks might be a bit intimidating <span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;and not&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:124,&quot;5&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:0}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;6&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:0}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;7&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:0}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;8&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:0}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;9&quot;:0}\">and not<\/span> exactly novice-friendly. This is why you have <strong>quite a few solutions to<\/strong> <strong>simplify the process<\/strong>.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\"><strong>FAQ<\/strong><\/h2>\n\n\n\n<p><strong>Q:<\/strong> <strong>Why is Linux often preferred as an operating system for web hosting servers?<\/strong><\/p>\n\n\n\n<p><strong>A:<\/strong> First of all, Linux is free, which keeps the costs down and makes the service much more affordable. It natively supports many of the technologies that are integral to any good hosting service. But most of all, it benefits from a number of free and paid tools that make its administration a whole lot easier.<\/p>\n\n\n\n<p><strong>Q:<\/strong> <strong>How many server administration tasks will I need to perform if I get a hosting account?<\/strong><\/p>\n\n\n\n<p><strong>A:<\/strong> This <strong>depends entirely on the type of hosting package<\/strong> you choose for your website. With shared and managed VPS plans, your hosting provider takes care of most of the work, and you&#8217;re left with the simpler tasks like creating email and FTP accounts and managing files and databases.<\/p>\n\n\n\n<p>With a self-managed VPS or a <strong>dedicated server<\/strong>,<strong> you&#8217;ll have a lot more work to do<\/strong>. These servers give you the chance to install many different tools and utilities and to configure them with a custom hosting environment for your website.<\/p>\n\n\n\n<p><strong>Q:<\/strong> <strong>Are there any other Linux server administration tools that are worth looking into?<\/strong><\/p>\n\n\n\n<p><strong>A:<\/strong> There certainly are. Linux established itself as a<strong> powerful server operating system<\/strong> a while ago, and for years, people have been <em>developing hundreds of performance optimization tools and utilities<\/em>. There are both premium and free apps that tweak all sorts of different aspects of the server&#8217;s work. Usually, <strong>they are accompanied by comprehensive documentation,<\/strong> which means you can rely on some guidance if you get stuck.<\/p>\n\n\n\n<p class=\"youtube-player\" id=\"4L1LTtPNBUs\">ScalaHosting &#8211; The Best Server Administration Tools for Linux<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n\"@context\": \"https:\/\/schema.org\",\n\"@type\": \"VideoObject\",\n\"name\": \"ScalaHosting - The Best Server Administration Tools for Linux\",\n\"description\": \"Many people, especially those with no previous experience in Linux, wonder how difficult it might be to manage an entire server. In general, it depends mostly on your project goals and how much access you would need for them. Regardless of the case, you can make great use of the plethora of Linux server administration tools.\",\n\"thumbnailUrl\": [\n\"https:\/\/i3.ytimg.com\/vi\/4L1LTtPNBUs\/maxresdefault.jpg\"\n],\n\"uploadDate\": \"2022-02-17\",\n\"duration\": \"PT4M19S\",\n\"embedUrl\": \"https:\/\/www.youtube.com\/watch?v=4L1LTtPNBUs\"\n}\n<\/script>\n\n\n\n<script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [{\n        \"@type\": \"Question\",\n        \"name\": \"Why is Linux often preferred as an operating system for web hosting servers?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Hosting providers pick Linux over other operating systems for a few very good reasons. Linux is free, which keeps the costs down and makes the service much more affordable. It natively supports many of the technologies that are integral to any good hosting service, and, last but not least, it benefits from a number of free and paid tools that make its administration a whole lot easier.\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"How many server administration tasks will I need to perform if I get a hosting account?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"This depends entirely on the type of hosting package you choose for your website. With shared and managed VPS plans, your hosting provider takes care of most of the work, and you're left with the simpler tasks like creating email and FTP accounts and managing files and databases.\"\n        }\n      },{\n        \"@type\": \"Question\",\n        \"name\": \"Why are there managed and unmanaged hosting solutions?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"As you can see, optimizing a server isn't exactly easy, and at ScalaHosting, we invest a lot of time and resources to ensure that our managed hosting solutions work for just about any online project.\"\n        }\n      },{\n        \"@type\": \"Question\",\n        \"name\": \"Are there any other Linux server administration tools that are worth looking into?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"There certainly are. Linux established itself as a powerful server operating system a while ago, and for years, people have been developing hundreds of performance optimization tools and utilities. There are both premium and free apps that can tweak all sorts of different aspects of the server's work. Usually, they are accompanies by comprehensive documentation, which means that you can rely on some guidance if you get stuck.\"\n        }\n      }]\n    }\n<\/script>\n\n\n\n<p class=\"youtube-player\" id=\"4zZiFTQoXRM\">What is a VPS &#8211; Everything you need to know!<\/p>\n\n\n\n<script type=\"application\/ld+json\">\r\n    {\r\n        \"@context\": \"https:\/\/schema.org\",\r\n        \"@type\": \"VideoObject\",\r\n        \"name\": \"What is a VPS - Everything you need to know!\",\r\n        \"description\": \"In this video we'll explain what is a VPS, how does it work and why you might need one. A lot of poeple are familiar with shared hosting nowdays so we'll compare these two options so it's easy to understand.\",\r\n        \"thumbnailUrl\": [\r\n            \"https:\/\/i3.ytimg.com\/vi\/4zZiFTQoXRM\/maxresdefault.jpg\"\r\n        ],\r\n        \"uploadDate\": \"2022-04-11\",\r\n        \"duration\": \"PT4M19S\",\r\n        \"embedUrl\": \"https:\/\/www.youtube.com\/watch?v=4zZiFTQoXRM\"\r\n    }\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Many people, especially those with no previous experience in Linux, wonder how difficult it might be to manage an entire &#8230;<\/p>\n","protected":false},"author":113,"featured_media":60305,"comment_status":"open","ping_status":"closed","sticky":false,"template":"single-cluster-vps.php","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"There are a plethora of Linux server administration tools and many of them are developed to make our lives easier. Here are the best of the best...","_seopress_robots_index":"","_seopress_analysis_target_kw":"","footnotes":""},"categories":[61],"tags":[],"class_list":["post-60303","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-hosting"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/60303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/users\/113"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/comments?post=60303"}],"version-history":[{"count":17,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/60303\/revisions"}],"predecessor-version":[{"id":71050,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/60303\/revisions\/71050"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/media\/60305"}],"wp:attachment":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/media?parent=60303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/categories?post=60303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/tags?post=60303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}