{"id":20907,"date":"2026-01-08T12:16:56","date_gmt":"2026-01-08T12:16:56","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/"},"modified":"2026-01-13T17:07:20","modified_gmt":"2026-01-13T17:07:20","slug":"how-to-create-a-hytale-dedicated-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/","title":{"rendered":"How to Create a Hytale Dedicated Server"},"content":{"rendered":"<div style=\"background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,40,70,0.9) 100%), url('https:\/\/xgamingserver.com\/img\/hytale-server-hosting.avif'); background-size: cover; background-position: center; padding: 30px; border-radius: 12px; margin-bottom: 30px; border: 2px solid #00d4ff; box-shadow: 0 8px 32px rgba(0,212,255,0.25);\">\n<h3 style=\"color: #00d4ff; margin-top: 0;\">Skip the Setup<\/h3>\n<p style=\"color: #fff;\">Get a fully managed Hytale server with one-click deployment and automatic updates.<\/p>\n<p><a href=\"https:\/\/xgamingserver.com\/hytale-server-hosting\" style=\"background: linear-gradient(90deg, #00d4ff 0%, #00a8cc 100%); color: #000; padding: 14px 28px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,212,255,0.4); text-decoration: none; display: inline-block; font-weight: bold;\">Get Hytale Server Hosting \u2192<\/a><\/p>\n<\/div>\n<p>This guide walks you through setting up a Hytale dedicated server from scratch. Whether you&#8217;re hosting for friends or running a public server, follow these steps to get started.<\/p>\n<h2>Prerequisites<\/h2>\n<ul>\n<li><strong>Java 25:<\/strong> Hytale requires Java 25 (see our <a href=\"#\">Java 25 Installation Guide<\/a>)<\/li>\n<li><strong>4 GB RAM minimum:<\/strong> More for larger player counts<\/li>\n<li><strong>Hytale Game License:<\/strong> Required for authentication<\/li>\n<li><strong>Server Files:<\/strong> Downloaded via Hytale Downloader CLI or copied from launcher<\/li>\n<\/ul>\n<h2>Step 1: Install Java 25<\/h2>\n<p>Download and install Java 25 from <a href=\"https:\/\/adoptium.net\/\" target=\"_blank\" rel=\"noopener\">Adoptium<\/a>.<\/p>\n<p>Verify installation:<\/p>\n<pre><code>java --version<\/code><\/pre>\n<p>Expected output:<\/p>\n<pre><code>openjdk 25.0.1 2025-10-21 LTS\nOpenJDK Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS)<\/code><\/pre>\n<h2>Step 2: Get Server Files<\/h2>\n<h3>Option A: Hytale Downloader CLI (Recommended)<\/h3>\n<pre><code>.\/hytale-downloader\nunzip game.zip -d server\/<\/code><\/pre>\n<h3>Option B: Copy from Launcher<\/h3>\n<p>Copy the Server folder and Assets.zip from:<\/p>\n<ul>\n<li>Windows: <code>%appdata%\\Hytale\\install\\release\\package\\game\\latest<\/code><\/li>\n<li>Linux: <code>$XDG_DATA_HOME\/Hytale\/install\/release\/package\/game\/latest<\/code><\/li>\n<\/ul>\n<h2>Step 3: Start the Server<\/h2>\n<pre><code>java -jar HytaleServer.jar --assets PathToAssets.zip<\/code><\/pre>\n<p>The server will start and prompt for authentication.<\/p>\n<h2>Step 4: Authenticate the Server<\/h2>\n<p>In the server console, run:<\/p>\n<pre><code>\/auth login device<\/code><\/pre>\n<p>Follow the on-screen instructions to authorize via your browser.<\/p>\n<h2>Step 5: Configure Firewall<\/h2>\n<p>Hytale uses <strong>QUIC over UDP port 5520<\/strong> (default).<\/p>\n<h3>Windows<\/h3>\n<pre><code>New-NetFirewallRule -DisplayName \"Hytale Server\" -Direction Inbound -Protocol UDP -LocalPort 5520 -Action Allow<\/code><\/pre>\n<h3>Linux<\/h3>\n<pre><code>sudo ufw allow 5520\/udp<\/code><\/pre>\n<h2>Step 6: Port Forwarding (Home Hosting)<\/h2>\n<p>If hosting at home, forward UDP port 5520 on your router to your server&#8217;s local IP.<\/p>\n<h2>Server is Ready<\/h2>\n<p>Share your public IP and port with players:<\/p>\n<pre><code>your.public.ip:5520<\/code><\/pre>\n<h2>Useful Launch Options<\/h2>\n<table>\n<tr>\n<th>Option<\/th>\n<th>Description<\/th>\n<\/tr>\n<tr>\n<td><code>--bind 0.0.0.0:PORT<\/code><\/td>\n<td>Change listening port<\/td>\n<\/tr>\n<tr>\n<td><code>--backup<\/code><\/td>\n<td>Enable automatic backups<\/td>\n<\/tr>\n<tr>\n<td><code>--backup-frequency 30<\/code><\/td>\n<td>Backup every 30 minutes<\/td>\n<\/tr>\n<\/table>\n<h2>Example Startup Script<\/h2>\n<pre><code>#!\/bin\/bash\njava -Xms4G -Xmx8G \\\n  -XX:AOTCache=HytaleServer.aot \\\n  -jar HytaleServer.jar \\\n  --assets ..\/Assets.zip \\\n  --backup<\/code><\/pre>\n<div style=\"background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,40,70,0.9) 100%), url('https:\/\/xgamingserver.com\/img\/hytale-server-hosting.avif'); background-size: cover; background-position: center; padding: 30px; border-radius: 12px; margin-top: 30px; border: 2px solid #00d4ff; box-shadow: 0 8px 32px rgba(0,212,255,0.25);\">\n<h3 style=\"color: #00d4ff; margin-top: 0;\">Let Us Handle the Technical Details<\/h3>\n<p style=\"color: #fff;\">Get a pre-configured Hytale server with automatic updates and 24\/7 support.<\/p>\n<p><a href=\"https:\/\/xgamingserver.com\/hytale-server-hosting\" style=\"background: linear-gradient(90deg, #00d4ff 0%, #00a8cc 100%); color: #000; padding: 14px 28px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,212,255,0.4); text-decoration: none; display: inline-block; font-weight: bold;\">Get Hytale Server Hosting \u2192<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Skip the Setup Get a fully managed Hytale server with one-click deployment and automatic updates. Get Hytale Server Hosting \u2192 This guide walks you through setting up a Hytale dedicated server from scratch. Whether you&#8217;re hosting for friends or running a public server, follow these steps to get started. Prerequisites Java 25: Hytale requires Java [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":20951,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[115],"tags":[],"class_list":["post-20907","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hytale"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create a Hytale Dedicated Server - XGamingServer<\/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:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Hytale Dedicated Server\" \/>\n<meta property=\"og:description\" content=\"Skip the Setup Get a fully managed Hytale server with one-click deployment and automatic updates. Get Hytale Server Hosting \u2192 This guide walks you through setting up a Hytale dedicated server from scratch. Whether you&#8217;re hosting for friends or running a public server, follow these steps to get started. Prerequisites Java 25: Hytale requires Java [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-08T12:16:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-13T17:07:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"How to Create a Hytale Dedicated Server\",\"datePublished\":\"2026-01-08T12:16:56+00:00\",\"dateModified\":\"2026-01-13T17:07:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\"},\"wordCount\":240,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif\",\"articleSection\":[\"Hytale\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\",\"name\":\"How to Create a Hytale Dedicated Server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif\",\"datePublished\":\"2026-01-08T12:16:56+00:00\",\"dateModified\":\"2026-01-13T17:07:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hytale\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/hytale\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Create a Hytale Dedicated Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Create a Hytale Dedicated Server - XGamingServer","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:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a Hytale Dedicated Server","og_description":"Skip the Setup Get a fully managed Hytale server with one-click deployment and automatic updates. Get Hytale Server Hosting \u2192 This guide walks you through setting up a Hytale dedicated server from scratch. Whether you&#8217;re hosting for friends or running a public server, follow these steps to get started. Prerequisites Java 25: Hytale requires Java [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-01-08T12:16:56+00:00","article_modified_time":"2026-01-13T17:07:20+00:00","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/"},"author":{"name":"","@id":""},"headline":"How to Create a Hytale Dedicated Server","datePublished":"2026-01-08T12:16:56+00:00","dateModified":"2026-01-13T17:07:20+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/"},"wordCount":240,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif","articleSection":["Hytale"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/","name":"How to Create a Hytale Dedicated Server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif","datePublished":"2026-01-08T12:16:56+00:00","dateModified":"2026-01-13T17:07:20+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-create-a-hytale-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Hytale","item":"https:\/\/xgamingserver.com\/blog\/category\/hytale\/"},{"@type":"ListItem","position":3,"name":"How to Create a Hytale Dedicated Server"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/hytale-server-hosting.avif","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=20907"}],"version-history":[{"count":2,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20907\/revisions"}],"predecessor-version":[{"id":20961,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20907\/revisions\/20961"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20951"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20907"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}