{"id":22157,"date":"2026-06-13T11:13:34","date_gmt":"2026-06-13T11:13:34","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/"},"modified":"2026-06-13T11:13:34","modified_gmt":"2026-06-13T11:13:34","slug":"satisfactory-admin-password-claim-reset-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/","title":{"rendered":"Satisfactory Admin Password: Claim &amp; Reset Your Server"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Every fresh Satisfactory dedicated server starts out <em>unclaimed<\/em> \u2014 wide open until the first person locks it down. The admin password is what does the locking: it gates save loading, server options, and new-game creation. This guide walks through claiming a server in the in-game Server Manager, setting and changing the Administrator Password, recovering from a forgotten one, and how admin access is actually shared with friends. Everything here is based on the official Satisfactory wiki.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How admin access works in Satisfactory<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike many survival games, Satisfactory does <strong>not<\/strong> use a per-player admin list (no Steam IDs in an allowlist). Instead, the dedicated server API defines privilege levels, and admin rights are tied to a single shared password rather than to individual accounts.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>NotAuthenticated<\/strong> \u2014 public functions only.<\/li>\n<li><strong>Client<\/strong> \u2014 standard player access (join and play, subject to any client\/join password).<\/li>\n<li><strong>Administrator<\/strong> \u2014 full control: load saves, change server options, create new games.<\/li>\n<li><strong>InitialAdmin<\/strong> \u2014 a temporary privilege that only exists on an unclaimed server, used once to claim it.<\/li>\n<li><strong>APIToken<\/strong> \u2014 a server-generated token for third-party apps with admin-equivalent permissions.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The takeaway: anyone who knows the Administrator Password is effectively an admin. There&#8217;s no separate &#8220;make this player an admin&#8221; button \u2014 you grant admin by sharing the password (more on that below).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Claiming a brand-new server (the Server Manager flow)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Claiming&#8221; is how an unclaimed server gets its first admin password. While no password is set, the game can connect with a passwordless login that grants the temporary <strong>InitialAdmin<\/strong> privilege \u2014 which is exactly what the claim step uses behind the scenes.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Launch Satisfactory and open <strong>Server Manager<\/strong> from the main menu.<\/li>\n<li>Add the server by its address and port (the default game port is <strong>7777<\/strong>; the API is reachable at <code>https:\/\/IP:7777\/api\/v1<\/code>).<\/li>\n<li>Set a <strong>name<\/strong> for the server.<\/li>\n<li>Set the <strong>Administrator Password<\/strong>. This is the claim \u2014 the server is now claimed to you.<\/li>\n<li>You can now create or load a game and start playing.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re spinning this up on managed hosting, the panel typically forwards both required ports for you. Since Patch 1.1.0.0 the server needs <em>two<\/em> ports open \u2014 the game Port (default 7777) and the Reliable Messaging Port (default 8888) \u2014 so claiming fails to connect cleanly if only one is open. Our <a href=\"https:\/\/xgamingserver.com\/docs\/satisfactory\">Satisfactory setup docs<\/a> cover the panel-side specifics, and the <a href=\"https:\/\/xgamingserver.com\/blog\/satisfactory-dedicated-server-requirements-ram-ports\/\">RAM and ports requirements guide<\/a> breaks down exactly what to forward.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Changing the admin password (when you already know it)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once a server is claimed, the password is changed through the game client, not by re-claiming. The setting is labeled <strong>Admin Password<\/strong> in Server Settings, described on the wiki as the password that limits Administrator privileges \u2014 such as save-game loading, server options, and new-game creation \u2014 to a chosen set of players.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Server Manager<\/strong> and select your server (authenticate if prompted).<\/li>\n<li>Go to the <strong>Server Settings<\/strong> tab.<\/li>\n<li>Find the <strong>Administration \/ Admin Password<\/strong> field and set a new value.<\/li>\n<li>Confirm. The new password takes effect immediately for future logins.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The exact button wording (&#8220;Change Password&#8221; vs. an inline field) is host-panel and version dependent, so treat the labels above as guidance rather than a pixel-perfect match.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Forgot the admin password? Reset it via ServerSettings<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If nobody knows the password and you can&#8217;t authenticate, the fix is to delete the server&#8217;s settings file so the server returns to its unclaimed state and can be claimed fresh. The file is named after the port, e.g. <code>ServerSettings.7777.sav<\/code> (substitute your actual port).<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Platform<\/th><th>ServerSettings file location<\/th><\/tr><\/thead><tbody><tr><td>Linux<\/td><td><code>~\/.config\/Epic\/FactoryGame\/Saved\/SaveGames\/ServerSettings.PORT.sav<\/code><\/td><\/tr><tr><td>Windows (user)<\/td><td><code>%LocalAppData%\\FactoryGame\\Saved\\SaveGames\\ServerSettings.PORT.sav<\/code><\/td><\/tr><tr><td>Default game port<\/td><td>7777 (so the file is usually <code>ServerSettings.7777.sav<\/code>)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Stop the server.<\/li>\n<li>Via FTP or your panel&#8217;s file manager, navigate to the SaveGames folder above.<\/li>\n<li>Delete the <code>ServerSettings.PORT.sav<\/code> file (back it up first if you like).<\/li>\n<li>Start the server. It will now be unclaimed again \u2014 re-claim it in Server Manager and set a new password.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Important: deleting this file also resets the server name, any client\/join (player) password, the auto-load session name, and the server&#8217;s certificate \u2014 but it does <strong>not<\/strong> touch your factory save files. Your world is safe; you just re-point the freshly claimed server at the existing save. If you want belt-and-suspenders safety before doing this, see the <a href=\"https:\/\/xgamingserver.com\/blog\/satisfactory-save-file-location-backup-guide\/\">save file location &#038; backup guide<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Granting admin to friends<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because there&#8217;s no per-player admin list, you &#8220;grant admin&#8221; simply by giving a trusted friend the Administrator Password. Once they enter it in Server Manager, they gain full Administrator privileges \u2014 identical to yours. There is no way to give one friend admin and another a lesser admin role; it&#8217;s all-or-nothing on the shared password.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For <strong>regular players<\/strong> who should just join and build, use the separate client\/join password instead \u2014 that keeps the world private without handing out admin powers.<\/li>\n<li>For <strong>automation or third-party tools<\/strong>, generate an API token with the console command <code>server.GenerateAPIToken<\/code>. These tokens carry admin-equivalent permissions and do not expire, so treat them like a password and revoke (regenerate) if leaked.<\/li>\n<li>If you remove someone&#8217;s trust, change the Admin Password \u2014 that instantly invalidates the old shared secret for everyone, so redistribute it to those who should keep access.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re tired of fighting port forwarding and config files, a managed host handles claiming, ports, and backups out of the box \u2014 you can <a href=\"https:\/\/xgamingserver.com\/satisfactory-server-hosting\">spin up a ready-to-claim Satisfactory server<\/a> and have the admin flow working in minutes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Where is the Satisfactory admin password stored?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s saved in the <code>ServerSettings.PORT.sav<\/code> file (e.g. <code>ServerSettings.7777.sav<\/code>) inside the <code>Saved\/SaveGames<\/code> folder. The password isn&#8217;t stored in plain text you can read \u2014 to change it you use Server Manager, and to reset a forgotten one you delete that file and re-claim the server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Does resetting the admin password delete my save?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. Deleting <code>ServerSettings.PORT.sav<\/code> only resets server-level settings \u2014 admin password, server name, client password, auto-load session, and certificate. Your factory save files in the same SaveGames folder are untouched, so you can re-claim and reload your world.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I have multiple admins on one server?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Effectively yes, but not as named accounts. Satisfactory uses a single shared Administrator Password rather than a per-player admin list, so anyone you give the password to becomes a full admin. To &#8220;remove&#8221; an admin, change the password and re-share it with the people who should keep access.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now that admin access is sorted, you may also want to <a href=\"https:\/\/xgamingserver.com\/blog\/satisfactory-how-to-change-max-players-on-server\/\">raise the max player count<\/a> for your group.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every fresh Satisfactory dedicated server starts out unclaimed \u2014 wide open until the first person locks it down. The admin password is what does the locking: it gates save loading, server options, and new-game creation. This guide walks through claiming a server in the in-game Server Manager, setting and changing the Administrator Password, recovering from [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":22144,"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-22157","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 Admin Password: Claim &amp; Reset (2026)<\/title>\n<meta name=\"description\" content=\"Claim your Satisfactory dedicated server, set or reset the admin password in Server Manager, fix a forgotten password, and share admin with friends.\" \/>\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-admin-password-claim-reset-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Satisfactory Admin Password: Claim &amp; Reset Your Server\" \/>\n<meta property=\"og:description\" content=\"Claim your Satisfactory dedicated server, set or reset the admin password in Server Manager, fix a forgotten password, and share admin with friends.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-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-06-13T11:13:34+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-admin-password-claim-reset-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/\"},\"author\":{\"name\":\"Hectar Carson\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\"},\"headline\":\"Satisfactory Admin Password: Claim &amp; Reset Your Server\",\"datePublished\":\"2026-06-13T11:13:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/\"},\"wordCount\":1050,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg\",\"articleSection\":[\"Satisfactory\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/\",\"name\":\"Satisfactory Admin Password: Claim &amp; Reset (2026)\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg\",\"datePublished\":\"2026-06-13T11:13:34+00:00\",\"description\":\"Claim your Satisfactory dedicated server, set or reset the admin password in Server Manager, fix a forgotten password, and share admin with friends.\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#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 Admin Password: Claim &amp; Reset Your 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\"]},{\"@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 Admin Password: Claim &amp; Reset (2026)","description":"Claim your Satisfactory dedicated server, set or reset the admin password in Server Manager, fix a forgotten password, and share admin with friends.","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-admin-password-claim-reset-server\/","og_locale":"en_US","og_type":"article","og_title":"Satisfactory Admin Password: Claim &amp; Reset Your Server","og_description":"Claim your Satisfactory dedicated server, set or reset the admin password in Server Manager, fix a forgotten password, and share admin with friends.","og_url":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-06-13T11:13:34+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-admin-password-claim-reset-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/"},"author":{"name":"Hectar Carson","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d"},"headline":"Satisfactory Admin Password: Claim &amp; Reset Your Server","datePublished":"2026-06-13T11:13:34+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/"},"wordCount":1050,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg","articleSection":["Satisfactory"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/","url":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/","name":"Satisfactory Admin Password: Claim &amp; Reset (2026)","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg","datePublished":"2026-06-13T11:13:34+00:00","description":"Claim your Satisfactory dedicated server, set or reset the admin password in Server Manager, fix a forgotten password, and share admin with friends.","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/06\/ss_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/satisfactory-admin-password-claim-reset-server\/#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 Admin Password: Claim &amp; Reset Your 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"]},{"@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_077e7ea98621faeb5b4a73ea0aaa91f41c6f66c9.1920x1080-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22157","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=22157"}],"version-history":[{"count":0,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22157\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/22144"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=22157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=22157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=22157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}