{"id":126,"date":"2018-12-11T12:45:28","date_gmt":"2018-12-11T20:45:28","guid":{"rendered":"http:\/\/www.emeralddesign.com\/?p=126"},"modified":"2022-01-30T20:36:16","modified_gmt":"2022-01-31T04:36:16","slug":"manually-clearing-config-and-adding-unifi-ap-to-controller","status":"publish","type":"post","link":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/","title":{"rendered":"Manually Clearing Config and Adding Unifi AP To Controller"},"content":{"rendered":"<div class=\"toppost\">\u00a0 Taken from:\u00a0http:\/\/jzdocs.com\/manually-adding-ubiquiti-unifi-access-point-to-unifi-contoller\/<\/div>\n<div class=\"singlepost entry\">\n<div class=\"pf-content\">\n<div class=\"printfriendly pf-alignright\"><\/div>\n<p>This is the process to add a new Unifi AP to the Unifi controller when discovery doesn\u2019t work. \u00a0In our case, we have a central Unifi controller managing APs on multiple networks. \u00a0But, the routers don\u2019t allow the discovery tool to see new APs on other networks, so this is how we add one. \u00a0In this example, we\u2019ll say the Unifi controller is at\u00a0<strong>192.168.1.55<\/strong>.<\/p>\n<p>1) Write down (or take a picture on your phone) the MAC address for the new AP.<\/p>\n<p>2) Connect the new Unifi AP.<\/p>\n<p>3) Check DHCP to see what IP address was given to the Unifi AP by searching for the MAC address in the DHCP clients table.<\/p>\n<p>Once you have the IP, we\u2019ll use putty to ssh into the device. \u00a0In this example, we\u2019ll use\u00a0<strong>192.168.1.185<\/strong>.<\/p>\n<p><a href=\"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png\"><img loading=\"lazy\" decoding=\"async\" class=\" size-full wp-image-608 aligncenter\" src=\"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png\" sizes=\"auto, (max-width: 460px) 100vw, 460px\" srcset=\"http:\/\/jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png 460w, http:\/\/jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01-300x127.png 300w\" alt=\"putty01\" width=\"460\" height=\"195\" \/><\/a><\/p>\n<p>NOTE:\u00a0If the AP has been provisioned before, you\u2019ll have to use the password for the Unifi controller it was provisioned by.<\/p>\n<p>login as: ubnt<\/p>\n<p>password: ubnt<\/p>\n<p>&gt;<\/p>\n<p>NOTE:\u00a0If the AP has been provisioned before, you\u2019ll have to reset it to factory defaults. \u00a0to do that, use the following command, and then SSH back into the device when it comes back up.<\/p>\n<p>&gt; syswrapper.sh restore-default<\/p>\n<p>Since this is a brand new AP for us, we just need to do this:<\/p>\n<p>&gt; set-inform http:\/\/192.168.1.55:8080\/inform<\/p>\n<p>Next, we go connect to the Unifi command center. \u00a0In a few minutes, we should see an alert stating a new device has checked in. \u00a0If you don\u2019t see the alert, check the device list, it should show up there as \u201cUnknown\u201d. \u00a0From either location (alerts or ap device list), you should have a button that says \u201cAdopt\u201d. \u00a0Adopt the new AP and go back to the SSH shell.<\/p>\n<p>Send the command again, this should allow the AP to see that it has been adopted.<\/p>\n<p>&gt; set-inform http:\/\/192.168.1.55:8080\/inform<\/p>\n<p>Now you should see the new AP provisioned in the Unifi controller and you can edit the name and update the AP firmware.<\/p>\n<p>Same steps as above with initial Unifi Controller settings:<\/p>\n<p>Here are the instructions for setting up the UAPs on the new Unifi Controller software. Make sure you configure the following sections on the server:<\/p>\n<p>Under settings (lower left cog)<\/p>\n<ul>\n<li><strong>Wireless Networks<\/strong>, configure the SSID(s) and security you are currently using with them.<\/li>\n<li><strong>Networks<\/strong>, Edit LAN and set the correct Subnet.<\/li>\n<li><strong>Admins<\/strong>, create any additional accounts you may want\/need.<\/li>\n<li><strong>Controller<\/strong>, Enable the SMTP Server, configure it, and test to make sure it works.<\/li>\n<\/ul>\n<p>Adding a UAP on another VLAN (or entirely different network)<\/p>\n<ul>\n<li>Using an SSH (putty) client, ssh into the UAP. If it hasn\u2019t been configured before, username and password are \u2018ubnt\u2019. If it has been configured (adopted) by another controller, the username and password will be the same as what you use to log into the \u201cold\u201d controller web interface<\/li>\n<li>You should set the UAP back to factory defaults to make sure it connects to the new controller properly. Make note of the UAPs MAC address to reference in the DHCP server once the UAP comes back up in factory default mode. To reset to factory, issue the following command:\n<ol>\n<li>&gt; syswrapper.sh restore-default<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<p>Keep in mind that this will revert it back to using DHCP on startup, etc. So check your DHCP server using the MAC address referenced earlier to see the new IP address<\/p>\n<ul>\n<li>SSH into the new IP address and issue the following command:\n<ol>\n<li>&gt; set-inform\u00a0<a href=\"http:\/\/server-ip-address:8080\/inform\">http:\/\/server-ip-address:8080\/inform<\/a><\/li>\n<\/ol>\n<\/li>\n<li>Check the Unifi Controller, it should have a message that a UAP is available to adopt, adopt the UAP<\/li>\n<li>Back on the UAP send the command again:\n<ol>\n<li>&gt; set-inform\u00a0<a href=\"http:\/\/server-ip-address:8080\/inform\">http:\/\/server-ip-address:8080\/inform<\/a><\/li>\n<\/ol>\n<\/li>\n<li>Finally, back in the Unifi Controller, you can set the name, upgrade the firmware, etc.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 Taken from:\u00a0http:\/\/jzdocs.com\/manually-adding-ubiquiti-unifi-access-point-to-unifi-contoller\/ This is the process to add a new Unifi AP to the Unifi controller when discovery doesn\u2019t work. \u00a0In our case, we have a central Unifi controller managing APs on multiple networks. \u00a0But, the routers don\u2019t allow the discovery tool to see new APs on other networks, so this is how we [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-126","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Manually Clearing Config and Adding Unifi AP To Controller - Emerald Design<\/title>\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.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manually Clearing Config and Adding Unifi AP To Controller - Emerald Design\" \/>\n<meta property=\"og:description\" content=\"\u00a0 Taken from:\u00a0http:\/\/jzdocs.com\/manually-adding-ubiquiti-unifi-access-point-to-unifi-contoller\/ This is the process to add a new Unifi AP to the Unifi controller when discovery doesn\u2019t work. \u00a0In our case, we have a central Unifi controller managing APs on multiple networks. \u00a0But, the routers don\u2019t allow the discovery tool to see new APs on other networks, so this is how we [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/\" \/>\n<meta property=\"og:site_name\" content=\"Emerald Design\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-11T20:45:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-31T04:36:16+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png\" \/>\n<meta name=\"author\" content=\"jclifton\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"jclifton\" \/>\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.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/\"},\"author\":{\"name\":\"jclifton\",\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/#\\\/schema\\\/person\\\/655c6a5043811e17f2e425fdbc46040e\"},\"headline\":\"Manually Clearing Config and Adding Unifi AP To Controller\",\"datePublished\":\"2018-12-11T20:45:28+00:00\",\"dateModified\":\"2022-01-31T04:36:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/\"},\"wordCount\":641,\"image\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.jzdocs.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/putty01.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/\",\"url\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/\",\"name\":\"Manually Clearing Config and Adding Unifi AP To Controller - Emerald Design\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.jzdocs.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/putty01.png\",\"datePublished\":\"2018-12-11T20:45:28+00:00\",\"dateModified\":\"2022-01-31T04:36:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/#\\\/schema\\\/person\\\/655c6a5043811e17f2e425fdbc46040e\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#primaryimage\",\"url\":\"http:\\\/\\\/www.jzdocs.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/putty01.png\",\"contentUrl\":\"http:\\\/\\\/www.jzdocs.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/putty01.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/index.php\\\/2018\\\/12\\\/11\\\/manually-clearing-config-and-adding-unifi-ap-to-controller\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.emeralddesign.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manually Clearing Config and Adding Unifi AP To Controller\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/#website\",\"url\":\"https:\\\/\\\/www.emeralddesign.com\\\/\",\"name\":\"Emerald Design\",\"description\":\"Technology, Photography and Shower-thoughts...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.emeralddesign.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.emeralddesign.com\\\/#\\\/schema\\\/person\\\/655c6a5043811e17f2e425fdbc46040e\",\"name\":\"jclifton\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd29f26977172d5473905d5343dca4970a4984fcb64d737a31f774bbc0545209?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd29f26977172d5473905d5343dca4970a4984fcb64d737a31f774bbc0545209?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd29f26977172d5473905d5343dca4970a4984fcb64d737a31f774bbc0545209?s=96&d=mm&r=g\",\"caption\":\"jclifton\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Manually Clearing Config and Adding Unifi AP To Controller - Emerald Design","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.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/","og_locale":"en_US","og_type":"article","og_title":"Manually Clearing Config and Adding Unifi AP To Controller - Emerald Design","og_description":"\u00a0 Taken from:\u00a0http:\/\/jzdocs.com\/manually-adding-ubiquiti-unifi-access-point-to-unifi-contoller\/ This is the process to add a new Unifi AP to the Unifi controller when discovery doesn\u2019t work. \u00a0In our case, we have a central Unifi controller managing APs on multiple networks. \u00a0But, the routers don\u2019t allow the discovery tool to see new APs on other networks, so this is how we [&hellip;]","og_url":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/","og_site_name":"Emerald Design","article_published_time":"2018-12-11T20:45:28+00:00","article_modified_time":"2022-01-31T04:36:16+00:00","og_image":[{"url":"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png","type":"","width":"","height":""}],"author":"jclifton","twitter_card":"summary_large_image","twitter_misc":{"Written by":"jclifton","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#article","isPartOf":{"@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/"},"author":{"name":"jclifton","@id":"https:\/\/www.emeralddesign.com\/#\/schema\/person\/655c6a5043811e17f2e425fdbc46040e"},"headline":"Manually Clearing Config and Adding Unifi AP To Controller","datePublished":"2018-12-11T20:45:28+00:00","dateModified":"2022-01-31T04:36:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/"},"wordCount":641,"image":{"@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#primaryimage"},"thumbnailUrl":"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/","url":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/","name":"Manually Clearing Config and Adding Unifi AP To Controller - Emerald Design","isPartOf":{"@id":"https:\/\/www.emeralddesign.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#primaryimage"},"image":{"@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#primaryimage"},"thumbnailUrl":"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png","datePublished":"2018-12-11T20:45:28+00:00","dateModified":"2022-01-31T04:36:16+00:00","author":{"@id":"https:\/\/www.emeralddesign.com\/#\/schema\/person\/655c6a5043811e17f2e425fdbc46040e"},"breadcrumb":{"@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#primaryimage","url":"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png","contentUrl":"http:\/\/www.jzdocs.com\/wp-content\/uploads\/2015\/01\/putty01.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.emeralddesign.com\/index.php\/2018\/12\/11\/manually-clearing-config-and-adding-unifi-ap-to-controller\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.emeralddesign.com\/"},{"@type":"ListItem","position":2,"name":"Manually Clearing Config and Adding Unifi AP To Controller"}]},{"@type":"WebSite","@id":"https:\/\/www.emeralddesign.com\/#website","url":"https:\/\/www.emeralddesign.com\/","name":"Emerald Design","description":"Technology, Photography and Shower-thoughts...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.emeralddesign.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.emeralddesign.com\/#\/schema\/person\/655c6a5043811e17f2e425fdbc46040e","name":"jclifton","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cd29f26977172d5473905d5343dca4970a4984fcb64d737a31f774bbc0545209?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cd29f26977172d5473905d5343dca4970a4984fcb64d737a31f774bbc0545209?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cd29f26977172d5473905d5343dca4970a4984fcb64d737a31f774bbc0545209?s=96&d=mm&r=g","caption":"jclifton"}}]}},"_links":{"self":[{"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/posts\/126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/comments?post=126"}],"version-history":[{"count":4,"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/posts\/126\/revisions"}],"predecessor-version":[{"id":131,"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/posts\/126\/revisions\/131"}],"wp:attachment":[{"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/media?parent=126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/categories?post=126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.emeralddesign.com\/index.php\/wp-json\/wp\/v2\/tags?post=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}