{"id":3719,"date":"2025-12-10T05:13:34","date_gmt":"2025-12-10T02:13:34","guid":{"rendered":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/"},"modified":"2025-12-10T05:13:34","modified_gmt":"2025-12-10T02:13:34","slug":"how-to-port-forward-for-a-minecraft-server","status":"publish","type":"post","link":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/","title":{"rendered":"How to Port Forward for a Minecraft Server"},"content":{"rendered":"<p>Port forwarding for a Minecraft server sounds technical, but it\u2019s really just telling your router to let your friends\u2019 connections through to your computer. Without it, your server stays locked behind your home network, invisible to anyone trying to join.<\/p>\n<h2 id=\"what-port-forwarding-actually-does\">What Port Forwarding Actually Does<\/h2>\n<p>Your router acts like a security guard, blocking incoming connections by default. When someone tries to connect to your Minecraft server, the router needs to know which device on your network is running that server. Port forwarding creates a rule that says \u201cany connection coming in on port 25565 (Minecraft\u2019s default) goes to this specific computer.\u201d<\/p>\n<p><strong>Quick answer:<\/strong> Port forwarding opens a pathway through your router to your Minecraft server by mapping an external port to your computer\u2019s local IP address and the server port. This allows players outside your home network to connect to your server using your public IP address.<\/p>\n<h2 id=\"what-you-need-before-starting\">What You Need Before Starting<\/h2>\n<p>Before you touch your router settings, gather this information:<\/p>\n<ul>\n<li><strong>Your local IP address:<\/strong> The internal address your router assigned to your computer (usually starts with 192.168 or 10.0)<\/li>\n<li><strong>Router admin credentials:<\/strong> Username and password to access your router\u2019s control panel<\/li>\n<li><strong>Your public IP address:<\/strong> What the outside world sees (find it at whatismyip.com)<\/li>\n<li><strong>Server port number:<\/strong> Default is 25565, but you can change it in server.properties<\/li>\n<\/ul>\n<p>To find your local IP address on Windows, open Command Prompt and type <code>ipconfig<\/code>. Look for \u201cIPv4 Address\u201d under your active network connection. On Mac, go to System Preferences > Network and check your connection details.<\/p>\n<h2 id=\"setting-up-port-forwarding-step-by-step\">Setting Up Port Forwarding Step-by-Step<\/h2>\n<h3 id=\"access-your-router-settings\">Access Your Router Settings<\/h3>\n<p>Type your router\u2019s IP address into a web browser. Common addresses are 192.168.1.1, 192.168.0.1, or 10.0.0.1. If none work, check the sticker on your router or run <code>ipconfig<\/code> and look for \u201cDefault Gateway.\u201d<\/p>\n<p>Log in with your admin credentials. If you never changed them, check the router label or search \u201c[your router model] default password\u201d online. Seriously, change this password after you\u2019re done\u2014leaving it default is a security risk.<\/p>\n<h3 id=\"find-the-port-forwarding-section\">Find the Port Forwarding Section<\/h3>\n<p>Every router interface looks different, but port forwarding usually hides under names like:<\/p>\n<ul>\n<li>Port Forwarding<\/li>\n<li>Virtual Servers<\/li>\n<li>NAT\/QoS<\/li>\n<li>Applications & Gaming<\/li>\n<li>Advanced Settings<\/li>\n<\/ul>\n<p>Netgear routers typically put it under \u201cAdvanced > Advanced Setup.\u201d TP-Link uses \u201cForwarding > Virtual Servers.\u201d ASUS routers list it under \u201cWAN > Virtual Server\/Port Forwarding.\u201d<\/p>\n<h3 id=\"create-the-port-forwarding-rule\">Create the Port Forwarding Rule<\/h3>\n<p>Click \u201cAdd New\u201d or \u201cCreate Rule\u201d and fill in these fields:<\/p>\n<table>\n<tr>\n<th>Field<\/th>\n<th>What to Enter<\/th>\n<\/tr>\n<tr>\n<td>Service Name<\/td>\n<td>Minecraft Server (or anything you\u2019ll remember)<\/td>\n<\/tr>\n<tr>\n<td>Internal IP<\/td>\n<td>Your computer\u2019s local IP address<\/td>\n<\/tr>\n<tr>\n<td>External Port<\/td>\n<td>25565<\/td>\n<\/tr>\n<tr>\n<td>Internal Port<\/td>\n<td>25565<\/td>\n<\/tr>\n<tr>\n<td>Protocol<\/td>\n<td>TCP or Both (TCP\/UDP)<\/td>\n<\/tr>\n<\/table>\n<p>Some routers ask for a port range. Just enter 25565 for both start and end. Save the rule and reboot your router if it asks.<\/p>\n<h3 id=\"set-a-static-ip-address\">Set a Static IP Address<\/h3>\n<p>Here\u2019s the part people skip that causes headaches later: your computer\u2019s local IP address can change. If it does, your port forwarding rule points to the wrong device.<\/p>\n<p>In your router settings, look for \u201cDHCP Reservation,\u201d \u201cAddress Reservation,\u201d or \u201cStatic IP.\u201d Add your computer\u2019s MAC address (found with <code>ipconfig \/all<\/code> on Windows) and assign it the same IP address you used in the port forwarding rule.<\/p>\n<p>Alternatively, set a static IP directly on your computer through network adapter settings, but router-level reservation is cleaner and survives OS reinstalls.<\/p>\n<h2 id=\"testing-your-port-forward\">Testing Your Port Forward<\/h2>\n<p>Start your Minecraft server and visit a port checking tool like canyouseeme.org or yougetsignal.com. Enter your public IP and port 25565. If it says \u201copen\u201d or \u201csuccess,\u201d you\u2019re done.<\/p>\n<p>If it shows \u201cclosed\u201d or \u201ctimed out,\u201d double-check:<\/p>\n<ul>\n<li>Your Minecraft server is actually running<\/li>\n<li>Windows Firewall or antivirus isn\u2019t blocking Java<\/li>\n<li>You entered your local IP correctly in the router<\/li>\n<li>Your ISP isn\u2019t blocking port 25565 (some do for residential connections)<\/li>\n<\/ul>\n<p>For firewall issues, add an inbound rule for Java in Windows Defender Firewall. Go to Advanced Settings > Inbound Rules > New Rule, select the Java executable your server uses, and allow the connection.<\/p>\n<h2 id=\"common-port-forwarding-problems\">Common Port Forwarding Problems<\/h2>\n<h3 id=\"double-nat-situations\">Double NAT Situations<\/h3>\n<p>If you have a modem-router combo plus a separate router, you\u2019re dealing with double NAT. Both devices need port forwarding rules, or you need to put one in bridge mode. This gets messy fast\u2014check if your ISP\u2019s equipment has a bridge mode option.<\/p>\n<h3 id=\"cgnat-carrier-grade-nat\">CGNAT (Carrier-Grade NAT)<\/h3>\n<p>Some ISPs use CGNAT, which means your \u201cpublic\u201d IP is actually shared with other customers. Port forwarding won\u2019t work at all. Call your ISP and ask for a dedicated public IP address (might cost extra) or use a VPN service with port forwarding support like Mullvad or AirVPN.<\/p>\n<h3 id=\"dynamic-public-ip-changes\">Dynamic Public IP Changes<\/h3>\n<p>Your public IP address probably changes occasionally. Use a dynamic DNS service like No-IP or DuckDNS to create a hostname that updates automatically. Players connect to \u201cyourname.ddns.net\u201d instead of remembering a changing IP address.<\/p>\n<h2 id=\"security-considerations\">Security Considerations<\/h2>\n<p>Opening ports exposes your network to the internet. Minimize risk by:<\/p>\n<ul>\n<li>Only forwarding the exact ports you need<\/li>\n<li>Using a whitelist in your server properties<\/li>\n<li>Keeping your Minecraft server software updated<\/li>\n<li>Running the server on a separate user account with limited permissions<\/li>\n<li>Never port forwarding to your main gaming\/work computer<\/li>\n<\/ul>\n<p>If security concerns outweigh the DIY appeal, <a href=\"https:\/\/gameteam.io\">managed Minecraft server hosting starts at $1\/GB<\/a> and handles all networking automatically. No port forwarding, no security risks, and better performance for multiplayer sessions.<\/p>\n<h2 id=\"when-port-forwarding-isnt-worth-it\">When Port Forwarding Isn\u2019t Worth It<\/h2>\n<p>Port forwarding works great for small friend groups, but it has real limitations. Your home internet upload speed caps how many players can join smoothly. Most residential connections max out around 5-10 players before lag kicks in.<\/p>\n<p>Your computer needs to stay running 24\/7, which means electricity costs, hardware wear, and no gaming on that machine while hosting. If someone DDoS attacks your server, they\u2019re hitting your home network directly.<\/p>\n<p>For anything beyond casual play with a few friends, dedicated <a href=\"https:\/\/gameteam.io\/blog\/minecraft-server-hosting-requirements-ram-cpu-storage-calculator\/\">server hosting with proper resources<\/a> makes more sense. You get better uptime, actual DDoS protection, and you can play on your own server without performance hits.<\/p>\n<h2 id=\"frequently-asked-questions\">Frequently Asked Questions<\/h2>\n<h3 id=\"do-i-need-to-port-forward-if-i-use-hamachi-or-radmin-vpn\">Do I need to port forward if I use Hamachi or Radmin VPN?<\/h3>\n<p>No. Virtual LAN software like Hamachi creates a virtual network that bypasses port forwarding entirely. Players connect through the VPN instead of your public IP. It\u2019s easier but adds latency and limits player counts.<\/p>\n<h3 id=\"can-i-use-a-different-port-instead-of-25565\">Can I use a different port instead of 25565?<\/h3>\n<p>Absolutely. Change the port in your server.properties file and match it in your router\u2019s port forwarding rule. Players connect by adding the port to your IP address: \u201c123.45.67.89:25566\u201d. Useful if your ISP blocks the default port.<\/p>\n<h3 id=\"why-cant-friends-connect-even-though-the-port-is-open\">Why can\u2019t friends connect even though the port is open?<\/h3>\n<p>Check if you\u2019re giving them your public IP address (not your local 192.168.x.x address). Make sure your server isn\u2019t in offline mode if you want authentication. Verify the server-ip field in server.properties is blank or set to 0.0.0.0. Also check for <a href=\"https:\/\/gameteam.io\/blog\/minecraft-server-getsockopt-error-complete-fix-guide\/\">network socket errors<\/a> in your server logs.<\/p>\n<h3 id=\"does-port-forwarding-slow-down-my-internet\">Does port forwarding slow down my internet?<\/h3>\n<p>Not the port forwarding itself, but hosting a server uses your upload bandwidth. If someone\u2019s downloading chunks while you\u2019re streaming or video calling, everyone suffers. QoS settings in your router can prioritize traffic, but there\u2019s only so much bandwidth to go around.<\/p>\n<h3 id=\"how-do-i-close-the-port-when-im-done\">How do I close the port when I\u2019m done?<\/h3>\n<p>Just delete the port forwarding rule from your router settings. The port closes immediately. If you\u2019re taking a break from hosting but might return, disable the rule instead of deleting it\u2014easier to re-enable later.<\/p>\n<p>Port forwarding gives you control over your Minecraft server, but it trades convenience for technical setup. If the router configuration feels overwhelming or you want better performance, professional hosting eliminates all these steps while adding features your home setup can\u2019t match.<\/p>\n","protected":false},"excerpt":{"rendered":"Port forwarding for a Minecraft server sounds technical, but it\u2019s really just telling your router to let your&hellip;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4],"tags":[],"class_list":{"0":"post-3719","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-minecraft-tutorials","7":"vision-entry","8":"vision-video-wrap"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Port Forward for a Minecraft Server - GameTeam - Blog<\/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:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Port Forward for a Minecraft Server - GameTeam - Blog\" \/>\n<meta property=\"og:description\" content=\"Port forwarding for a Minecraft server sounds technical, but it\u2019s really just telling your router to let your&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/\" \/>\n<meta property=\"og:site_name\" content=\"GameTeam - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-10T02:13:34+00:00\" \/>\n<meta name=\"author\" content=\"gameteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"gameteam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/\"},\"author\":{\"name\":\"gameteam\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#\\\/schema\\\/person\\\/0cc694e709c1805f635ede3a5e1dbf83\"},\"headline\":\"How to Port Forward for a Minecraft Server\",\"datePublished\":\"2025-12-10T02:13:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/\"},\"wordCount\":1305,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#organization\"},\"articleSection\":[\"Minecraft Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/\",\"url\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/\",\"name\":\"How to Port Forward for a Minecraft Server - GameTeam - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#website\"},\"datePublished\":\"2025-12-10T02:13:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/how-to-port-forward-for-a-minecraft-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minecraft Tutorials\",\"item\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/category\\\/minecraft-tutorials\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Port Forward for a Minecraft Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/\",\"name\":\"GameTeam - Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#organization\",\"name\":\"GameTeam - Blog\",\"url\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/image_2023-11-04_031100865.png?fit=837%2C167&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/image_2023-11-04_031100865.png?fit=837%2C167&ssl=1\",\"width\":837,\"height\":167,\"caption\":\"GameTeam - Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#\\\/schema\\\/person\\\/0cc694e709c1805f635ede3a5e1dbf83\",\"name\":\"gameteam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/image_2023-11-17_210836342.png?resize=96%2C96&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/image_2023-11-17_210836342.png?resize=96%2C96&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/image_2023-11-17_210836342.png?resize=96%2C96&ssl=1\",\"caption\":\"gameteam\"},\"sameAs\":[\"https:\\\/\\\/gameteam.io\\\/blog\"],\"url\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/author\\\/gameteam\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Port Forward for a Minecraft Server - GameTeam - Blog","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:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Port Forward for a Minecraft Server - GameTeam - Blog","og_description":"Port forwarding for a Minecraft server sounds technical, but it\u2019s really just telling your router to let your&hellip;","og_url":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/","og_site_name":"GameTeam - Blog","article_published_time":"2025-12-10T02:13:34+00:00","author":"gameteam","twitter_card":"summary_large_image","twitter_misc":{"Written by":"gameteam","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/#article","isPartOf":{"@id":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/"},"author":{"name":"gameteam","@id":"https:\/\/gameteam.io\/blog\/#\/schema\/person\/0cc694e709c1805f635ede3a5e1dbf83"},"headline":"How to Port Forward for a Minecraft Server","datePublished":"2025-12-10T02:13:34+00:00","mainEntityOfPage":{"@id":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/"},"wordCount":1305,"commentCount":0,"publisher":{"@id":"https:\/\/gameteam.io\/blog\/#organization"},"articleSection":["Minecraft Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/","url":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/","name":"How to Port Forward for a Minecraft Server - GameTeam - Blog","isPartOf":{"@id":"https:\/\/gameteam.io\/blog\/#website"},"datePublished":"2025-12-10T02:13:34+00:00","breadcrumb":{"@id":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gameteam.io\/blog\/how-to-port-forward-for-a-minecraft-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gameteam.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Minecraft Tutorials","item":"https:\/\/gameteam.io\/blog\/category\/minecraft-tutorials\/"},{"@type":"ListItem","position":3,"name":"How to Port Forward for a Minecraft Server"}]},{"@type":"WebSite","@id":"https:\/\/gameteam.io\/blog\/#website","url":"https:\/\/gameteam.io\/blog\/","name":"GameTeam - Blog","description":"","publisher":{"@id":"https:\/\/gameteam.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gameteam.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gameteam.io\/blog\/#organization","name":"GameTeam - Blog","url":"https:\/\/gameteam.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gameteam.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2023\/11\/image_2023-11-04_031100865.png?fit=837%2C167&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2023\/11\/image_2023-11-04_031100865.png?fit=837%2C167&ssl=1","width":837,"height":167,"caption":"GameTeam - Blog"},"image":{"@id":"https:\/\/gameteam.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/gameteam.io\/blog\/#\/schema\/person\/0cc694e709c1805f635ede3a5e1dbf83","name":"gameteam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2023\/11\/image_2023-11-17_210836342.png?resize=96%2C96&ssl=1","url":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2023\/11\/image_2023-11-17_210836342.png?resize=96%2C96&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2023\/11\/image_2023-11-17_210836342.png?resize=96%2C96&ssl=1","caption":"gameteam"},"sameAs":["https:\/\/gameteam.io\/blog"],"url":"https:\/\/gameteam.io\/blog\/author\/gameteam\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/posts\/3719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/comments?post=3719"}],"version-history":[{"count":0,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/posts\/3719\/revisions"}],"wp:attachment":[{"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/media?parent=3719"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/categories?post=3719"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/tags?post=3719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}