{"id":1663,"date":"2026-05-09T12:30:00","date_gmt":"2026-05-09T12:30:00","guid":{"rendered":"https:\/\/www.academy-hosting.com\/hosting\/?post_type=docs&#038;p=1663"},"modified":"2026-05-06T19:10:44","modified_gmt":"2026-05-06T19:10:44","password":"","slug":"how-to-backup-a-minecraft-server","status":"publish","type":"docs","link":"https:\/\/www.academy-hosting.com\/hosting\/guides\/manage-your-server\/how-to-backup-a-minecraft-server\/","title":{"rendered":"How to Backup A Minecraft Server"},"content":{"rendered":"\n<p>Learning how to backup a Minecraft server&#8217;s files is one of the most important things you can do as a server owner. A good backup protects your world, player progress, plugins, mods, and configuration files if something breaks or gets deleted.<\/p>\n\n\n\n<p>Minecraft servers can run for weeks or months with no issues, but problems can happen quickly. A plugin update can fail, a world can become corrupted, a player may accidentally destroy something important, or a version update may not go as planned. Paper\u2019s own update guidance specifically recommends backing up world folders, server configuration files, plugin configuration files, and plugin JARs before making major changes.<\/p>\n\n\n\n<p>This guide explains how to backup a Minecraft server in two ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Creating a backup through the <strong>Game Panel<\/strong>, which stores the backup remotely in S3<\/li>\n\n\n\n<li>Downloading the correct server files manually to your computer<\/li>\n<\/ul>\n\n\n\n<p>This guide is written for <strong>Minecraft: Java Edition<\/strong> servers, including Vanilla, Paper, Spigot, Purpur, Forge, and Fabric servers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why Minecraft Server Backups Matter<\/h2>\n\n\n\n<p>A Minecraft server backup is a saved copy of your server files. If something goes wrong, you can restore that copy and return the server to an earlier working state.<\/p>\n\n\n\n<p>Backups are especially important before:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Updating Minecraft versions<\/li>\n\n\n\n<li>Installing new plugins<\/li>\n\n\n\n<li>Adding or removing mods<\/li>\n\n\n\n<li>Changing server configuration files<\/li>\n\n\n\n<li>Resetting worlds<\/li>\n\n\n\n<li>Testing new datapacks<\/li>\n\n\n\n<li>Making major permission changes<\/li>\n\n\n\n<li>Migrating to a new server or host<\/li>\n<\/ul>\n\n\n\n<p>A backup gives you a rollback point. Without one, a broken plugin, corrupted world, or accidental file deletion can become a much bigger problem.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What Should Be Included in a Minecraft Server Backup?<\/h2>\n\n\n\n<p>A proper Minecraft server backup should include more than just the main world folder.<\/p>\n\n\n\n<p>At minimum, you should back up:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>World folders<\/li>\n\n\n\n<li>Player data<\/li>\n\n\n\n<li>Plugin files<\/li>\n\n\n\n<li>Plugin configuration files<\/li>\n\n\n\n<li>Mod files<\/li>\n\n\n\n<li>Server configuration files<\/li>\n\n\n\n<li>Permission data<\/li>\n\n\n\n<li>Whitelist, ban, and operator files<\/li>\n<\/ul>\n\n\n\n<p>For Paper, Spigot, and other Bukkit-based servers, worlds are often split into separate folders such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>world<br>world_nether<br>world_the_end<\/code><\/pre>\n\n\n\n<p>For Vanilla Minecraft servers, Nether and End data may be stored inside the main world folder in dimension folders instead. Paper\u2019s migration documentation shows the difference between Vanilla-style dimension storage and Bukkit\/Paper-style separate world folders.<\/p>\n\n\n\n<p>Because of this, the safest approach is to back up the <strong>entire server folder<\/strong> whenever possible.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: Create a Manual Backup in the Game Panel<\/h2>\n\n\n\n<p>The easiest way to manually backup Minecraft server files is by using the <strong>Backups<\/strong> section in the Game Panel. This method is recommended because it packages the backup for you and stores it remotely in S3 instead of only keeping it on the server.<\/p>\n\n\n\n<p>Remote S3 storage is useful because the backup is not sitting on the same machine as the active server. If the server files are damaged or the node has an issue, the backup is still stored separately.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Open the Game Panel<\/h3>\n\n\n\n<p>Log in to your server\u2019s Game Panel.<\/p>\n\n\n\n<p>From the server dashboard, select the Minecraft server you want to back up.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Stop the Server<\/h3>\n\n\n\n<p>Before creating a backup, stop the server fully.<\/p>\n\n\n\n<p>This helps make sure all world data, player data, and plugin files are saved cleanly before the backup is created.<\/p>\n\n\n\n<p>If you create a backup while the server is actively running, there is a higher chance that files may change during the backup process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Go to the Backups Section<\/h3>\n\n\n\n<p>In the Game Panel, open the <strong>Backups<\/strong> tab or section.<\/p>\n\n\n\n<p>This is where you can view existing backups and create new manual backups.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Create a New Manual Backup<\/h3>\n\n\n\n<p>Click the option to create a new backup.<\/p>\n\n\n\n<p>Give the backup a clear name, such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Before-Plugin-Update<\/code><\/pre>\n\n\n\n<p>or:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Pre-1-21-Update-Backup<\/code><\/pre>\n\n\n\n<p>Use names that explain why the backup was created. This makes it much easier to identify the right backup later.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Start the Backup<\/h3>\n\n\n\n<p>Start the manual backup process.<\/p>\n\n\n\n<p>The Game Panel will package the server files and upload the backup to remote S3 storage. Depending on your server size, this may take some time.<\/p>\n\n\n\n<p>Large worlds, modded servers, Dynmap folders, and plugin data can make backups much larger.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Confirm the Backup Completed<\/h3>\n\n\n\n<p>Do not assume the backup is finished until the panel shows it as completed.<\/p>\n\n\n\n<p>Before making major changes, confirm that the backup exists and is available in the Backups section.<\/p>\n\n\n\n<p>A backup is only useful if it actually completed successfully.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Manually Download Your Minecraft Server Files<\/h2>\n\n\n\n<p>You can also manually backup Minecraft server files by downloading them to your computer. This is useful if you want your own local copy or if you are preparing to migrate the server.<\/p>\n\n\n\n<p>This method works through your hosting panel\u2019s File Manager or through SFTP.<\/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>Stop the server before downloading files.<\/p>\n\n\n\n<p>This is the safest way to make sure the server is not writing world or player data while you are copying files.<\/p>\n\n\n\n<p>For advanced users, Minecraft has dedicated server save commands such as <code>save-all<\/code> and <code>save-all flush<\/code>, which force world and player data to be written to storage. The <code>save-all flush<\/code> option saves immediately but may freeze the server briefly while the data is written.<\/p>\n\n\n\n<p>For most server owners, stopping the server before backing up is still the cleanest and easiest method.<\/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 Files<\/h2>\n\n\n\n<p>Open your server files using one of these methods:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Game Panel File Manager<\/li>\n\n\n\n<li>SFTP<\/li>\n\n\n\n<li>FTP client such as FileZilla<\/li>\n\n\n\n<li>Direct local folder access if self-hosting<\/li>\n<\/ul>\n\n\n\n<p>Your main server folder usually contains files and folders such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>server.properties<br>eula.txt<br>plugins<br>mods<br>config<br>world<br>world_nether<br>world_the_end<\/code><\/pre>\n\n\n\n<p>The exact files may vary depending on whether you run Vanilla, Paper, Spigot, Forge, Fabric, or a modpack.<\/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: Download the Correct Files<\/h2>\n\n\n\n<p>For the safest manual backup, download the entire server directory.<\/p>\n\n\n\n<p>If you only want the most important files, back up these:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>world<br>world_nether<br>world_the_end<br>server.properties<br>plugins<br>mods<br>config<br>ops.json<br>whitelist.json<br>banned-players.json<br>banned-ips.json<br>usercache.json<\/code><\/pre>\n\n\n\n<p>For plugin servers, also back up:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>plugins<\/code><\/pre>\n\n\n\n<p>For modded servers, also back up:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mods<br>config<br>defaultconfigs<br>kubejs<\/code><\/pre>\n\n\n\n<p>Not every modded server will have all of these folders, but if they exist, they should be included.<\/p>\n\n\n\n<p>For Paper and Spigot servers, the <code>plugins<\/code> folder is especially important because it often contains permissions, economy data, claims, ranks, homes, warps, and other community-critical information.<\/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: Compress the Backup<\/h2>\n\n\n\n<p>After downloading the files, compress them into a single archive.<\/p>\n\n\n\n<p>Good backup file formats include:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.zip<br>.tar.gz<br>.7z<\/code><\/pre>\n\n\n\n<p>Use a clear backup name, such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>minecraft-server-backup-2026-05-06.zip<\/code><\/pre>\n\n\n\n<p>or:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>survival-smp-before-update-2026-05-06.zip<\/code><\/pre>\n\n\n\n<p>A clear name helps you avoid guessing later.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Store the Backup Somewhere Safe<\/h2>\n\n\n\n<p>Do not keep your only backup inside the active server folder.<\/p>\n\n\n\n<p>Store local backups in at least one safe location, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>your computer<\/li>\n\n\n\n<li>an external drive<\/li>\n\n\n\n<li>cloud storage<\/li>\n\n\n\n<li>remote object storage<\/li>\n\n\n\n<li>a backup folder outside the live server directory<\/li>\n<\/ul>\n\n\n\n<p>A good backup strategy includes both <strong>remote panel backups<\/strong> and <strong>local downloads<\/strong> for important milestones.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What Files Matter Most?<\/h2>\n\n\n\n<p>If you are not sure what to save, use this quick reference.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>File or Folder<\/th><th>Why It Matters<\/th><\/tr><\/thead><tbody><tr><td><code>world<\/code><\/td><td>Main Overworld save data<\/td><\/tr><tr><td><code>world_nether<\/code><\/td><td>Nether save data on Paper\/Spigot-style servers<\/td><\/tr><tr><td><code>world_the_end<\/code><\/td><td>End dimension save data on Paper\/Spigot-style servers<\/td><\/tr><tr><td><code>plugins<\/code><\/td><td>Plugin jars and plugin data<\/td><\/tr><tr><td><code>mods<\/code><\/td><td>Mod files for Forge\/Fabric servers<\/td><\/tr><tr><td><code>config<\/code><\/td><td>Mod and server configuration files<\/td><\/tr><tr><td><code>server.properties<\/code><\/td><td>Main Minecraft server settings<\/td><\/tr><tr><td><code>ops.json<\/code><\/td><td>Operator\/admin list<\/td><\/tr><tr><td><code>whitelist.json<\/code><\/td><td>Whitelisted players<\/td><\/tr><tr><td><code>banned-players.json<\/code><\/td><td>Player ban list<\/td><\/tr><tr><td><code>banned-ips.json<\/code><\/td><td>IP ban list<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If your server uses LuckPerms, EssentialsX, GriefPrevention, CoreProtect, WorldGuard, or similar plugins, make sure the plugin data folders are included.<\/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 Restore a Manual Minecraft Server Backup<\/h2>\n\n\n\n<p>Creating backups is only half the job. You should also understand how to restore one.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Stop the Server<\/h3>\n\n\n\n<p>Stop the Minecraft server completely before restoring files.<\/p>\n\n\n\n<p>Never restore files while the server is running.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Make a Safety Copy of the Current Files<\/h3>\n\n\n\n<p>Before replacing anything, make a quick copy of the current server files.<\/p>\n\n\n\n<p>Even if the server is broken, this gives you a fallback if you accidentally restore the wrong backup.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Delete or Replace the Current Files<\/h3>\n\n\n\n<p>Remove or replace the files you want to restore.<\/p>\n\n\n\n<p>For a full restore, this usually means replacing the current server folder with the backup copy.<\/p>\n\n\n\n<p>For a world-only restore, replace the world folders:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>world<br>world_nether<br>world_the_end<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Upload the Backup Files<\/h3>\n\n\n\n<p>Upload the backup files through the File Manager, SFTP, or your panel restore tool.<\/p>\n\n\n\n<p>Make sure the folder names match the server\u2019s expected world names.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Start the Server<\/h3>\n\n\n\n<p>Start the server again and check that everything loaded correctly.<\/p>\n\n\n\n<p>After restoring, verify:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the correct world loads<\/li>\n\n\n\n<li>player inventories are present<\/li>\n\n\n\n<li>plugins start correctly<\/li>\n\n\n\n<li>permissions still work<\/li>\n\n\n\n<li>no major console errors appear<\/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\">Restoring From a Game Panel Backup<\/h2>\n\n\n\n<p>If you created a backup through the Game Panel, restoring is usually easier.<\/p>\n\n\n\n<p>In the panel:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Stop the server<\/li>\n\n\n\n<li>Open the <strong>Backups<\/strong> section<\/li>\n\n\n\n<li>Select the backup you want to restore<\/li>\n\n\n\n<li>Choose the restore option<\/li>\n\n\n\n<li>Confirm the restore<\/li>\n\n\n\n<li>Wait for the process to complete<\/li>\n\n\n\n<li>Start the server<\/li>\n<\/ol>\n\n\n\n<p>Because these backups are stored remotely in S3, they are useful when you need a clean restore point that is separate from the live server files.<\/p>\n\n\n\n<p>Always confirm the restore finished before starting the 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 Often Should You Backup a Minecraft Server?<\/h2>\n\n\n\n<p>Backup frequency depends on how active your server is.<\/p>\n\n\n\n<p>A good starting point:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Server Type<\/th><th>Recommended Backup Frequency<\/th><\/tr><\/thead><tbody><tr><td>Small private server<\/td><td>Before major changes<\/td><\/tr><tr><td>Active SMP<\/td><td>Daily or before major changes<\/td><\/tr><tr><td>Public community server<\/td><td>Daily or multiple times per day<\/td><\/tr><tr><td>Modded server<\/td><td>Before every mod\/config change<\/td><\/tr><tr><td>Plugin-heavy server<\/td><td>Before plugin updates or permission changes<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>For active servers, keep multiple backup versions. Do not overwrite your only working backup.<\/p>\n\n\n\n<p>A simple retention plan could be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>keep the latest daily backups<\/li>\n\n\n\n<li>keep a few weekly backups<\/li>\n\n\n\n<li>keep a special backup before major updates<\/li>\n\n\n\n<li>delete old backups only after confirming newer ones work<\/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\">When You Should Always Create a Manual Backup<\/h2>\n\n\n\n<p>Create a manual backup before:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>updating Minecraft<\/li>\n\n\n\n<li>updating Paper, Spigot, Forge, or Fabric<\/li>\n\n\n\n<li>installing a new plugin<\/li>\n\n\n\n<li>removing a plugin<\/li>\n\n\n\n<li>changing permissions<\/li>\n\n\n\n<li>adding mods<\/li>\n\n\n\n<li>removing mods<\/li>\n\n\n\n<li>editing major config files<\/li>\n\n\n\n<li>resetting or trimming a world<\/li>\n\n\n\n<li>migrating to a new host<\/li>\n\n\n\n<li>troubleshooting corruption<\/li>\n<\/ul>\n\n\n\n<p>If you are asking yourself whether you should make a backup first, the answer is usually yes.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Common Backup Mistakes to Avoid<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Only Backing Up the Main World Folder<\/h3>\n\n\n\n<p>On many Paper and Spigot servers, the Nether and End are stored in separate folders. If you only download <code>world<\/code>, you may miss important dimension data.<\/p>\n\n\n\n<p>Back up all world folders.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Forgetting Plugin Data<\/h3>\n\n\n\n<p>Plugins often store important server data. If you forget the <code>plugins<\/code> folder, you may lose ranks, claims, economy balances, homes, warps, and moderation data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Keeping Backups Only on the Server<\/h3>\n\n\n\n<p>A backup stored only on the same server is better than nothing, but it is not ideal. If the server storage fails or the folder is deleted, that backup may be lost too.<\/p>\n\n\n\n<p>Use remote S3 backups through the Game Panel and keep local copies for major milestones.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Restoring While the Server Is Running<\/h3>\n\n\n\n<p>This can cause file conflicts and corrupted data.<\/p>\n\n\n\n<p>Always stop the server before restoring.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Not Testing Restores<\/h3>\n\n\n\n<p>A backup should not be trusted blindly. If possible, test important backups on a separate server or test environment before relying on them.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Helpful Internal Links to Add<\/h2>\n\n\n\n<p>Add internal links to related Minecraft guides on your site:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How to Move a Minecraft Server to a New Host<\/li>\n\n\n\n<li>How to Edit server.properties on a Minecraft Server<\/li>\n\n\n\n<li>How to Change Player Slots on Your Minecraft Server<\/li>\n\n\n\n<li>How to Reduce Minecraft Server Lag by Adjusting View Distance<\/li>\n\n\n\n<li>Minecraft Server Hosting<\/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\">A Simple Backup Routine for Server Owners<\/h2>\n\n\n\n<p>For most Minecraft server owners, the best routine is simple:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Use the Game Panel to create a manual backup before major changes.<\/li>\n\n\n\n<li>Let the panel store that backup remotely in S3.<\/li>\n\n\n\n<li>Download a local copy before large updates or migrations.<\/li>\n\n\n\n<li>Keep multiple backup versions.<\/li>\n\n\n\n<li>Restore only while the server is fully stopped.<\/li>\n<\/ol>\n\n\n\n<p>A few minutes spent backing up your Minecraft server can save days or weeks of lost progress. Whether you are running a small private world or a growing public SMP, regular backups are one of the easiest ways to protect your server and your players\u2019 work.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learning how to backup a Minecraft server&#8217;s files is one of the most important things you can do as a server owner. A good backup protects your world, player progress, plugins, mods, and configuration files if something breaks or gets deleted. Minecraft servers can run for weeks or months with no issues, but problems can [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1687,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doc_category":[22],"doc_tag":[],"class_list":["post-1663","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-manage-your-server"],"acf":[],"year_month":"2026-05","word_count":1996,"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\/1663","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=1663"}],"version-history":[{"count":3,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1663\/revisions"}],"predecessor-version":[{"id":1686,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/docs\/1663\/revisions\/1686"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/media\/1687"}],"wp:attachment":[{"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/media?parent=1663"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/doc_category?post=1663"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.academy-hosting.com\/hosting\/wp-json\/wp\/v2\/doc_tag?post=1663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}