[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"blog-post-how-to-move-your-aternos-server-to-another-host-en":3,"blog-related-95dcca90-12d3-42c8-b37e-70d3e2fb982d-en":33,"i-heroicons:chevron-right-20-solid":73,"i-heroicons:user-circle-20-solid":77,"i-heroicons:clock-20-solid":79,"i-heroicons:calendar-days-20-solid":81,"i-heroicons:bolt-20-solid":83,"i-heroicons:check-20-solid":85,"i-heroicons:rocket-launch-20-solid":87,"i-heroicons:arrow-right-20-solid":89,"i-heroicons:wrench-screwdriver-20-solid":91,"header-current-promo":93,"header-games":94,"i-heroicons:server-stack-16-solid":150},{"id":4,"slug":5,"title":6,"description":7,"content":8,"keywords":9,"featured_image":10,"category":11,"author_name":12,"author_role":13,"is_featured":14,"published_at":15,"updated_at":16,"allSlugs":17,"author":22,"date":15,"dateFormatted":23,"updatedAtFormatted":23,"ctaGame":24,"imageDims":25},"95dcca90-12d3-42c8-b37e-70d3e2fb982d","how-to-move-your-aternos-server-to-another-host","How to Move Your Aternos Server to Another Host","Move your Aternos server in 15 minutes: download your world, upload it to the new host, match the version, and keep every build and player inventory.","Yes, you can move your Aternos server to another host and keep everything that matters: your world, your builds, and every player's inventory. The whole move takes about 15 minutes. You download your world from Aternos, upload it to the new server, match the software and version, and reinstall your plugins or mods. This guide walks through every step, including the parts most guides get wrong.\n\n## What actually transfers (and what does not)\n\nYour world is the important part, and it transfers completely. A Minecraft world folder contains the terrain, all your builds, chests, villagers, and the `playerdata` folder with every player's inventory, ender chest, and position. Move the world and all of that comes with it.\n\nA few things do not come along automatically:\n\n- **Plugins and mods**: Aternos installs these on their side, so you reinstall them at the new host. Their config files can be copied over if you grab them first.\n- **Server settings**: things like the whitelist, operators, and `server.properties` values take two minutes to re-create.\n- **Backups**: Aternos backups cannot be downloaded directly. Only the current world state can be exported, so make sure the world is in the state you want before you download it.\n- **Your address**: the `aternos.me` address stays behind. Your new host gives you a new connection address to share with your players.\n\n## Step 1: download your world from Aternos\n\nAternos exports worlds from the **Worlds page** ([aternos.org\u002Fworlds](https:\u002F\u002Faternos.org\u002Fworlds)):\n\n1. Stop your server first. You can technically download while it runs, but stopping guarantees the latest chunks are saved to disk.\n2. Open the Worlds page and select your world.\n3. Click **Download**. Aternos packs the world into a zip and your browser downloads it.\n\nTwo details that save headaches later:\n\n- **Running Paper, Spigot or another plugin server?** The Nether and the End are separate worlds (`world_nether` and `world_the_end`). Download each of them from the same page, or your players will arrive to a freshly generated Nether. On vanilla servers all dimensions live inside the single world download.\n- **Grab your config files too.** On the Aternos **Files page** you can open and copy the contents of `whitelist.json`, `ops.json`, `server.properties`, and any plugin configs under `plugins\u002F`. You may not need all of them, but you cannot get them after your Aternos server is gone.\n\n## Step 2: note your software and version\n\nCheck the Aternos **Software page** and write down two things: the server software (Vanilla, Paper, Spigot, Forge, Fabric, and so on) and the Minecraft version (for example 1.21.6). You will match both at the new host.\n\nOne rule matters here: **a world can always move up in version, never down.** Loading a 1.21 world on a 1.20 server corrupts chunks. Pick the same version you had, or a newer one.\n\n## Step 3: set up the new server and match the software\n\nOrder your new server and open its control panel. On a [DoomHosting Minecraft server](\u002Fminecraft-server-hosting) the panel looks like this:\n\n![The DoomHosting panel overview for a Minecraft server](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-panel-overview.webp)\n\nOpen the **Version** tab and select the same software and version you noted in step 2. Paper, Vanilla, Spigot, Forge, NeoForge, and Fabric are all one click, no manual jar uploads:\n\n![The Version tab with Paper, Vanilla, Spigot, Forge, NeoForge, and Fabric](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-versions-tab.webp)\n\n## Step 4: upload your world\n\nThis is where the move actually happens, and it is easier than most guides suggest. In the DoomHosting panel, open the **Worlds** tab and click **Upload world**, then pick **Archive**:\n\n![The Worlds tab with the Upload world menu open](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-worlds-upload-menu.webp)\n\nSelect the zip you downloaded from Aternos. There is no file size limit, so even a years-old world with a huge map uploads fine. The panel stops the server safely, extracts the archive, finds the world folder automatically (even when it is nested inside another folder in the zip), and then offers to rename and activate it. Click **Use this world** and the server starts with your Aternos world loaded.\n\nIf you run Paper or Spigot, repeat the upload for `world_nether` and `world_the_end`.\n\nPrefer doing it by hand? The **Files** tab gives you the full server file system with drag-and-drop upload, and SFTP access works with FileZilla if you would rather use a desktop client:\n\n![The Files tab showing the server file system](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-files-tab.webp)\n\n## Step 5: reinstall plugins or mods\n\nPlugins are reinstalled rather than copied, and that is quicker than it sounds. The **Plugins** tab searches the catalog and installs with one click:\n\n![The Plugins tab with one-click installs](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-plugins-tab.webp)\n\nAfter installing a plugin, paste your old config over the fresh one: open **Files**, go to `plugins\u002F\u003CPluginName>\u002F`, and replace `config.yml` with the copy you saved in step 1. Your plugin picks up exactly where it left off.\n\nFor modded servers the flow is the same in the **Mods** tab (Forge, NeoForge, Fabric), and full modpacks install from the **Modpack** tab.\n\n## Step 6: re-create your settings\n\nLast touches, all quick:\n\n- **Whitelist and operators**: run `\u002Fwhitelist add \u003Cname>` and `\u002Fop \u003Cname>` from the console, or upload your saved `whitelist.json` and `ops.json` via Files.\n- **server.properties**: set your gamemode, difficulty, and other values to match your notes. Values like `max-players` and `view-distance` are editable right in the panel.\n- **Share the new address** with your players. It replaces the old `aternos.me` one, and they add it as a new server in their multiplayer list.\n\n## Common problems and quick fixes\n\n**The server generated a brand new world.** The world folder name does not match the `level-name` in `server.properties`. If you imported through the Worlds tab this cannot happen, because activating the world sets it for you. On a manual FTP upload, rename the folder or update `level-name`.\n\n**The Nether or the End reset.** You uploaded only the main world on a Paper or Spigot server. Go back to Aternos and download `world_nether` and `world_the_end` as well.\n\n**Chunks look corrupted or the server crashes on load.** The new server runs an older Minecraft version than the world was saved in. Switch to the version you noted in step 2 or newer.\n\n**Player inventories are gone.** Inventories live in `world\u002Fplayerdata` and transfer with the world. If they seem missing, the server is probably in a different online mode than before, which changes player UUIDs. Keep `online-mode=true` like Aternos uses.\n\n## Why people make this move\n\nAternos is a genuinely good free service, and for a weekend project it is all you need. The reasons players eventually move are structural: the server goes to sleep when nobody is online, friends wait in a queue to start it, and performance is shared. A paid server is always on, starts instantly, and has dedicated RAM and CPU, which is what keeps a long-running world with 10+ players smooth. If you are unsure how much memory your world needs, the [Minecraft RAM calculator](\u002Ftools\u002Fminecraft-ram-calculator) gives you a number based on players and mods, and you can see the whole control panel in action on the [game panel tour](\u002Fgamepanel).\n\nYour world does not care where it runs. Download the zip, upload it, match the version, and your players will never know anything changed, except that the server no longer needs a queue to start.","move aternos server, transfer aternos server to another host, aternos to paid hosting, download aternos world, aternos server transfer, minecraft server migration, doomhosting","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fmove-aternos-server-to-doomhosting.webp","guide","Magnus","Game Server Expert",false,"2026-07-02T12:47:17.785+00:00","2026-07-02T12:52:16.333716+00:00",{"da":18,"de":19,"en":5,"pl":20,"sv":21},"saadan-flytter-du-din-aternos-server-til-en-anden-host","aternos-server-umziehen-welt-mitnehmen","jak-przeniesc-serwer-z-aternos-na-inny-hosting","sa-flyttar-du-din-aternos-server-till-en-annan-host",{"name":12,"role":13},"Jul 2, 2026",null,{"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-panel-overview.webp":26,"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-versions-tab.webp":29,"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-worlds-upload-menu.webp":30,"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-files-tab.webp":31,"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft\u002Faternos-plugins-tab.webp":32},{"width":27,"height":28},1600,1059,{"width":27,"height":28},{"width":27,"height":28},{"width":27,"height":28},{"width":27,"height":28},[34,43,53,63],{"id":35,"slug":36,"title":37,"description":38,"content":24,"keywords":24,"featured_image":39,"category":11,"author_name":12,"author_role":13,"is_featured":14,"published_at":40,"updated_at":41,"author":42,"date":40,"dateFormatted":23},"4f367cbc-285c-494b-8505-3c0baad666f3","euro-truck-simulator-2-multiplayer-guide","Euro Truck Simulator 2 Multiplayer: Convoy vs TruckersMP","How Euro Truck Simulator 2 multiplayer works: free Convoy sessions, the TruckersMP mod, and when renting an always-on dedicated server is worth it.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Feuro-truck-simulator-2-multiplayer-guide.webp","2026-07-02T10:27:38.923+00:00","2026-07-02T10:27:39.176346+00:00",{"name":12,"role":13},{"id":44,"slug":45,"title":46,"description":47,"content":24,"keywords":24,"featured_image":48,"category":11,"author_name":12,"author_role":13,"is_featured":14,"published_at":49,"updated_at":50,"author":51,"date":49,"dateFormatted":52},"13c70c18-5f65-4cf6-ad53-4d80c80cec69","ark-server-not-showing-up-fix-2026","ARK Server Not Showing Up in Browser: 2026 Fix Guide (ASE + ASA)","Fix an ARK server that won't show in the browser: the 15-minute rule, filters, ports 7777\u002F7778\u002F27015, session name, cluster ID, ASA CurseForge cache. ASE + ASA.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fark-server-not-showing-up-fix-2026.webp","2026-07-01T09:30:00+00:00","2026-07-01T10:27:06.087719+00:00",{"name":12,"role":13},"Jul 1, 2026",{"id":54,"slug":55,"title":56,"description":57,"content":24,"keywords":24,"featured_image":58,"category":11,"author_name":12,"author_role":13,"is_featured":14,"published_at":59,"updated_at":60,"author":61,"date":59,"dateFormatted":62},"fcecc82d-7da2-46e9-a7b8-db301561e69e","best-base-locations-vein","Best Base Locations in VEIN","The best base locations in VEIN, from the Werrenrath Island lake house to High Noon Plaza, plus how to pick a defensible spot near loot, water, and fuel.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fbest-base-locations-vein.webp","2026-06-28T19:41:51.961+00:00","2026-06-28T20:17:33.491664+00:00",{"name":12,"role":13},"Jun 28, 2026",{"id":64,"slug":65,"title":66,"description":67,"content":24,"keywords":24,"featured_image":68,"category":11,"author_name":12,"author_role":13,"is_featured":14,"published_at":69,"updated_at":70,"author":71,"date":69,"dateFormatted":72},"ac3755d6-aa5b-4e8e-ba33-a02746455034","best-palworld-base-locations-2026","Best Palworld Base Locations 2026: Ore, Sulfur & Raid-Safe Spots","The best Palworld base locations in 2026 for solo and multiplayer servers, from the starter plateau to ore, coal and sulfur spots, plus the base Pal count trade-offs.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fbest-palworld-base-locations-2026.webp","2026-06-27T10:00:00+00:00","2026-06-30T05:35:41.530078+00:00",{"name":12,"role":13},"Jun 27, 2026",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":76},0,20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":78},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":80},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":82},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":84},"\u003Cpath fill=\"currentColor\" d=\"M11.983 1.907a.75.75 0 0 0-1.292-.657l-8.5 9.5A.75.75 0 0 0 2.75 12h6.572l-1.305 6.093a.75.75 0 0 0 1.292.657l8.5-9.5A.75.75 0 0 0 17.25 8h-6.572z\"\u002F>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":86},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16.705 4.153a.75.75 0 0 1 .142 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893l7.48-9.817a.75.75 0 0 1 1.05-.143\" clip-rule=\"evenodd\"\u002F>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":88},"\u003Cg fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\">\u003Cpath d=\"M4.606 12.97a.75.75 0 0 1-.134 1.051a2.49 2.49 0 0 0-.93 2.437q.222.042.458.042c.805 0 1.52-.38 1.979-.972a.75.75 0 1 1 1.186.918a3.995 3.995 0 0 1-4.482 1.332a.75.75 0 0 1-.461-.461a3.99 3.99 0 0 1 1.332-4.482a.75.75 0 0 1 1.052.134\"\u002F>\u003Cpath d=\"M5.752 12A13 13 0 0 0 8 14.248v4.002c0 .414.336.75.75.75a5 5 0 0 0 4.797-6.414a12.98 12.98 0 0 0 5.45-10.848a.75.75 0 0 0-.735-.735L18 1C13.634 1 9.77 3.153 7.414 6.453A5 5 0 0 0 1 11.25c0 .414.336.75.75.75zM13 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4\"\u002F>\u003C\u002Fg>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":90},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10\" clip-rule=\"evenodd\"\u002F>",{"left":74,"top":74,"width":75,"height":75,"rotate":74,"vFlip":14,"hFlip":14,"body":92},"\u003Cg fill=\"currentColor\">\u003Cpath fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.751-.15L15.34 6.66a.45.45 0 0 1-.493.11a3 3 0 0 1-1.618-1.616a.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8q.144.01.291.01M5 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"\u002F>\u003Cpath d=\"M14.5 11.5q.26 0 .514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41l2.172-2.607c.052-.062.147-.138.342-.196a2.3 2.3 0 0 1 .777-.067q.192.012.387.012M6 4.586l2.33 2.33a.5.5 0 0 1-.08.09L6.8 8.214L4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31z\"\u002F>\u003C\u002Fg>","SUMMER26",{"total":95,"featured":96},33,[97,105,112,117,122,128,133,138,145],{"slug":98,"name":99,"icon":100,"hasIcon":101,"badge":102,"basePrice":103,"link":104},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":106,"name":107,"icon":108,"hasIcon":101,"badge":109,"basePrice":110,"link":111},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":113,"name":114,"icon":115,"hasIcon":101,"badge":24,"basePrice":110,"link":116},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":118,"name":119,"icon":120,"hasIcon":101,"badge":24,"basePrice":110,"link":121},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":123,"name":124,"icon":125,"hasIcon":101,"badge":24,"basePrice":126,"link":127},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":129,"name":130,"icon":131,"hasIcon":101,"badge":24,"basePrice":110,"link":132},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":134,"name":135,"icon":136,"hasIcon":101,"badge":24,"basePrice":110,"link":137},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":139,"name":140,"icon":141,"hasIcon":101,"badge":142,"basePrice":143,"link":144},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":146,"name":147,"icon":148,"hasIcon":101,"badge":24,"basePrice":143,"link":149},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","\u002Fproject-zomboid-server-hosting",{"left":74,"top":74,"width":151,"height":151,"rotate":74,"vFlip":14,"hFlip":14,"body":152},16,"\u003Cpath fill=\"currentColor\" d=\"M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845Q3.565 4 4 4h8q.436 0 .84.102l-.337-.845A2 2 0 0 0 10.646 2z\"\u002F>\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2m10.75 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 13.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4zm8 2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M9.75 7.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0\" clip-rule=\"evenodd\"\u002F>"]