[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"header-games":3,"blog-post-minecraft-keep-inventory-gamerule-2026-en":58,"blog-related-542e6764-66ed-4726-a3d4-3b271d33ccf4-en":75,"i-heroicons:user-circle-20-solid":153,"i-heroicons:clock-20-solid":157,"i-heroicons:calendar-days-20-solid":159,"i-heroicons:bolt-20-solid":161,"i-heroicons:check-20-solid":163,"i-heroicons:arrow-right-20-solid":165,"i-heroicons:wrench-screwdriver-20-solid":167},{"total":4,"newGame":5,"featured":8},25,{"slug":6,"name":7},"windrose","Windrose",[9,17,24,30,35,41,46,51],{"slug":10,"name":11,"icon":12,"hasIcon":13,"badge":14,"basePrice":15,"link":16},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":18,"name":19,"icon":20,"hasIcon":13,"badge":21,"basePrice":22,"link":23},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":25,"name":26,"icon":27,"hasIcon":13,"badge":28,"basePrice":22,"link":29},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png",null,"\u002Fpalworld-server-hosting",{"slug":31,"name":32,"icon":33,"hasIcon":13,"badge":28,"basePrice":22,"link":34},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":36,"name":37,"icon":38,"hasIcon":13,"badge":28,"basePrice":39,"link":40},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":42,"name":43,"icon":44,"hasIcon":13,"badge":28,"basePrice":22,"link":45},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":47,"name":48,"icon":49,"hasIcon":13,"badge":28,"basePrice":22,"link":50},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":52,"name":53,"icon":54,"hasIcon":13,"badge":55,"basePrice":56,"link":57},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"id":59,"slug":60,"title":61,"description":62,"content":63,"keywords":64,"featured_image":65,"category":66,"author_name":67,"author_role":68,"is_published":13,"is_featured":69,"published_at":70,"created_at":71,"updated_at":72,"allSlugs":73,"author":74,"date":70},"542e6764-66ed-4726-a3d4-3b271d33ccf4","minecraft-keep-inventory-gamerule-2026","How to Keep Inventory in Minecraft 2026: keep_inventory Command","How to keep inventory in Minecraft: run \u002Fgamerule keep_inventory true (Java 1.21.11+) or \u002Fgamerule keepInventory true (older \u002F Bedrock). Updated 2026 with rename fix.","# How to Keep Inventory in Minecraft 2026: keep_inventory Command\n\nEnabling **keep inventory in Minecraft** is a one-line command: type `\u002Fgamerule keep_inventory true` in chat or in the server console, and every player on the server will keep their full inventory, armor, and XP levels when they die. To turn keep inventory off again, replace `true` with `false`. You need to be operator (OP) on a multiplayer server, or have cheats enabled in single-player, for the command to work.\n\nThat is the short answer. There is a catch in 2026 though: if you typed the older `\u002Fgamerule keepInventory true` and it suddenly stopped working, you are not crazy. Mojang renamed every Minecraft gamerule in **snapshot 25w44a** (the path to Java Edition **1.21.11**), and `keepInventory` is now `keep_inventory`. The rest of this guide walks through the new command, the old command, the per-version cheat sheet, the full rename list for the other ~20 gamerules, and how to set keep inventory on your Minecraft server in three different ways.\n\n![Minecraft Java Edition snapshot 25w44a banner — the update that renamed every gamerule](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft-keep-inventory-gamerule-2026-banner.webp)\n\n## How to Enable Keep Inventory in Minecraft (the keep_inventory Command)\n\nOpen the chat (press `T` or `\u002F`) or your server console and run the command that matches your version:\n\n```\n# Java Edition 1.21.11 and newer (and Bedrock Edition)\n\u002Fgamerule keep_inventory true\n\n# Java Edition 1.21.10 and older\n\u002Fgamerule keepInventory true\n```\n\nThat is the entire fix. Players will now keep every item, every piece of armor, and every XP level when they die — until the next time you restart the world without keep inventory enabled, the setting persists.\n\nIf you get **\"Unknown or incomplete command\"** or a permission error, you are not OP. From an in-game chat, run `\u002Fop \u003Cusername>` from the server console first, then re-run the command. From the server console you are always operator and the leading slash is optional (`gamerule keep_inventory true` works).\n\n## What Changed in Snapshot 25w44a (the 1.21.11 Rename)\n\nIn **snapshot 25w44a**, released by Mojang ahead of **Java Edition 1.21.11**, every gamerule was moved into a proper registry, the same way blocks, items, and entities are stored. As a consequence, all gamerule identifiers were converted from camelCase to snake_case resource locations. Where you used to type `keepInventory`, the canonical name is now `minecraft:keep_inventory` — and the `minecraft:` prefix is optional, so `keep_inventory` works on its own.\n\nThe rename is not cosmetic. Gamerules are now first-class registry entries, which means datapacks and mods can reference them more reliably, and the in-game **\"Edit Game Rules\"** menu (the one you see when creating a new world) finally uses the same names everywhere.\n\nThe catch: **the old camelCase names are being deprecated**. They may still resolve in 1.21.11 for backward compatibility, but you should not rely on it. Update your scripts, your `server.properties` automation, your datapacks, and your admin tools to use the new names today, before a future snapshot drops the legacy aliases entirely.\n\n## Why `\u002Fgamerule keepInventory true` Stops Working\n\nThree things can break this command after the 1.21.11 update:\n\n1. **You typed the old name on a new version.** On 1.21.11+, `keepInventory` may still be accepted, but a stricter snapshot or a custom server jar (Paper, Purpur, Fabric, NeoForge) might already reject it. Switch to `keep_inventory`.\n2. **Case sensitivity.** Gamerule names have always been case-sensitive in Java Edition. `keepinventory` (all lowercase) never worked, and `keep_inventory` is no exception — `Keep_Inventory` will fail too.\n3. **You are not OP.** In a multiplayer world, only operators can run `\u002Fgamerule`. From the server console, you are always operator. From in-game chat, you need to be added with `\u002Fop \u003Cusername>` first.\n\nIf you see the error `No game rule called keepInventory is available in this world`, you are almost certainly on 1.21.11 or newer and need the new snake_case name.\n\n## How to Enable Keep Inventory on a Minecraft Server\n\nThere are three places you can set this. Pick whichever fits your workflow.\n\n### 1. From the in-game chat (fastest)\n\nOpen chat with `T` (or `\u002F`), then type:\n\n```\n\u002Fgamerule keep_inventory true\n```\n\nYou need to be OP. The change takes effect instantly for every player on the server, no restart needed. The setting is saved to your world data, so it persists across restarts.\n\n### 2. From the server console\n\nOpen your server console — through your hosting panel, an SSH session, or a screen\u002Ftmux window if you self-host — and type the command without the leading slash:\n\n```\ngamerule keep_inventory true\n```\n\nThis is the cleanest method for a live server because it does not require an operator account.\n\n### 3. Before world generation (datapack or world defaults)\n\nIf you want keep inventory enabled the moment a new world is created, you can ship a datapack that sets gamerule defaults, or set them through the world creation screen on the host's panel. Most game-server panels (including the **Pterodactyl**-based panel we use at DoomHosting) expose a \"create new world\" flow where you can flip these flags before the world spawns for the first time.\n\n## The Full List of Renamed Gamerules in 1.21.11\n\nYou will probably want to update more than just keep inventory. Here is the rename map for the most common rules so you can do it all at once.\n\n| Old (camelCase) | New (snake_case) |\n| --- | --- |\n| `keepInventory` | `keep_inventory` |\n| `doDaylightCycle` | `advance_time` |\n| `doWeatherCycle` | `advance_weather` |\n| `doMobSpawning` | `spawn_mobs` |\n| `doMobLoot` | `mob_drops` |\n| `doTileDrops` | `block_drops` |\n| `doEntityDrops` | `entity_drops` |\n| `doImmediateRespawn` | `immediate_respawn` |\n| `doInsomnia` | `spawn_phantoms` |\n| `doLimitedCrafting` | `limited_crafting` |\n| `doPatrolSpawning` | `spawn_patrols` |\n| `doTraderSpawning` | `spawn_wandering_traders` |\n| `doWardenSpawning` | `spawn_wardens` |\n| `doVinesSpread` | `spread_vines` |\n| `naturalRegeneration` | `natural_health_regeneration` |\n| `announceAdvancements` | `show_advancement_messages` |\n| `commandBlocksEnabled` | `command_blocks_work` |\n| `spawnerBlocksEnabled` | `spawner_blocks_work` |\n| `disableElytraMovementCheck` | `elytra_movement_check` *(value inverted)* |\n| `disablePlayerMovementCheck` | `player_movement_check` *(value inverted)* |\n| `disableRaids` | `raids` *(value inverted)* |\n| `spawnRadius` | `respawn_radius` |\n\nThe \"value inverted\" rules are the trickiest part of the rename: the old names were negative (`disableRaids true` meant raids were off), the new names are positive (`raids true` means raids are on). If you have automation that toggles these, flip the boolean when you rename.\n\nYou can prefix any of the new names with `minecraft:` (e.g. `minecraft:keep_inventory`) — the prefix is optional but explicit, and using it future-proofs your scripts against any future rule with a colliding short name from a mod or datapack.\n\n## Bedrock Edition: Same Command, Slightly Different Rules\n\nOn Bedrock Edition (Pocket \u002F Console \u002F Windows 10), the syntax `\u002Fgamerule keepinventory true` has historically been accepted in lowercase as well, because Bedrock parses commands case-insensitively. Bedrock 1.21+ aligned with Java's casing conventions, and recent updates use `keepinventory` and `keepInventory` interchangeably. To keep your habits consistent across both editions, just use the canonical Java form: `\u002Fgamerule keep_inventory true` on 1.21.11+ Java, `\u002Fgamerule keepInventory true` on older Java and on Bedrock.\n\n## Per-Player Keep Inventory (Datapack Required)\n\nVanilla `keep_inventory` is server-wide: it is on for everyone, or off for everyone. If you want only a specific group of players (e.g. donors, staff, or hardcore-mode opt-ins) to keep their stuff on death, you need a **datapack** that listens for the death event and uses `\u002Fclear` + `\u002Fgive` to selectively preserve items.\n\nSeveral maintained datapacks do this:\n\n- **Per-Player Keep Inventory** — adds a togglable scoreboard tag, players opt in\u002Fout themselves.\n- **GameRule Plus** — adds per-team and per-permission gamerule overrides.\n\nDrop the datapack into your world's `datapacks\u002F` folder, run `\u002Freload`, and follow the pack's setup instructions. This works on any vanilla server from 1.16 onward, including 1.21.11+ with the new naming.\n\n## What This Means for Your Server\n\nIf you operate a Minecraft server in 2026, three things are worth doing today:\n\n- **Audit your `gamerule` calls.** Search your scripts, plugins, datapacks, and admin tools for any of the old camelCase names from the table above. Replace them with snake_case before you update to 1.21.11.\n- **Watch for inverted booleans.** `disableRaids true` becomes `raids false`, not `raids true`. Same for the elytra and player movement checks. Mistakes here silently flip server behaviour without an error.\n- **Check your server panel.** Some hosting panels expose gamerules through a UI rather than raw commands — make sure the panel's labels match the new names, or you will toggle the wrong rule.\n\n## Host Your Minecraft Server with DoomHosting\n\nIf you want a Minecraft server where the gamerule menu, the panel UI, and the underlying Java version are always kept in lockstep with the latest snapshot, that is what [DoomHosting's Minecraft hosting](\u002Fminecraft-server-hosting) does for you. Instant setup, full console access, one-click version switching across every snapshot from 1.16 to 1.21.11+, automatic daily backups, and 24\u002F7 support if a gamerule rename ever breaks something you did not expect.\n\nKeep your inventory on death, keep your sanity through the rename, and let us handle the version juggling.\n","how to keep inventory in minecraft, minecraft keep inventory, keepInventory command, keep_inventory command, gamerule keepInventory, minecraft gamerule, minecraft keep inventory not working, keepInventory true, keep inventory on death, minecraft 1.21.11, snapshot 25w44a, minecraft server hosting","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fminecraft-keep-inventory-gamerule-2026-banner.webp","guide","Magnus","Game Server Experts",false,"2026-05-11T19:08:43.263+00:00","2026-05-11T19:08:44.281349+00:00","2026-05-11T19:14:36.402527+00:00",{"da":60,"de":60,"en":60,"pl":60,"sv":60},{"name":67,"role":68},[76,101,118,136],{"id":77,"slug":78,"title":79,"description":80,"content":81,"keywords":82,"featured_image":89,"category":66,"author_name":90,"author_role":91,"is_published":13,"is_featured":69,"published_at":92,"created_at":93,"updated_at":94,"allSlugs":95,"author":100,"date":92},"ede36ca0-3779-432a-a71d-8ad65859a395","best-project-zomboid-mods-multiplayer-2026","Best Project Zomboid Mods for Multiplayer Servers (2026)","17 best Project Zomboid mods for multiplayer servers in 2026 — QoL, weapons, maps, server admin tools. RAM impact and load order included.","## Best Project Zomboid Mods for Multiplayer Servers (2026)\n\nThe Project Zomboid Workshop has thousands of mods, but only a handful are genuinely server-essential or community-tier-popular. This list focuses on mods that work well on multiplayer servers in 2026 — many vanilla-only or singleplayer-focused mods don't make it. All are confirmed working on either Build 41 stable or Build 42 unstable as of May 2026.\n\n> Always check each Workshop page before adding to your server. Mod compatibility shifts between PZ versions. For installation steps, see our [install mods guide](\u002Fhelp\u002Farticles\u002Fhow-to-install-mods-project-zomboid-server-build-42).\n\n## Quality of Life essentials\n\nThese four mods are on essentially every popular server. Light, no balance impact, mass appeal.\n\n### 1. Common Sense\nAdds dozens of \"why doesn't vanilla do this?\" features — open windows from the inside, see what's in your bag without opening, drop items by dragging to ground, faster reading, etc. Zero balance impact, very low RAM. **Workshop ID:** `2685168362`\n\n### 2. ModOptions\nA framework most other mods depend on for their config menus. Install it, even if you don't notice it. **Workshop ID:** `2169435993`\n\n### 3. Profession Framework\nLets server admins define custom occupations and traits. Players see new options at character creation. **Workshop ID:** `2280935077`\n\n### 4. Repair Any Vehicle Anywhere\nLets players repair vehicle parts at any location, not just garages. Massive QoL on a multiplayer server where players might not always be near a garage. **Workshop ID:** `2351776668`\n\n## Combat & weapons\n\n### 5. Brita's Weapon Pack\nThe biggest weapon mod in PZ. Adds 200+ guns, attachments, ammo types. Beware: heavy RAM (1-2 GB), and some servers find it imbalances combat against zombies. **Workshop ID:** `2900665603`\n\n### 6. Brita's Armor Pack\nCompanion to the weapon pack. Adds tactical armor, helmets, plate carriers. **Workshop ID:** `2487022075`\n\n### 7. ORGM Rechambered\nLighter alternative to Brita's. Adds 30+ realistic firearms with proper caliber\u002Frecoil mechanics. Server-friendly performance profile. **Workshop ID:** `2273380475`\n\n## Gameplay overhauls\n\n### 8. More Traits\nAdds 30+ new positive and negative traits at character creation. Heavily increases roleplay and build variety. Server-impact: minimal. **Workshop ID:** `2725360009`\n\n### 9. Better Sorting\nReorganizes inventory categories. Sounds trivial; once you've played with it, you can't go back. **Workshop ID:** `2384329562`\n\n### 10. Cremation\nLets players burn corpses to get rid of them properly. Solves the multi-month-server problem of corpse pile-ups blocking towns. **Workshop ID:** `2773283057`\n\n## Maps (drop-in replacements for Knox County)\n\nMap mods need extra config — see our [install mods guide](\u002Fhelp\u002Farticles\u002Fhow-to-install-mods-project-zomboid-server-build-42) for the `Map=` line setup.\n\n### 11. Bedford Falls\nThe most popular custom map. A small town built by a player community over years. Plays smaller than vanilla Knox County, more intimate. **Workshop ID:** `2392709985`\n\n### 12. Eerie Country\nAtmospheric rural map with a distinct mood — fog, decay, isolation. Heavy on environmental storytelling. **Workshop ID:** `2566953935`\n\n### 13. Raven Creek\nA sprawling apocalyptic city. Much denser than Knox — more zombies per cell, more loot, harder. Pairs well with Brita's. **Workshop ID:** `2196102849`\n\n## Server administration\n\n### 14. Server Workshop Manager\nLets admins manage Workshop mods from a UI without manual `servertest.ini` edits. Big QoL for active server operators. **Workshop ID:** `2877408785`\n\n### 15. Better Lockpicking\nReplaces the vanilla lockpicking RNG with a skill-based mini-game. Reduces inventory grinding for keys on multiplayer. **Workshop ID:** `2615516984`\n\n## Build 42-specific picks\n\nThese mods are B42-exclusive (or substantially better on B42 due to the new systems):\n\n### 16. B42 Animal Husbandry Plus\nExpands the new B42 farming\u002Fanimal system with cross-breeding, more animal types, fences. **Workshop ID:** check Workshop search for current latest\n\n### 17. Basement Builder\nDoubles down on the B42 basement system with new materials and prefab structures. **Workshop ID:** check Workshop search for current latest\n\n## RAM and performance reality check\n\nAdding 17 mods to your server **will** increase RAM usage. Brita's Weapons + Brita's Armor + Bedford Falls alone is roughly +3 GB on top of vanilla. Plan with our [RAM benchmarks](\u002Fhelp\u002Farticles\u002Fproject-zomboid-server-ram-requirements) before adding everything.\n\nFor a balanced 4-8 player server, this loadout works well without RAM strain (~6-8 GB total):\n\n- Common Sense\n- ModOptions\n- Profession Framework\n- More Traits\n- Better Sorting\n- Cremation\n- Repair Any Vehicle Anywhere\n- ORGM Rechambered (instead of Brita's — much lighter)\n\n## Mod load order\n\nThis matters more than people realize. Use this order in your `Mods=` line:\n\n1. Map mods (Bedford Falls, Eerie Country, etc.)\n2. Tile packs\n3. Frameworks (ModOptions, Profession Framework)\n4. Weapon\u002Farmor packs (Brita's, ORGM)\n5. Vehicle mods\n6. UI\u002FQoL mods (Common Sense, Better Sorting, Better Lockpicking)\n7. Cremation, More Traits, etc.\n\nWrong order = runtime conflicts and mods silently failing to load.\n\n## What's NOT on this list and why\n\n- **Hydrocraft.** Massive content mod, but it abandoned Build 41+ and has B42 compatibility issues. Wait until a confirmed B42 fork stabilizes.\n- **The Workshop Mods That Just Add Items**. Hundreds of these — adding 50 random \"more food\" mods doesn't make a better server, it just multiplies your RAM usage. Pick one comprehensive food\u002Fcooking mod max.\n- **PVP-specific mods.** Heavily server-policy-dependent. If you run a PVP server, search Workshop for \"Faction\" \u002F \"PvP\" \u002F \"Raid\" tagged mods specific to your style.\n\n## Bottom line\n\nStart light. Add 5-7 essential QoL mods, run for a week, then layer in weapon\u002Farmor\u002Fmap mods only if your server's RAM headroom allows. Most \"the server keeps crashing\" issues come from a 60-mod loadout someone copied from a YouTube video without checking compatibility.\n\nNeed help installing them? Our [Project Zomboid mod installation guide](\u002Fhelp\u002Farticles\u002Fhow-to-install-mods-project-zomboid-server-build-42) walks through the exact `servertest.ini` edits.",[83,84,85,86,87,88],"best project zomboid mods","project zomboid multiplayer mods","pz server mods 2026","best pz mods","project zomboid mod list","pz workshop mods","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fbest-project-zomboid-mods-multiplayer-2026-hero.webp","Andreas","Technical Writer","2026-05-07T14:35:09.488+00:00","2026-05-07T14:35:09.022237+00:00","2026-05-07T14:51:08.981919+00:00",{"da":96,"de":97,"en":78,"pl":98,"sv":99},"bedste-project-zomboid-mods-multiplayer-2026","beste-project-zomboid-mods-multiplayer-2026","najlepsze-mody-project-zomboid-multiplayer-2026","basta-project-zomboid-mods-multiplayer-2026",{"name":90,"role":91},{"id":102,"slug":103,"title":104,"description":105,"content":106,"keywords":107,"featured_image":108,"category":66,"author_name":67,"author_role":68,"is_published":13,"is_featured":69,"published_at":109,"created_at":110,"updated_at":111,"allSlugs":112,"author":117,"date":109},"5d33d610-dff8-4683-8462-9fb35a314ed9","how-to-join-palworld-dedicated-server","How to Join a Palworld Dedicated Server: Step-by-Step Guide (2026)","How to join a Palworld dedicated server in 2026: direct IP, community list, password servers, console crossplay, and fixes for every connection error.","# How to Join a Palworld Dedicated Server: Step-by-Step Guide (2026)\n\nJoining a Palworld dedicated server takes about 30 seconds once you know where to click — but if it's your first time, the menu names are not obvious and the platform you play on changes the path. This guide walks through every method that works in Palworld v0.7.3 (April 2026), covers password-protected and console servers, and ends with fixes for every connection error players actually run into.\n\n![Palworld co-op players defending a base with Pals manning machine guns at sandbag fortifications](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fhow-to-join-palworld-server-featured.jpg)\n\n## What You Need Before You Start\n\nBefore launching Palworld, gather four pieces of info. Most reputable hosts give you all of this on the dashboard the moment your server boots:\n\n- **Server IP address** — looks like `192.168.1.100` or a hostname like `pal.yourserver.com`\n- **Game port** — defaults to **8211** for Palworld dedicated servers (UDP)\n- **Server password** — only needed if the host enabled one\n- **Your platform** — Steam, Microsoft Store \u002F Game Pass, PS5, or Xbox. This decides which connection method works.\n\nThe combined connection string looks like `192.168.1.100:8211`. That is the exact format you paste into the game.\n\n## Method 1: Join a Palworld Server via Direct IP (Fastest)\n\nThis is the primary method on PC and works on the Steam version. Most servers — including those from [DoomHosting's Palworld hosting](\u002Fpalworld-server-hosting) — give you the IP and port immediately after purchase.\n\n### Step 1: Launch Palworld and open the multiplayer menu\n- Start Palworld from Steam\n- On the main menu, click **\"Join Multiplayer Game (Dedicated Server)\"**\n\n### Step 2: Enter the server address\n- A list of community servers loads first — ignore it for now\n- Look at the **bottom of the screen** for the connection field labelled with a Connect button on the right\n- Type your `IP:port` combination, like `192.168.1.100:8211`\n- Click **Connect**\n\n### Step 3: Create or load your character\n- First time on this specific server? Palworld asks you to create a new character. Saves are **per-server**, not global.\n- Returning players load their existing character automatically.\n\n### Step 4: Spawn into the world\n- The game loads the server world (15–60 seconds depending on save size)\n- You spawn at the default starting beach on first join\n\n**Pro tip:** once you've connected to a server once, Palworld remembers your last-used IP and pre-fills it the next time you open the menu.\n\n![Palworld player riding a flying Pal — co-op exploration on a dedicated server](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fhow-to-join-palworld-server-flying-coop.jpg)\n\n## Method 2: Join via the Community Servers List\n\nUseful when your server is public or you don't have the IP at hand.\n\n### Browsing the community list\n- From the **Join Multiplayer Game (Dedicated Server)** screen, the upper portion of the page is the community list\n- Each server shows name, player count, ping, region, and a lock icon for password servers\n- Use the search bar at the top to filter by name\n- Click a server row, then click **Connect**\n\n### When to use this method\n- Your host has set the server to **public** in `PalWorldSettings.ini` (`bIsPublic=True`)\n- You don't remember the IP but know the server name\n- You want to discover community servers — modded, PvP, themed, region-specific\n\nIf the server is private, it won't appear here. Use Method 1 with the direct IP instead.\n\n## Method 3: Join from Console (PS5 and Xbox)\n\nConsole players cannot enter an IP directly — Sony and Microsoft don't allow arbitrary network input in retail titles. The flow becomes:\n\n- Open Palworld → **Join Multiplayer Game (Dedicated Server)**\n- The community list is the only path — scroll or search by server name\n- Crossplay between Xbox and PS5 works within the same server\n- **PC ↔ console crossplay is platform-dependent.** Steam PC players cannot join Microsoft Store \u002F Xbox dedicated servers and vice versa. Confirm your host's platform configuration before buying.\n\nIf your console can't see a server you know exists, the host must set `bIsPublic=True` and restart the dedicated server.\n\n## Joining a Password-Protected Palworld Server\n\nIf the host enabled a password, the connect flow has one extra step:\n\n1. Pick the server (Method 1 or 2)\n2. After clicking **Connect**, a password prompt opens\n3. Type the password exactly as shared — it is case-sensitive\n4. Click **Confirm** to join\n\nWrong password returns you to the server list with a generic error. Triple-check capital letters, zeroes versus the letter O, and any special characters.\n\n## Cross-Platform Compatibility Cheat Sheet\n\n| Your platform | Steam dedicated | Xbox \u002F Game Pass dedicated | Console-only server |\n|---|---|---|---|\n| Steam (PC) | Yes | No | No |\n| Microsoft Store \u002F Game Pass (PC) | No | Yes | Yes |\n| Xbox Series X\\|S | No | Yes | Yes |\n| PS5 | No | No | Yes (PS5 + Xbox crossplay) |\n\nMismatched platforms is the number-one cause of \"I can't see or join the server\" support tickets. Always confirm what your host runs before you pay.\n\n![Palworld player exploring an icy biome with their Pal companion — multiplayer co-op gameplay](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fhow-to-join-palworld-server-icy-biome.jpg)\n\n## Troubleshooting: Why You Can't Join a Palworld Server\n\n### \"Connection Failed\" or \"Couldn't Connect to Server\"\n**Most common causes:**\n- Server is offline, restarting, or saving\n- Wrong IP or port — typos cause this 80% of the time\n- Server's port 8211 (UDP) isn't open on the host's firewall\n\n**Fixes:**\n- Verify status from your host's panel\n- Re-paste the IP — never type it by hand if you can copy\n- Wait 60 seconds and retry (server may be in the middle of an autosave)\n\n### \"Failed to Reach Server\" \u002F Timeout\n**Causes:**\n- Network firewall blocking UDP traffic to port 8211\n- ISP-level UDP throttling (rare but real on some networks)\n- Server geographically far from you with a degraded route\n\n**Fixes:**\n- Disable Windows Firewall briefly to test, then re-enable\n- Try mobile-hotspot tethering — if it works on mobile, it's your home network\n- Pick a host in your region (EU players → EU host, NA → NA)\n\n### \"Game Version Mismatch\"\n**Cause:** your Palworld client is on a different patch than the server. After every Pocketpair update both sides must be on the same version.\n\n**Fix:**\n- Update Palworld via Steam — let the auto-update finish before reconnecting\n- If you host the server, update the dedicated server build via SteamCMD before clients return\n- Major versions (v0.7.2 → v0.7.3) require both sides to update; minor hotfixes sometimes work cross-version\n\n### \"Lost Connection to Host\"\n**Causes:**\n- Server crashed or restarted\n- Your internet dropped briefly\n- Server hit its memory ceiling and got OOM-killed (common on 8 GB hosts running large bases)\n\n**Fixes:**\n- Wait 30 seconds and reconnect — most managed hosts auto-restart on crash\n- Ask your host to check server logs and RAM usage\n- Upgrade your plan if RAM is consistently maxed (16 GB is the sweet spot for 4–8 player bases)\n\n### Server Doesn't Appear in the Community List\n**Causes:**\n- `bIsPublic=False` in `PalWorldSettings.ini` — the server is private\n- Outbound port 9777 (Steam master-server registration) blocked on host\n- Server crashed and isn't reporting a heartbeat\n\n**Fixes:**\n- Use Method 1 with the direct IP — works regardless of public flag\n- Host: confirm `bIsPublic=True`, restart, wait two minutes for re-registration\n\n### Stuck on \"Loading World\" Forever\n**Causes:**\n- Save file is large (50+ hours of gameplay) and the client is loading every chunk\n- Network MTU mismatch causing packet fragmentation on initial sync\n\n**Fixes:**\n- Wait it out — first join on a mature save can take 2–3 minutes\n- Restart your router if loading stalls past 5 minutes\n- Ask your host to check server CPU usage during your join\n\n## Optimizing Your Palworld Multiplayer Connection\n\n- **Pick a host in your region.** EU host for EU players, NA host for NA. Cross-continent ping above 200 ms makes Pal-catching laggy.\n- **Use a wired connection** for the host machine if you self-host. Wi-Fi adds 20–50 ms of jitter that snowballs once 4+ players are active.\n- **Limit background bandwidth.** Cloud sync, Steam downloads on other PCs, and 4K streaming on the same network compete for upload bandwidth and tank server responsiveness.\n- **Enable UPnP carefully.** UPnP can auto-forward port 8211 but also exposes you to unwanted traffic. Manual port forwarding is safer for self-hosting at home.\n\n## Conclusion: Join a Palworld Server in Under a Minute\n\nThe fastest reliable method is **direct IP via the Multiplayer menu**: paste `IP:8211`, hit Connect, create your character, play. The community list is great for discovery but assumes the host has set the server public. Console players are stuck with the community list. When something goes wrong, 90% of it traces back to a port-8211 firewall block or a client\u002Fserver version mismatch — both quick to diagnose with the steps above.\n\nRunning your own Palworld server is the cleanest way to control all of this: you set the password, choose the version, decide who joins. **[DoomHosting's Palworld hosting](\u002Fpalworld-server-hosting)** gives you instant setup, full FTP for save backups, DDoS protection, and 24\u002F7 support — so when v0.7.4 drops and your friends need to update, you are not stuck reading forum threads.","how to join palworld server, palworld dedicated server, join palworld dedicated server, palworld multiplayer, palworld server ip, palworld port 8211, palworld connection failed, palworld community servers, palworld crossplay, palworld server hosting","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fhow-to-join-palworld-server-featured.jpg","2026-04-30T17:30:50.662+00:00","2026-04-30T17:31:08.948587+00:00","2026-05-06T15:35:29.798808+00:00",{"da":113,"de":114,"en":103,"pl":115,"sv":116},"hvordan-du-tilslutter-palworld-dedikeret-server","wie-man-einem-palworld-dedicated-server-beitritt","jak-dolaczyc-do-serwera-palworld","hur-du-ansluter-till-palworld-dedikerad-server",{"name":67,"role":68},{"id":119,"slug":120,"title":121,"description":122,"content":123,"keywords":124,"featured_image":125,"category":66,"author_name":67,"author_role":126,"is_published":13,"is_featured":69,"published_at":127,"created_at":128,"updated_at":129,"allSlugs":130,"author":135,"date":127},"9c0b701c-6c03-4ff4-adea-c0d1135f66c2","best-v-rising-server-hosting-2026","Best V Rising Server Hosting [2026]","Looking for the best V Rising server hosting in 2026? We cover hardware requirements, co-op setup for up to 40 players, Invaders of Oakveil configuration, and why a dedicated server beats running it on your own PC.","V Rising launched in Steam Early Access in May 2022 and hit full release on May 8, 2024 after selling over 3 million copies before version 1.0. Developed by Stunlock Studios, it puts you in the role of a weakened vampire clawing back power in the world of Vardoran - hunting humans for blood, building a castle, and battling powerful V Blood bosses to absorb their abilities. The 1.1 update, Invaders of Oakveil, added a new region, new boss types, and expanded the endgame considerably.\n\nIf you want to run the game with friends, a dedicated server is the right move. Running a session off your gaming PC works for a quick test, but once your group wants a world that stays online when you log off - or once you hit 8-10 players - performance on consumer hardware starts to break down.\n\n![V Rising - gothic forest exploration in Vardoran](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fvrising-server-hosting-ss1.jpg)\n\n## What Is V Rising?\n\nV Rising is a vampire survival action RPG built around an isometric perspective and a day-night cycle that shapes every decision. During daylight you take heavy sun damage and must plan routes using shadow. At night you hunt, raid human settlements, and push into the cursed wilderness to find V Blood carriers - bosses that grant new abilities when you drain them.\n\nThe game supports up to 40 players on a single dedicated server, split across PvE and PvP modes. Clan sizes, castle sieges, blood drain rates, and day length are all configurable, making it flexible enough for a private group of four or a large community server.\n\n## V Rising Dedicated Server Requirements\n\nStunlock Studios provides an official dedicated server tool via SteamCMD (App ID 1829350). It runs headless on both Windows and Linux - no GPU required.\n\n**Minimum specs (4-10 players):**\n- CPU: 4-core at 3.0 GHz or faster\n- RAM: 4 GB\n- Storage: 10 GB SSD\n- Network: 50 Mbps stable uplink\n\n**Recommended specs (up to 40 players):**\n- CPU: 6-8 core at 3.5 GHz or faster\n- RAM: 8-16 GB (12 GB recommended for full 40-player sessions)\n- Storage: 20 GB NVMe SSD\n- Network: 1 Gbps\n\n**Required ports (UDP):**\n- 9876 - game port\n- 9877 - Steam query port\n\nStorage speed matters here. V Rising saves world state frequently during active sessions - castle changes, terrain events, player inventory snapshots. On slower drives this creates stutter spikes at peak player counts. NVMe is not a luxury if you plan on running more than 10-15 players.\n\n## How V Rising Multiplayer Works\n\nV Rising uses a standard dedicated server model. The server runs continuously and persists your world independently of whether any players are connected. This means your base keeps existing and the world evolves (resource respawns, day cycle, etc.) even when your whole group is offline.\n\nThe main server config lives in two files:\n\n**ServerHostSettings.json** controls:\n- Server name and description\n- Max connected players (max 40)\n- Server password\n- Game port and query port\n- Save directory\n\n**ServerGameSettings.json** controls gameplay rules:\n- `BloodDrainModifier` - how fast blood empties (default 1.0)\n- `UnitStatModifiers_Global` - adjust enemy difficulty\n- `CastleStatModifiers_Global` - tweak castle HP and siege behavior\n- `PlayerInteractionSettings` - PvP\u002FPvE toggle, friendly fire, clan options\n- `DayDurationInSeconds` - length of a full day cycle\n- `VSPlayerSettings` - player damage and dueling rules\n\nA common mistake is leaving server settings at defaults and wondering why the blood drain feels punishing for a small friend group. Reducing `BloodDrainModifier` to 0.5 or 0.3 gives casual groups a more comfortable pace without removing the mechanic entirely.\n\n![V Rising - castle building and vampire throne room](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fvrising-server-hosting-ss2.jpg)\n\n## Invaders of Oakveil and Server Considerations\n\nThe 1.1 update, Invaders of Oakveil, added the Oakveil Woodlands - a new late-game biome with a dedicated boss lineup and new enemy faction. From a server performance standpoint, the update increased the active chunk count loaded when players explore the new zone. If your group is heavy on endgame content, plan for the higher end of the RAM range (12-16 GB) when 15 or more players are active simultaneously.\n\nThe update also added the Cursed Forest rework and new vampire lord abilities, all of which are server-side mechanics. No client-side mods are required to access the update content - it is all handled through the dedicated server binary.\n\n## Self-Hosting vs Dedicated Hosting\n\nRunning V Rising from your gaming PC has a real cost:\n\n- Your PC must stay on whenever friends want to play\n- Your home internet upload speed is shared between the game server and your own connection\n- Power consumption adds up over weeks of hosting\n- A hardware failure or ISP outage takes the whole group offline\n\nA dedicated server host solves all of this. You get a machine running in a data center with guaranteed uplink, managed hardware, and daily backups. For a group of 6-10 players, the monthly cost is less than a single round of drinks.\n\n![V Rising - raiding human settlements at night](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fvrising-server-hosting-ss3.jpg)\n\n## Why Choose DoomHosting for V Rising\n\nDoomHosting runs game servers on NVMe SSD hardware in European data centers, which matters for V Rising's frequent world saves. The panel gives you one-click server installation, direct access to config files (ServerHostSettings.json and ServerGameSettings.json), and automatic restarts if the process crashes.\n\nSetup takes under 5 minutes from ordering to having a running server your friends can join.\n\nGet your V Rising server running today at [DoomHosting V Rising Server Hosting](\u002Fgames).\n","V Rising server hosting, V Rising dedicated server, V Rising multiplayer server, best V Rising server hosting 2026, V Rising server setup, Invaders of Oakveil server, V Rising co-op server","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fvrising-server-hosting-ss2.jpg","Gaming Writer","2026-03-18T09:00:00+00:00","2026-03-18T09:07:24.907587+00:00","2026-05-06T15:35:28.903755+00:00",{"da":131,"de":132,"en":120,"pl":133,"sv":134},"bedste-v-rising-server-hosting-2026","bestes-v-rising-server-hosting-2026","najlepszy-hosting-serwera-v-rising-2026","basta-v-rising-serverhosting-2026",{"name":67,"role":126},{"id":137,"slug":138,"title":139,"description":140,"content":141,"keywords":142,"featured_image":143,"category":66,"author_name":67,"author_role":126,"is_published":13,"is_featured":69,"published_at":144,"created_at":145,"updated_at":146,"allSlugs":147,"author":152,"date":144},"8ef5c12d-adc9-4d14-8058-2272a0361cf8","pterodactyl-panel-complete-guide","Pterodactyl Panel: A Complete Guide for Game Server Owners","Learn everything about Pterodactyl Panel - the free, open-source game server management panel. Features, setup tips, Docker integration, and why hosting providers use it.","If you have ever managed a game server, you have probably heard of Pterodactyl Panel. It is the most popular open-source game server management panel out there, used by thousands of hosting companies, communities, and individual server owners worldwide. Built with PHP, React, and Go, it has been the go-to solution since 2015 for anyone who wants a professional-grade control panel without paying monthly licensing fees.\n\nIn this guide, we break down everything you need to know about Pterodactyl Panel - what it does, how it works, and why it matters for game server hosting.\n\n![Pterodactyl Panel dashboard showing server list with Minecraft and Bungeecord servers](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpterodactyl-panel-dashboard.jpg)\n\n## What Is Pterodactyl Panel?\n\nPterodactyl is a free, open-source game server management panel licensed under MIT. It gives you a clean web interface to create, manage, and monitor game servers. The panel handles user management, resource allocation, file management, server console access, scheduling, and more.\n\nThe project consists of two main components:\n\n- **Panel** - The web frontend built with PHP (Laravel) and React. This is where admins and users interact with their servers.\n- **Wings** - The server-side daemon written in Go that actually runs and manages the game server processes inside Docker containers.\n\nThis separation means you can run the panel on one machine and have multiple Wings nodes across different locations, making it easy to scale.\n\n## Key Features\n\n### Docker-Based Isolation\n\nEvery game server runs inside its own Docker container. This is not just a nice feature - it is the foundation of how Pterodactyl works. Each container gets strict CPU, memory, and disk limits. If one server crashes or gets compromised, the others are completely unaffected. This level of isolation is what makes Pterodactyl suitable for commercial hosting where multiple customers share the same hardware.\n\n### Security First\n\nPterodactyl takes security seriously. Passwords are hashed with bcrypt, sensitive data is encrypted with AES-256-CBC, and HTTPS is supported out of the box. The API uses token-based authentication, and the Docker isolation adds another layer of protection. The security defaults are solid - reasonable choices out of the box, no extra hardening needed to get started.\n\n### User-Friendly Interface\n\nThe React-based frontend is clean and responsive. Server owners can access the console, manage files through a built-in file manager, view resource usage in real time, and set up scheduled tasks - all from the browser. No SSH access required for day-to-day management.\n\n![Server infrastructure powering game hosting with Pterodactyl Panel](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpterodactyl-server-infrastructure.jpg)\n\n### Multi-Game Support\n\nPterodactyl supports a huge range of games through what it calls \"eggs\" - preconfigured templates that define how a specific game server should run. Out of the box, you get eggs for:\n\n- Minecraft (Java and Bedrock)\n- Rust\n- ARK: Survival Evolved\n- CS2 \u002F Counter-Strike\n- Valheim\n- Terraria\n- Garry's Mod\n- Team Fortress 2\n- And dozens more through community-contributed eggs\n\nThe egg system is flexible enough that you can create custom eggs for virtually any application that runs in a Docker container.\n\n### API Access\n\nPterodactyl exposes a comprehensive REST API that lets you automate everything. Create servers, manage users, check resource usage, send console commands - all programmatically. This is what hosting companies use to integrate Pterodactyl with their billing systems like WHMCS or Blesta.\n\n## How Hosting Providers Use Pterodactyl\n\nMost game server hosting companies you encounter online are running some version of Pterodactyl under the hood. The workflow typically looks like this:\n\n1. A customer orders a game server through the hosting website\n2. The billing system (WHMCS, Blesta, or a custom solution) calls the Pterodactyl API\n3. Pterodactyl automatically provisions a new server on the appropriate Wings node\n4. The customer gets login credentials and can manage their server through the panel\n\nAt DoomHosting, we use a customized panel setup that gives you the power of Pterodactyl with additional optimizations for performance and ease of use. When you rent a [Minecraft server](\u002Fminecraft-server-hosting) or a [Rust server](\u002Frust-server-hosting), the management interface you interact with is built on this same proven technology.\n\n## Pterodactyl vs. Other Panels\n\nThere are alternatives out there - TCAdmin, Multicraft, and AMP being the most notable. Here is how Pterodactyl stacks up:\n\n| Feature | Pterodactyl | TCAdmin | Multicraft | AMP |\n|---------|------------|---------|------------|-----|\n| Price | Free (MIT) | Paid license | Paid license | Paid license |\n| Docker isolation | Yes | No | No | Optional |\n| Open source | Yes | No | No | No |\n| Modern UI | React-based | Legacy | Legacy | Modern |\n| API | Full REST API | Limited | Limited | Yes |\n| Community | Large, active | Smaller | Smaller | Growing |\n\nThe biggest advantage of Pterodactyl is the combination of zero licensing cost and Docker-based security. For hosting companies, the savings on licensing alone can be substantial.\n\n## Setting Up Pterodactyl - What You Need\n\nIf you want to self-host Pterodactyl, here are the requirements:\n\n**Panel requirements (Pterodactyl v1.x):**\n- PHP 8.1 or higher\n- MySQL 5.7.22+ or MariaDB 10.2+\n- Redis\n- A web server (Nginx recommended)\n- Composer\n- A domain with SSL (Let's Encrypt works fine)\n\n**Wings requirements:**\n- Docker\n- A Linux server (Ubuntu 20.04+ or Debian 11+ recommended)\n- Dedicated IP or properly configured NAT\n\nThe official documentation at pterodactyl.io covers the installation process step by step. Expect to spend 30 to 60 minutes on a fresh setup if you are comfortable with Linux server administration.\n\n![Pterodactyl Panel in action - managing game servers through the web interface](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpterodactyl-panel-demo.gif)\n\n## Tips for Getting the Most Out of Pterodactyl\n\n**Use allocations wisely.** Each game server needs at least one port allocation. Plan your port ranges ahead of time, especially if you are running many servers on one node.\n\n**Set resource limits carefully.** Over-allocating CPU and memory leads to poor performance for everyone. A good rule of thumb is to keep total allocated resources at 80% of the node's actual capacity.\n\n**Keep Wings updated.** Security patches and performance improvements come regularly. Running outdated Wings nodes is a risk you do not want to take.\n\n**Use the schedule system.** Pterodactyl lets you set up automated tasks like server restarts, backup creation, and console commands on a schedule. Use this to keep your servers healthy without manual intervention.\n\n**Leverage the API for automation.** If you run more than a handful of servers, automating provisioning and monitoring through the API will save you hours of work every week.\n\n## The Future: Pelican and Beyond\n\nPterodactyl continues to receive security patches - critical vulnerabilities were addressed as recently as early 2026, so it is not abandoned. That said, major feature development has largely shifted to a community fork called Pelican Panel (pelican.dev). Pelican modernizes the codebase with an updated interface, one-click installations, automatic updates, and 2FA support out of the box. Development pace on Pelican is noticeably more active.\n\nThe core architecture is identical: Docker-based isolation, the same Panel plus Wings split, the same egg system for game templates. Everything in this guide applies equally to Pelican. If you are setting up a new panel environment today, Pelican is worth comparing against the original Pterodactyl before you commit to one.\n\n## Why It Matters for Your Game Server\n\nWhether you are running a small Minecraft server for friends or managing a network of competitive CS2 servers, the panel you use directly impacts your experience. Pterodactyl gives you enterprise-grade tools without the enterprise price tag.\n\nIf you prefer to skip the setup hassle entirely, hosting providers like DoomHosting handle all the infrastructure for you. You get a polished management interface, automatic backups, DDoS protection, and instant deployment - all backed by the same Docker-based technology that makes Pterodactyl reliable.\n\nReady to get your game server running? Check out our [game server hosting](\u002Fminecraft-server-hosting) options, or explore servers for [Valheim](\u002Fvalheim-server-hosting), [ARK](\u002Fark-survival-evolved-server-hosting), and [more](\u002Frust-server-hosting).","pterodactyl panel, game server management, pterodactyl panel guide, open source server panel, docker game servers, pterodactyl setup, game server hosting panel","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpterodactyl-panel-hero-v2.webp","2026-03-08T09:00:00+00:00","2026-02-25T10:27:19.716907+00:00","2026-05-06T16:33:00.431459+00:00",{"da":148,"de":149,"en":138,"pl":150,"sv":151},"pterodactyl-panel-komplet-guide","pterodactyl-panel-kompletter-leitfaden","pterodactyl-panel-kompletny-poradnik","pterodactyl-panel-komplett-guide",{"name":67,"role":126},{"left":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":156},0,20,"\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":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":158},"\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":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":160},"\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":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":162},"\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":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":164},"\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":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":166},"\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":154,"top":154,"width":155,"height":155,"rotate":154,"vFlip":69,"hFlip":69,"body":168},"\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>"]