{"id":13712,"date":"2023-02-10T11:47:27","date_gmt":"2023-02-10T08:47:27","guid":{"rendered":"https:\/\/unihost.com\/help\/?p=13712"},"modified":"2024-09-20T09:29:32","modified_gmt":"2024-09-20T06:29:32","slug":"how-to-disable-enable-the-slp-service-on-vmware-esxi","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/","title":{"rendered":"How to Disable\/Enable the SLP Service on VMware ESXi"},"content":{"rendered":"<p><strong>OpenSLP<\/strong> vulnerabilities have been disclosed that affect ESXi. These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories (VMSAs), <!--more-->please review these before continuing as there may be considerations outside the scope of this document:<\/p>\n<p><a href=\"https:\/\/www.vmware.com\/security\/advisories\/VMSA-2022-0030.html\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">VMSA-2022-0030<\/a> (CVE-2022-31699)<\/p>\n<p><a href=\"https:\/\/www.vmware.com\/security\/advisories\/VMSA-2021-0014.html\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">VMSA-2021-0014<\/a> (CVE-2021-21995) &#8211; Click <a href=\"https:\/\/communities.vmware.com\/t5\/vSphere-Upgrade-Install\/Addressing-VMSA-2021-0014\/ta-p\/2857173\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">here<\/a> for further information on the advisory<\/p>\n<p><a href=\"https:\/\/www.vmware.com\/security\/advisories\/VMSA-2021-0002.html\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">VMSA-2021-0002<\/a> (CVE-2021-21974)<\/p>\n<p><a href=\"https:\/\/www.vmware.com\/security\/advisories\/VMSA-2020-0023.html\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">VMSA-2020-0023<\/a> (CVE-2020-3992)<\/p>\n<p><a href=\"https:\/\/www.vmware.com\/security\/advisories\/VMSA-2019-0022.html\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">VMSA-2019-0022<\/a> (CVE-2019-5544)<\/p>\n<p>The ESXi team has investigated these vulnerabilities and determined that the possibility of exploitation can be removed by performing the steps detailed in the resolution section of this article. This workaround is meant to be a temporary solution only and customers are advised to deploy the patches documented in the aforementioned VMSAs.<\/p>\n<p><span style=\"color: #ff0000;\">Warning:<\/span><\/p>\n<p>This workaround is applicable ONLY to ESXi. Do not apply this workaround to other VMware products.<\/p>\n<p><span style=\"color: #ff0000;\">Functionality Impacts:<\/span><\/p>\n<p>With the workaround, CIM clients which uses SLP to find CIM servers over port #427 will not be able to locate the service.<\/p>\n<p>There is no requirement to reboot the ESXi host to disable\/enable the service<\/p>\n<p>Solution<br \/>\nDetails on the available powercli options to disable the service are documented <a href=\"https:\/\/communities.vmware.com\/t5\/vSphere-Upgrade-Install\/Powercli-Options-To-Disable-SFCB-and-SLP-Services\/ta-p\/2857164\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">here<\/a><\/p>\n<p>To implement the workaround perform the following steps:<\/p>\n<p>1 Login to the ESXi hosts using an SSH session (such as putty)<\/p>\n<p>2 Stop the SLP service on the ESXi host with this command:<\/p>\n<pre>\/etc\/init.d\/slpd stop<\/pre>\n<p>Note: The SLP service can only be stopped when the service is not in use. Use the following command to view the operational state of Service Location Protocol Daemon:<\/p>\n<pre>esxcli system slp stats get<\/pre>\n<p>3 Run the following command to disable the SLP service:<\/p>\n<pre>esxcli network firewall ruleset set -r CIMSLP -e 0<\/pre>\n<p>To make this change persist across reboots:<\/p>\n<pre>chkconfig slpd off<\/pre>\n<p>To check if the change is applied across reboots:<\/p>\n<pre>chkconfig --list | grep slpd\noutput: slpd off<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-13714 aligncenter\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage.jpeg\" alt=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 1\" width=\"604\" height=\"199\" \/ title=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 1\"><\/p>\n<p>To remove the workaround perform the following steps:<\/p>\n<p style=\"padding-left: 40px;\">1. Run the following command to enable the ruleset of SLP service:<\/p>\n<pre style=\"padding-left: 40px;\">esxcli network firewall ruleset set -r CIMSLP -e 1<\/pre>\n<p style=\"padding-left: 40px;\">2. Run the following command to change the current startup information of slpd service:<\/p>\n<pre style=\"padding-left: 40px;\">chkconfig slpd on<\/pre>\n<p style=\"padding-left: 40px;\">Run the following command to check if the change is applied after running the above step (Step 2#):<\/p>\n<pre style=\"padding-left: 40px;\">chkconfig --list | grep slpd\noutput: slpd on<\/pre>\n<p style=\"padding-left: 40px;\">3. Run the following command to start the SLP service:<\/p>\n<pre style=\"padding-left: 40px;\">\/etc\/init.d\/slpd start<\/pre>\n<p style=\"padding-left: 40px;\">4. Disable and enable the CIM agent, see <a href=\"https:\/\/kb.vmware.com\/s\/article\/1025757\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">How to disable or enable the CIM agent on the ESX\/ESXi host<\/a><\/p>\n<p>Later versions of ESXi report the SLPD service in the vCenter GUI<\/p>\n<p style=\"padding-left: 40px;\">1. To check if you can update the SLP service via the vSphere client, login to the vCenter<\/p>\n<p style=\"padding-left: 40px;\">2. Select the ESXi host and click on &#8220;Configure&#8221; &#8212; &#8220;Services&#8221;. Look for SLP in the list<br \/>\nIf SLP is not listed, then use the process detailed above<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13720 aligncenter\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage-1.jpeg\" alt=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 2\" width=\"644\" height=\"254\" \/ title=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 2\"><\/p>\n<p style=\"padding-left: 40px;\">3. Select SLPD and click on &#8220;Stop&#8221; and then click &#8220;Ok&#8221;<\/p>\n<p style=\"padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13723 aligncenter\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage-2.jpeg\" alt=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 3\" width=\"635\" height=\"238\" \/ title=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 3\"><\/p>\n<p style=\"padding-left: 40px;\">4. Select &#8221; Edit Startup Policy&#8221; and select &#8220;Start and stop with host&#8221;. Click Ok<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-13726 aligncenter\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage-3.jpeg\" alt=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 4\" width=\"631\" height=\"326\" \/ title=\"How to Disable\/Enable the SLP Service on VMware ESXi - Image 4\"><\/p>\n<p style=\"padding-left: 40px;\">5. Reverse the steps above to re-enable the service<\/p>\n<p>If you need help with server administration, you can order the <a href=\"https:\/\/unihost.com\/management\/\">Server Administration<\/a> service from Unihost<\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenSLP vulnerabilities have been disclosed that affect ESXi. These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories (VMSAs),<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[520],"class_list":["post-13712","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-dedicated-servers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Disable\/Enable the SLP Service on VMware ESXi -<\/title>\n<meta name=\"description\" content=\"These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Disable\/Enable the SLP Service on VMware ESXi -\" \/>\n<meta property=\"og:description\" content=\"These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-10T08:47:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-20T06:29:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/wp-content\/uploads\/rtaImage.jpeg\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\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:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to Disable\/Enable the SLP Service on VMware ESXi\",\"datePublished\":\"2023-02-10T08:47:27+00:00\",\"dateModified\":\"2024-09-20T06:29:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\"},\"wordCount\":467,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/rtaImage.jpeg\",\"keywords\":[\"dedicated servers\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\",\"name\":\"How to Disable\/Enable the SLP Service on VMware ESXi -\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/rtaImage.jpeg\",\"datePublished\":\"2023-02-10T08:47:27+00:00\",\"dateModified\":\"2024-09-20T06:29:32+00:00\",\"description\":\"These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage.jpeg\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage.jpeg\",\"width\":604,\"height\":199},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Disable\/Enable the SLP Service on VMware ESXi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Disable\/Enable the SLP Service on VMware ESXi -","description":"These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories","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:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/","og_locale":"en_US","og_type":"article","og_title":"How to Disable\/Enable the SLP Service on VMware ESXi -","og_description":"These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories","og_url":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2023-02-10T08:47:27+00:00","article_modified_time":"2024-09-20T06:29:32+00:00","og_image":[{"url":"https:\/\/unihost.com\/help\/wp-content\/uploads\/rtaImage.jpeg","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to Disable\/Enable the SLP Service on VMware ESXi","datePublished":"2023-02-10T08:47:27+00:00","dateModified":"2024-09-20T06:29:32+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/"},"wordCount":467,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/rtaImage.jpeg","keywords":["dedicated servers"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/","url":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/","name":"How to Disable\/Enable the SLP Service on VMware ESXi -","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/rtaImage.jpeg","datePublished":"2023-02-10T08:47:27+00:00","dateModified":"2024-09-20T06:29:32+00:00","description":"These vulnerabilities and their impact on VMware products are documented in the following VMware Security Advisories","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage.jpeg","contentUrl":"https:\/\/unihost.com\/help\/minio.php?.\/rtaImage.jpeg","width":604,"height":199},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-disable-enable-the-slp-service-on-vmware-esxi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to Disable\/Enable the SLP Service on VMware ESXi"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/13712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=13712"}],"version-history":[{"count":8,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/13712\/revisions"}],"predecessor-version":[{"id":16896,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/13712\/revisions\/16896"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=13712"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=13712"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=13712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}