{"id":3557,"date":"2025-11-07T16:00:14","date_gmt":"2025-11-07T13:00:14","guid":{"rendered":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/"},"modified":"2025-11-07T16:00:14","modified_gmt":"2025-11-07T13:00:14","slug":"minecraft-server-you-are-not-whitelisted-access-fix","status":"publish","type":"post","link":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/","title":{"rendered":"Minecraft Server &#8216;You Are Not Whitelisted&#8217;: Access Fix"},"content":{"rendered":"<p>Getting locked out of your own Minecraft server with a \u201cYou are not whitelisted\u201d message is frustrating, especially when you\u2019re the admin. This error appears when a server\u2019s whitelist feature is enabled, but your username isn\u2019t on the approved list. The fix is straightforward once you understand how whitelisting works and where to make changes.<\/p>\n<h2 id=\"what-the-whitelist-error-actually-means\">What the Whitelist Error Actually Means<\/h2>\n<p>The \u201cYou are not whitelisted on this server\u201d message is Minecraft\u2019s way of telling you that the server has restricted access turned on. When whitelist mode is active, only players whose usernames appear on the approved list can join. Everyone else gets bounced at the door, regardless of whether they know the server IP or have the password.<\/p>\n<p><strong>Quick Answer:<\/strong> To fix the whitelist error, you need to either add your username to the server\u2019s whitelist using the <code>\/whitelist add [username]<\/code> command, or disable the whitelist entirely with <code>\/whitelist off<\/code>. Both commands require admin access through your server console or control panel.<\/p>\n<h2 id=\"how-to-fix-whitelist-access-issues\">How to Fix Whitelist Access Issues<\/h2>\n<h3 id=\"method-1-add-yourself-through-server-console\">Method 1: Add Yourself Through Server Console<\/h3>\n<p>The fastest way to resolve whitelist errors is through your server console. This works even if you can\u2019t log into the game itself:<\/p>\n<ol>\n<li>Access your server control panel or console interface<\/li>\n<li>Type <code>whitelist add YourUsername<\/code> (use your exact Minecraft username)<\/li>\n<li>Press enter to execute the command<\/li>\n<li>Try connecting to the server again<\/li>\n<\/ol>\n<p>If you\u2019re running a <a href=\"https:\/\/gameteam.io\/blog\/minecraft-server-whitelist-security\/\">Minecraft server with whitelist security<\/a> enabled, this command immediately adds your name to the approved players list without requiring a server restart.<\/p>\n<h3 id=\"method-2-disable-whitelist-temporarily\">Method 2: Disable Whitelist Temporarily<\/h3>\n<p>If you need to get multiple players in quickly or troubleshoot other issues, turning off the whitelist entirely might make sense:<\/p>\n<ul>\n<li>Open your server console<\/li>\n<li>Enter <code>whitelist off<\/code><\/li>\n<li>The server becomes accessible to anyone with the IP address<\/li>\n<li>Re-enable with <code>whitelist on<\/code> when you\u2019re done<\/li>\n<\/ul>\n<p><strong>Warning:<\/strong> Disabling your whitelist removes all access restrictions. Only do this if your server is password-protected or you\u2019re comfortable with open access temporarily.<\/p>\n<h3 id=\"method-3-edit-the-whitelist-file-directly\">Method 3: Edit the Whitelist File Directly<\/h3>\n<p>For server admins who prefer file-based management or don\u2019t have console access at the moment:<\/p>\n<ol>\n<li>Stop your Minecraft server completely<\/li>\n<li>Navigate to your server\u2019s root directory<\/li>\n<li>Find the <code>whitelist.json<\/code> file<\/li>\n<li>Open it with a text editor<\/li>\n<li>Add your player information in the correct JSON format<\/li>\n<li>Save the file and restart your server<\/li>\n<\/ol>\n<p>The JSON format looks like this:<\/p>\n<pre>\n{\n  \"uuid\": \"player-uuid-here\",\n  \"name\": \"YourUsername\"\n}\n<\/pre>\n<p>You can find your UUID using online Minecraft UUID lookup tools. Just be careful with JSON syntax\u2014one misplaced comma will break the entire file.<\/p>\n<h2 id=\"common-whitelist-problems-and-solutions\">Common Whitelist Problems and Solutions<\/h2>\n<h3 id=\"username-spelling-mistakes\">Username Spelling Mistakes<\/h3>\n<p>Minecraft usernames are case-sensitive in some server configurations. If you added \u201cplayerone\u201d but your actual username is \u201cPlayerOne,\u201d you\u2019ll still get rejected. Double-check the exact spelling and capitalization of the username you\u2019re trying to whitelist.<\/p>\n<h3 id=\"bedrock-vs-java-edition-confusion\">Bedrock vs Java Edition Confusion<\/h3>\n<p>Java Edition and Bedrock Edition maintain separate whitelists. If you\u2019re running a cross-platform server with Geyser or similar plugins, you might need to add both your Java username and your Xbox Gamertag. Bedrock players connecting to Java servers often need special formatting in the whitelist.<\/p>\n<h3 id=\"whitelist-not-saving-changes\">Whitelist Not Saving Changes<\/h3>\n<p>Sometimes the whitelist command executes but doesn\u2019t stick. This usually happens when:<\/p>\n<ul>\n<li>File permissions prevent the server from writing to whitelist.json<\/li>\n<li>The server is running in offline mode with authentication issues<\/li>\n<li>A plugin or mod is interfering with vanilla whitelist functionality<\/li>\n<li>You\u2019re editing the wrong server directory (common with multiple instances)<\/li>\n<\/ul>\n<p>Check your server logs for permission errors or warnings about the whitelist file. If you\u2019re hosting locally, make sure your server process has write access to its directory.<\/p>\n<h3 id=\"whitelist-commands-not-working\">Whitelist Commands Not Working<\/h3>\n<p>If console commands aren\u2019t executing, verify that you have operator (OP) privileges. Even server owners need OP status to run administrative commands. From the console, type <code>op YourUsername<\/code> to grant yourself full permissions, then try the whitelist commands again.<\/p>\n<h2 id=\"best-practices-for-server-whitelist-management\">Best Practices for Server Whitelist Management<\/h2>\n<p>Managing a whitelist gets complicated as your player base grows. Here\u2019s how experienced server admins handle it:<\/p>\n<p><strong>Keep a backup list:<\/strong> Maintain a separate text file with all whitelisted usernames and the dates you added them. If your whitelist.json gets corrupted, you can quickly rebuild it without asking everyone for their usernames again.<\/p>\n<p><strong>Use whitelist reload:<\/strong> After making manual changes to whitelist.json, run <code>\/whitelist reload<\/code> instead of restarting your entire server. This command refreshes the whitelist from the file without kicking current players.<\/p>\n<p><strong>Combine with other security:<\/strong> Whitelists work best alongside other protection methods. Set a server password, use authentication plugins, and configure your firewall properly. A whitelist alone won\u2019t protect against determined attackers who might compromise a whitelisted account.<\/p>\n<p><strong>Consider whitelist plugins:<\/strong> For larger communities, plugins like EasyWhitelist or AdvancedWhitelist add features like temporary access, application systems, and automatic removal of inactive players. These tools make whitelist management less tedious.<\/p>\n<p>Need reliable hosting that makes whitelist management simple? <strong>GameTeam.io offers Minecraft server hosting starting at $1\/GB with full console access and easy whitelist controls\u2014plus 20% off for new customers.<\/strong><\/p>\n<h2 id=\"when-to-use-whitelist-vs-other-security-methods\">When to Use Whitelist vs Other Security Methods<\/h2>\n<p>Whitelists aren\u2019t always the right choice. They work great for:<\/p>\n<ul>\n<li>Private servers for friends and family<\/li>\n<li>Small community servers with known members<\/li>\n<li>Creative build servers where you want to control who participates<\/li>\n<li>Testing environments before opening to the public<\/li>\n<\/ul>\n<p>But whitelists become a pain for:<\/p>\n<ul>\n<li>Public servers that want to attract new players<\/li>\n<li>Large communities where manual approval doesn\u2019t scale<\/li>\n<li>Servers that want to grow organically through word-of-mouth<\/li>\n<\/ul>\n<p>In those cases, consider permission plugins, spawn protection, and anti-grief tools instead. You can maintain security without manually approving every single player.<\/p>\n<h2 id=\"frequently-asked-questions\">Frequently Asked Questions<\/h2>\n<h3 id=\"can-i-whitelist-myself-if-im-not-the-server-owner\">Can I whitelist myself if I\u2019m not the server owner?<\/h3>\n<p>No, only players with operator privileges or console access can modify the whitelist. If you\u2019re getting the whitelist error, you\u2019ll need to contact the server admin to add your username to the approved list.<\/p>\n<h3 id=\"does-whitelist-work-with-cracked-minecraft-servers\">Does whitelist work with cracked Minecraft servers?<\/h3>\n<p>Whitelists work differently on offline-mode (cracked) servers because there\u2019s no authentication with Mojang\u2019s servers. Players can potentially join with any username, including ones on your whitelist. For cracked servers, you\u2019ll need additional authentication plugins to make whitelisting effective.<\/p>\n<h3 id=\"how-do-i-see-whos-on-my-whitelist\">How do I see who\u2019s on my whitelist?<\/h3>\n<p>Use the command <code>\/whitelist list<\/code> in your server console or in-game chat (if you have OP). This displays all currently whitelisted usernames. You can also open whitelist.json directly to see the complete list with UUIDs.<\/p>\n<h3 id=\"why-does-my-whitelist-keep-turning-itself-back-on\">Why does my whitelist keep turning itself back on?<\/h3>\n<p>Check your server.properties file for the line <code>white-list=true<\/code>. If this is set to true, the whitelist will re-enable itself every time the server restarts, even if you turn it off with commands. Change this to <code>white-list=false<\/code> if you want it to stay disabled.<\/p>\n<h3 id=\"can-i-whitelist-an-entire-group-of-players-at-once\">Can I whitelist an entire group of players at once?<\/h3>\n<p>Vanilla Minecraft doesn\u2019t support bulk whitelist additions, but you can either add multiple names in quick succession using console commands, or use a whitelist management plugin that supports importing lists. Some server control panels also offer batch whitelist tools.<\/p>\n<h2 id=\"getting-back-to-playing\">Getting Back to Playing<\/h2>\n<p>The whitelist error stops you from playing, but it\u2019s usually a five-minute fix once you have console access. Add your username, reload the whitelist, and you\u2019re back in. If you\u2019re still having trouble after trying these methods, check your server logs for specific error messages\u2014they\u2019ll point you toward the real problem, whether it\u2019s file permissions, plugin conflicts, or authentication issues.<\/p>\n","protected":false},"excerpt":{"rendered":"Getting locked out of your own Minecraft server with a \u201cYou are not whitelisted\u201d message is frustrating, especially&hellip;\n","protected":false},"author":1,"featured_media":3556,"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-3557","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-minecraft-tutorials","8":"vision-entry","9":"vision-video-wrap"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Minecraft Server &#039;You Are Not Whitelisted&#039;: Access Fix - 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\/minecraft-server-you-are-not-whitelisted-access-fix\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Minecraft Server &#039;You Are Not Whitelisted&#039;: Access Fix - GameTeam - Blog\" \/>\n<meta property=\"og:description\" content=\"Getting locked out of your own Minecraft server with a \u201cYou are not whitelisted\u201d message is frustrating, especially&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/\" \/>\n<meta property=\"og:site_name\" content=\"GameTeam - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-07T13:00:14+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\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/\"},\"author\":{\"name\":\"gameteam\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#\\\/schema\\\/person\\\/0cc694e709c1805f635ede3a5e1dbf83\"},\"headline\":\"Minecraft Server &#8216;You Are Not Whitelisted&#8217;: Access Fix\",\"datePublished\":\"2025-11-07T13:00:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/\"},\"wordCount\":1246,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1\",\"articleSection\":[\"Minecraft Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/\",\"url\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/\",\"name\":\"Minecraft Server 'You Are Not Whitelisted': Access Fix - GameTeam - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1\",\"datePublished\":\"2025-11-07T13:00:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gameteam.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1\",\"width\":1408,\"height\":768,\"caption\":\"Minecraft Server 'You Are Not Whitelisted': Access Fix\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gameteam.io\\\/blog\\\/minecraft-server-you-are-not-whitelisted-access-fix\\\/#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\":\"Minecraft Server &#8216;You Are Not Whitelisted&#8217;: Access Fix\"}]},{\"@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":"Minecraft Server 'You Are Not Whitelisted': Access Fix - 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\/minecraft-server-you-are-not-whitelisted-access-fix\/","og_locale":"en_US","og_type":"article","og_title":"Minecraft Server 'You Are Not Whitelisted': Access Fix - GameTeam - Blog","og_description":"Getting locked out of your own Minecraft server with a \u201cYou are not whitelisted\u201d message is frustrating, especially&hellip;","og_url":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/","og_site_name":"GameTeam - Blog","article_published_time":"2025-11-07T13:00:14+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\/minecraft-server-you-are-not-whitelisted-access-fix\/#article","isPartOf":{"@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/"},"author":{"name":"gameteam","@id":"https:\/\/gameteam.io\/blog\/#\/schema\/person\/0cc694e709c1805f635ede3a5e1dbf83"},"headline":"Minecraft Server &#8216;You Are Not Whitelisted&#8217;: Access Fix","datePublished":"2025-11-07T13:00:14+00:00","mainEntityOfPage":{"@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/"},"wordCount":1246,"commentCount":0,"publisher":{"@id":"https:\/\/gameteam.io\/blog\/#organization"},"image":{"@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2025\/11\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1","articleSection":["Minecraft Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/","url":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/","name":"Minecraft Server 'You Are Not Whitelisted': Access Fix - GameTeam - Blog","isPartOf":{"@id":"https:\/\/gameteam.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#primaryimage"},"image":{"@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2025\/11\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1","datePublished":"2025-11-07T13:00:14+00:00","breadcrumb":{"@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#primaryimage","url":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2025\/11\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2025\/11\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1","width":1408,"height":768,"caption":"Minecraft Server 'You Are Not Whitelisted': Access Fix"},{"@type":"BreadcrumbList","@id":"https:\/\/gameteam.io\/blog\/minecraft-server-you-are-not-whitelisted-access-fix\/#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":"Minecraft Server &#8216;You Are Not Whitelisted&#8217;: Access Fix"}]},{"@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":"https:\/\/i0.wp.com\/gameteam.io\/blog\/wp-content\/uploads\/2025\/11\/imagen4_ultra_generated_7UFf6SZR.jpg?fit=1408%2C768&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/posts\/3557","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=3557"}],"version-history":[{"count":0,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/posts\/3557\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/media\/3556"}],"wp:attachment":[{"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/media?parent=3557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/categories?post=3557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gameteam.io\/blog\/wp-json\/wp\/v2\/tags?post=3557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}