{"id":22155,"date":"2026-06-13T11:13:11","date_gmt":"2026-06-13T11:13:11","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/"},"modified":"2026-06-13T11:13:11","modified_gmt":"2026-06-13T11:13:11","slug":"satisfactory-server-not-showing-up-cant-join","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/","title":{"rendered":"Satisfactory Server Not Showing Up or Can&#8217;t Join? Fix It"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You spun up a Satisfactory dedicated server, your factory is waiting, and then nothing \u2014 the server doesn&#8217;t show up, friends get an &#8220;encryption token missing&#8221; error, or clients simply can&#8217;t connect. The good news is that almost every Satisfactory connection problem traces back to a small handful of causes: the wrong ports forwarded, a firewall blocking the server process, NAT\/router misconfiguration, or players trying to join the wrong way. This guide walks through each one in the order you should check them.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which ports Satisfactory actually needs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is where most &#8220;server not showing up&#8221; issues start. A Satisfactory dedicated server uses <strong>two<\/strong> ports, not one. The query\/game port defaults to <strong>7777<\/strong> and the Reliable Messaging port defaults to <strong>8888<\/strong>. Both must reach the server. The Reliable Messaging port handling was reworked in <strong>Patch 1.1.0.0<\/strong>, which added explicit configuration for it (the <code>-ReliablePort=<\/code> launch parameter and a configurable port range starting at 8888), so older guides that only mention a single port are out of date.<\/p>\n\n\n\n<figure class=\"wp-table is-style-stripes\"><table><thead><tr><th>Port<\/th><th>Default<\/th><th>Protocol<\/th><th>Purpose<\/th><th>Can it be remapped?<\/th><\/tr><\/thead><tbody><tr><td>Game \/ Query<\/td><td>7777<\/td><td>TCP + UDP<\/td><td>Main server traffic and API<\/td><td>No \u2014 external and internal port must match<\/td><\/tr><tr><td>Reliable Messaging<\/td><td>8888<\/td><td>TCP<\/td><td>Reliable in-game messaging<\/td><td>Yes \u2014 via <code>-ExternalReliablePort=<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The critical detail: <strong>port 7777 cannot be port-remapped<\/strong>. The external and internal port numbers must be identical on your forwarding rule. If you map external 7778 to internal 7777, clients won&#8217;t find the server. Port 8888 is more flexible \u2014 you can advertise a different external port using <code>-ExternalReliablePort=<\/code> if you genuinely need to. (If you&#8217;ve changed the game port with <code>-Port=<\/code>, forward that number instead of 7777.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Confirm the server is actually listening<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before touching your router, make sure the server process is up and bound to its ports. On Linux you can check with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>pgrep -f FactoryServer<\/code> \u2014 confirms the process is running<\/li>\n<li><code>ss -plnut | grep Factory<\/code> \u2014 confirms it&#8217;s listening on 7777 and 8888<\/li>\n<li>On a managed host, the panel&#8217;s console log will show the server reporting its listen ports during startup<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If the process isn&#8217;t listening at all, port forwarding won&#8217;t help \u2014 fix the server startup first. A correctly provisioned host opens these ports for you, which is one reason a <a href=\"https:\/\/xgamingserver.com\/satisfactory-server-hosting\">ready-to-run Satisfactory hosting plan<\/a> sidesteps most of this troubleshooting entirely.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Firewall and port forwarding<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re self-hosting at home, two layers can block traffic: the host machine&#8217;s firewall and your router&#8217;s NAT.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Host firewall:<\/strong> Allow inbound TCP+UDP on 7777 and inbound TCP on 8888 for the server executable (Windows Defender Firewall on Windows; <code>ufw<\/code>\/<code>firewalld<\/code> on Linux).<\/li>\n<li><strong>Router port forward:<\/strong> Create forwarding rules sending 7777 (TCP+UDP) and 8888 (TCP) to the server&#8217;s LAN IP. Set external and internal port equal \u2014 especially for 7777.<\/li>\n<li><strong>Static LAN IP:<\/strong> Give the server a reserved\/static internal IP so the forward rule doesn&#8217;t break when DHCP reassigns addresses.<\/li>\n<li><strong>UPnP:<\/strong> Some setups can auto-open ports via UPnP, but it&#8217;s unreliable for dedicated servers. Manual port forwarding is the recommended, predictable approach.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Share your <strong>public (WAN) IP<\/strong> plus the game port with friends \u2014 not your LAN 192.168.x.x address. If you&#8217;re behind CGNAT (common on mobile\/some ISPs), you won&#8217;t be able to forward ports at all; that&#8217;s a frequent hidden cause of &#8220;clients can&#8217;t connect&#8221; and is a strong reason to host off-site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Join via Server Manager \u2014 the encryption token workaround<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the single most common fix for the dreaded <strong>&#8220;encryption token missing&#8221;<\/strong> error. Satisfactory dedicated servers are <em>not<\/em> meant to be joined through the in-game &#8220;Join Game&#8221; option. Players must add the server through the <strong>Server Manager<\/strong> screen first, then join from there.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open <strong>Server Manager<\/strong> from the main menu.<\/li>\n<li>Add the server by its public IP and port (e.g. <code>your.ip.address:7777<\/code>).<\/li>\n<li>Accept the certificate warning \u2014 dedicated servers use a self-signed certificate, so this prompt is expected.<\/li>\n<li>Set the admin password \/ claim the server if it&#8217;s the first connection, then join from inside Server Manager.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Have every player connect this same way. If the certificate or token error persists, check that the client computer&#8217;s <strong>local time and timezone are set correctly<\/strong> \u2014 a wrong clock breaks the certificate time-sync and produces token errors even when ports are perfect. For the full first-boot claim and admin-password flow, see our <a href=\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/\">admin password and claim\/reset guide<\/a>, and the step-by-step setup in the <a href=\"https:\/\/xgamingserver.com\/docs\/satisfactory\">Satisfactory server docs<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Still showing offline? Other things to check<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Remove stale launch flags:<\/strong> An old <code>-Multihome<\/code> parameter that was carried over from a previous version can bind the server to the wrong interface and hide it. Drop flags you don&#8217;t explicitly need.<\/li>\n<li><strong>Version mismatch:<\/strong> Client and server must be on compatible builds. If the server auto-updated and a client didn&#8217;t, the server may appear offline \u2014 see our <a href=\"https:\/\/xgamingserver.com\/blog\/satisfactory-how-to-update-dedicated-server\/\">guide to updating a dedicated server<\/a>.<\/li>\n<li><strong>Mods:<\/strong> Mismatched or missing mods between client and server can block the join after the server is found.<\/li>\n<li><strong>Underpowered host:<\/strong> If the server is reachable but laggy or dropping clients, RAM\/CPU may be the bottleneck rather than networking \u2014 check the <a href=\"https:\/\/xgamingserver.com\/blog\/satisfactory-dedicated-server-requirements-ram-ports\/\">server requirements (RAM and ports)<\/a>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What ports does a Satisfactory dedicated server need?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Two: the game\/query port (default 7777, TCP+UDP) and the Reliable Messaging port (default 8888, TCP). Port 7777 must be forwarded with matching external and internal numbers \u2014 it cannot be remapped. Port 8888 can be remapped using <code>-ExternalReliablePort=<\/code> if needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why do I get &#8220;encryption token missing&#8221; when joining?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Almost always because you tried to join through &#8220;Join Game&#8221; instead of the Server Manager. Add the server in Server Manager first, accept the self-signed certificate, and join from there. If it continues, verify your client PC&#8217;s clock and timezone are correct, since the certificate is time-sensitive.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">My server doesn&#8217;t show up at all \u2014 where do I start?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm the server process is running and listening on 7777\/8888, then check that your host firewall and router both allow those ports through to the server&#8217;s LAN IP, and that you&#8217;re sharing your public WAN IP. If you&#8217;re behind CGNAT you can&#8217;t port-forward at all, which is the most common silent cause of an off-site-only failure.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You spun up a Satisfactory dedicated server, your factory is waiting, and then nothing \u2014 the server doesn&#8217;t show up, friends get an &#8220;encryption token missing&#8221; error, or clients simply can&#8217;t connect. The good news is that almost every Satisfactory connection problem traces back to a small handful of causes: the wrong ports forwarded, a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":22142,"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":[38],"tags":[],"class_list":["post-22155","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-satisfactory-server-docs"],"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>Satisfactory Server Won&#039;t Show Up \/ Can&#039;t Join Fix 2026<\/title>\n<meta name=\"description\" content=\"Satisfactory dedicated server not showing up or clients can&#039;t join? Fix ports 7777\/8888, firewall, NAT and the encryption token error step by step.\" \/>\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\/satisfactory-server-not-showing-up-cant-join\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Satisfactory Server Not Showing Up or Can&#039;t Join? Fix It\" \/>\n<meta property=\"og:description\" content=\"Satisfactory dedicated server not showing up or clients can&#039;t join? Fix ports 7777\/8888, firewall, NAT and the encryption token error step by step.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/\" \/>\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-06-13T11:13:11+00:00\" \/>\n<meta name=\"author\" content=\"Hectar Carson\" \/>\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=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hectar Carson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/\"},\"author\":{\"name\":\"Hectar Carson\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\"},\"headline\":\"Satisfactory Server Not Showing Up or Can&#8217;t Join? Fix It\",\"datePublished\":\"2026-06-13T11:13:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/\"},\"wordCount\":1010,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg\",\"articleSection\":[\"Satisfactory\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/\",\"name\":\"Satisfactory Server Won't Show Up \/ Can't Join Fix 2026\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg\",\"datePublished\":\"2026-06-13T11:13:11+00:00\",\"description\":\"Satisfactory dedicated server not showing up or clients can't join? Fix ports 7777\/8888, firewall, NAT and the encryption token error step by step.\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Satisfactory\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/satisfactory-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Satisfactory Server Not Showing Up or Can&#8217;t Join? Fix It\"}]},{\"@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\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\",\"name\":\"Hectar Carson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"caption\":\"Hectar Carson\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Satisfactory Server Won't Show Up \/ Can't Join Fix 2026","description":"Satisfactory dedicated server not showing up or clients can't join? Fix ports 7777\/8888, firewall, NAT and the encryption token error step by step.","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\/satisfactory-server-not-showing-up-cant-join\/","og_locale":"en_US","og_type":"article","og_title":"Satisfactory Server Not Showing Up or Can't Join? Fix It","og_description":"Satisfactory dedicated server not showing up or clients can't join? Fix ports 7777\/8888, firewall, NAT and the encryption token error step by step.","og_url":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-06-13T11:13:11+00:00","author":"Hectar Carson","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Hectar Carson","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/"},"author":{"name":"Hectar Carson","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d"},"headline":"Satisfactory Server Not Showing Up or Can&#8217;t Join? Fix It","datePublished":"2026-06-13T11:13:11+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/"},"wordCount":1010,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg","articleSection":["Satisfactory"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/","url":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/","name":"Satisfactory Server Won't Show Up \/ Can't Join Fix 2026","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg","datePublished":"2026-06-13T11:13:11+00:00","description":"Satisfactory dedicated server not showing up or clients can't join? Fix ports 7777\/8888, firewall, NAT and the encryption token error step by step.","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-server-not-showing-up-cant-join\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Satisfactory","item":"https:\/\/xgamingserver.com\/blog\/category\/satisfactory-server-docs\/"},{"@type":"ListItem","position":3,"name":"Satisfactory Server Not Showing Up or Can&#8217;t Join? Fix It"}]},{"@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"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d","name":"Hectar Carson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","caption":"Hectar Carson"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_b1104309f1c22c85de6ad6c401e6d889411c14d2.1920x1080-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22155","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"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=22155"}],"version-history":[{"count":0,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22155\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/22142"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=22155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=22155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=22155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}