{"id":1665,"date":"2026-04-29T19:20:29","date_gmt":"2026-04-29T19:20:29","guid":{"rendered":"https:\/\/www.academy-hosting.com\/hosting\/?post_type=docs&#038;p=1665"},"modified":"2026-05-11T19:07:46","modified_gmt":"2026-05-11T19:07:46","password":"","slug":"how-to-disable-online-mode-in-minecraft-allow-offline-players","status":"publish","type":"docs","link":"https:\/\/www.academy-hosting.com\/hosting\/guides\/manage-your-server\/how-to-disable-online-mode-in-minecraft-allow-offline-players\/","title":{"rendered":"How to Disable Online Mode in Minecraft (Allow Offline Players)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you need to disable online mode Minecraft server authentication, you can do it by changing the <code>online-mode<\/code> setting inside your server\u2019s <code>server.properties<\/code> file. This setting controls whether your Minecraft: Java Edition server checks connecting players against Minecraft\u2019s account authentication system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By default, Minecraft Java servers use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">When online mode is enabled, players must authenticate with a valid Minecraft account before joining. When online mode is disabled, the server no longer verifies players through Minecraft\u2019s authentication system. The Minecraft Wiki explains that <code>online-mode=true<\/code> checks connecting players against the Minecraft account database, while <code>online-mode=false<\/code> disables that check. It also warns that fake accounts can connect when this setting is disabled.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because of that, disabling online mode should only be done in specific situations, such as private testing environments, controlled LAN-style setups, or backend servers behind a properly secured proxy network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This guide explains how to safely disable online mode on a Minecraft Java server, what risks to understand first, and what extra protection you should add before allowing players to connect.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">This Guide Is for Minecraft: Java Edition<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This guide applies to <strong>Minecraft: Java Edition<\/strong> servers, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Vanilla Minecraft servers<\/li>\n\n\n\n<li>Paper servers<\/li>\n\n\n\n<li>Spigot servers<\/li>\n\n\n\n<li>Purpur servers<\/li>\n\n\n\n<li>Most other Spigot or Paper forks<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This guide does <strong>not<\/strong> apply to Minecraft Bedrock Edition servers. Bedrock servers use different server software and different authentication behavior.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What Does Online Mode Do?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Online mode controls whether your Minecraft server verifies player accounts before they join.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When online mode is enabled:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">the server checks that each joining player is using an authenticated Minecraft account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When online mode is disabled:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">the server does not verify connecting players through Minecraft\u2019s authentication system. That means a player can attempt to join using any username.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is why online mode should stay enabled for normal public servers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">When Should You Disable Online Mode?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In most cases, you should <strong>not<\/strong> disable online mode on a public Minecraft server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, there are a few legitimate situations where disabling it may be used:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>private testing environments<\/li>\n\n\n\n<li>temporary development servers<\/li>\n\n\n\n<li>isolated private networks<\/li>\n\n\n\n<li>backend servers behind Velocity, BungeeCord, or another proxy<\/li>\n\n\n\n<li>controlled environments where player access is restricted in another way<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For example, Paper\u2019s Velocity documentation explains that backend Paper servers using Velocity modern forwarding must disable <code>online-mode<\/code> in <code>server.properties<\/code> because the proxy handles authentication instead. Paper also notes that modern Velocity forwarding is more secure than legacy forwarding and uses a shared secret to help prevent impersonation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That proxy use case is different from simply running a public offline-mode server. If your backend server is behind a proxy, the backend server must be protected so players cannot connect to it directly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why Disabling Online Mode Is Risky<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before you disable online mode on a Minecraft server, make sure you understand the risk.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When online mode is off:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>players are not verified by Minecraft authentication<\/li>\n\n\n\n<li>usernames are not protected<\/li>\n\n\n\n<li>someone may impersonate another player<\/li>\n\n\n\n<li>player UUID behavior can change<\/li>\n\n\n\n<li>permissions or inventories may not match previous data<\/li>\n\n\n\n<li>public servers become much easier to abuse<\/li>\n\n\n\n<li>extra access control becomes required<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The Minecraft Wiki specifically warns that setting <code>online-mode=false<\/code> allows fake accounts to connect and describes public offline-mode servers as \u201ccracked\u201d servers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Academy Hosting-style guides, the safest recommendation is simple:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Do not disable online mode on a public-facing server unless you fully understand the security setup required.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Important Warning About Player Data and UUIDs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Changing online mode can affect player identity data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Minecraft servers use player UUIDs to track things like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>inventories<\/li>\n\n\n\n<li>locations<\/li>\n\n\n\n<li>permissions<\/li>\n\n\n\n<li>economy data<\/li>\n\n\n\n<li>homes and claims<\/li>\n\n\n\n<li>plugin data<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When you switch between online mode and offline mode, players may be treated as different users by the server or by plugins. This can make it look like inventories, ranks, or player data disappeared.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before changing online mode, create a full backup of your server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At minimum, back up:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>world<br>world_nether<br>world_the_end<br>plugins<br>server.properties<br>ops.json<br>whitelist.json<br>banned-players.json<br>banned-ips.json<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If your server uses LuckPerms, EssentialsX, CoreProtect, GriefPrevention, or any other plugin with player data, make sure the full <code>plugins<\/code> folder is included.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Before You Disable Online Mode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before editing any files:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>stop the server completely<\/li>\n\n\n\n<li>create a full backup<\/li>\n\n\n\n<li>confirm this change is actually needed<\/li>\n\n\n\n<li>make sure the server is private, protected, or behind a secure proxy<\/li>\n\n\n\n<li>prepare a whitelist or another access-control method<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Do not make this change casually on an active public server.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How to Disable Online Mode in Minecraft<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow these steps to disable online mode on a Minecraft Java server.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Stop Your Minecraft Server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Stop your server from your hosting control panel or server console.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wait until the server is fully offline before editing files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This helps prevent the server from overwriting changes or saving partial configuration data while you are editing.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Open the server.properties File<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Open your server files and locate:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>server.properties<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This file is usually located in the main server directory, near files and folders such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>server.properties<br>eula.txt<br>plugins<br>world<br>server.jar<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The Minecraft Wiki notes that <code>server.properties<\/code> stores multiplayer server settings, uses <code>key=value<\/code> formatting, and must keep the same structure when edited. It also notes that the server should be restarted after changes are made.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Find the online-mode Setting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Inside <code>server.properties<\/code>, look for this line:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This means online mode is currently enabled.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Change online-mode to false<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Change the line to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Make sure you only change the value after the equals sign.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Correct:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Incorrect:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online mode false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Incorrect:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode: false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Incorrect:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>onlinemode=false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The setting must remain formatted exactly as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=false<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Save the File<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Save the <code>server.properties<\/code> file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not change the file extension, rename the file, or remove other settings from the file.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 6: Start the Server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Start your server again.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once the server is online, it will run with online authentication disabled.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Players will be able to connect without normal Minecraft account verification.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 7: Test the Server Carefully<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After restarting, test the server before opening it to other players.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the server starts without errors<\/li>\n\n\n\n<li>trusted players can join<\/li>\n\n\n\n<li>permissions still work<\/li>\n\n\n\n<li>inventories are correct<\/li>\n\n\n\n<li>plugins are not reporting UUID or authentication issues<\/li>\n\n\n\n<li>no unexpected users can connect<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If something looks wrong, stop the server and restore from backup before continuing.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Recommended Security Steps After Disabling Online Mode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you disable online mode, you should add extra protection immediately.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Enable the Whitelist<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A whitelist restricts the server so only approved usernames can join.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In <code>server.properties<\/code>, set:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>white-list=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then add trusted players to the whitelist from the console:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>whitelist add PlayerName<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can also enable the whitelist with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>whitelist on<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">A whitelist is not perfect in offline mode because usernames are not authenticated, but it is still better than leaving the server completely open.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Use Firewall or IP Restrictions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">For private servers or proxy-backed networks, restrict who can connect to the server port.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is especially important if you are using a proxy like Velocity or BungeeCord.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Backend servers should not be directly reachable by normal players. Only the proxy should be able to connect to them.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Use Secure Proxy Forwarding if Applicable<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you are disabling online mode because your server is behind Velocity, configure forwarding properly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For modern Velocity setups, Paper\u2019s documentation says to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>disable <code>online-mode<\/code> on the backend Paper server<\/li>\n\n\n\n<li>enable Velocity support in Paper configuration<\/li>\n\n\n\n<li>use a matching forwarding secret<\/li>\n\n\n\n<li>make sure proxy online-mode settings match properly<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Paper\u2019s Velocity documentation also warns that legacy BungeeCord forwarding is fundamentally insecure unless properly protected.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not simply set every backend server to offline mode and leave the ports open to the internet.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Use Authentication Plugins Only When Appropriate<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Some private offline-mode servers use login or authentication plugins.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These can help in controlled environments, but they are not the same as Mojang\/Microsoft account authentication. They also add another system you must configure and maintain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you use one, make sure it is:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>actively maintained<\/li>\n\n\n\n<li>compatible with your server version<\/li>\n\n\n\n<li>configured correctly<\/li>\n\n\n\n<li>not your only protection on a public server<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How to Re-Enable Online Mode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to turn authentication back on, stop the server and change the setting back to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then save the file and restart the server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Be aware that switching back may affect player data if players joined while the server was in offline mode.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Always back up before switching modes in either direction.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Common Issues After Disabling Online Mode<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Players Lost Inventories or Ranks<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This usually happens because player UUIDs changed when switching authentication modes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Restore from backup if needed, or migrate player data carefully if you know what you are doing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Unknown Players Can Join<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Offline mode does not verify usernames.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enable a whitelist, restrict the server with firewall rules, or place the server behind a properly secured proxy.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Proxy Players Cannot Join Correctly<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you are using Velocity or BungeeCord, make sure forwarding is configured properly and the backend server is not open to direct connections.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Plugins Are Acting Strange<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Some plugins depend on UUIDs, authentication status, or profile data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check plugin documentation before running them on an offline-mode server.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Should You Disable Online Mode?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For most public Minecraft servers, the answer is <strong>no<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You should keep:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>online-mode=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">unless you have a specific reason to disable it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Disabling online mode may make sense for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>private testing<\/li>\n\n\n\n<li>temporary local use<\/li>\n\n\n\n<li>secured proxy backend servers<\/li>\n\n\n\n<li>controlled environments with extra access protection<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">It is not recommended for normal public servers because it removes the built-in account verification that protects usernames and player identity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Safe Offline Mode Starts With Access Control<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Changing <code>online-mode=false<\/code> is technically simple, but the security impact is serious. If you need to disable online mode on a Minecraft Java server, do it carefully, back up first, and make sure the server is protected before players connect.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For most regular servers, keeping <code>online-mode=true<\/code> is the safest choice. For private testing or secured proxy networks, offline mode can be useful when paired with proper whitelist, firewall, and proxy forwarding controls.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you need to disable online mode Minecraft server authentication, you can do it by changing the online-mode setting inside your server\u2019s server.properties file. This setting controls whether your Minecraft: Java Edition server checks connecting players against Minecraft\u2019s account authentication system. By default, Minecraft Java servers use: When online mode is enabled, players must authenticate [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1702,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doc_category":[22],"doc_tag":[],"class_list":["post-1665","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-manage-your-server"],"acf":[],"year_month":"2026-06","word_count":1670,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"relyzishere","author_nicename":"relyzishere","author_url":"https:\/\/www.academy-hosting.com\/hosting\/author\/relyzishere\/"},"doc_category_info":[{"term_name":"Manage your server","term_url":"https:\/\/www.academy-hosting.com\/hosting\/guides-category\/manage-your-server\/"}],"doc_tag_info":[],"_links":{"self":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/comments?post=1665"}],"version-history":[{"count":4,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1665\/revisions"}],"predecessor-version":[{"id":1698,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1665\/revisions\/1698"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/media\/1702"}],"wp:attachment":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/media?parent=1665"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/doc_category?post=1665"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/doc_tag?post=1665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}