[{"data":1,"prerenderedAt":223},["ShallowReactive",2],{"header-games":3,"article-how-to-become-admin-project-zomboid-server-en":51,"game-info-article-project-zomboid":79,"help-game-articles-project-zomboid-en":83,"i-heroicons:chevron-right-20-solid":211,"i-heroicons:user-circle-20-solid":215,"i-heroicons:clock-20-solid":217,"i-heroicons:pencil-square-20-solid":219,"i-heroicons:calendar-days-20-solid":221},{"total":4,"featured":5},23,[6,13,19,24,29,35,40,45],{"slug":7,"name":8,"icon":9,"hasIcon":10,"basePrice":11,"link":12},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,1,"\u002Fminecraft-server-hosting",{"slug":14,"name":15,"icon":16,"hasIcon":10,"basePrice":17,"link":18},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png",6,"\u002Fhytale-server-hosting",{"slug":20,"name":21,"icon":22,"hasIcon":10,"basePrice":17,"link":23},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":25,"name":26,"icon":27,"hasIcon":10,"basePrice":17,"link":28},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":10,"basePrice":33,"link":34},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":36,"name":37,"icon":38,"hasIcon":10,"basePrice":17,"link":39},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":41,"name":42,"icon":43,"hasIcon":10,"basePrice":17,"link":44},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":46,"name":47,"icon":48,"hasIcon":10,"basePrice":49,"link":50},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png",4,"\u002Fterraria-server-hosting",{"id":52,"game_slug":53,"category":54,"title":55,"description":56,"content":57,"keywords":58,"author_name":65,"author_role":66,"is_featured":10,"is_published":10,"published_at":67,"created_at":68,"updated_at":69,"slug":70,"allSlugs":71,"author":76,"date":67,"lastUpdated":67,"game":77},"2f94e669-1c0c-4b40-9ba1-a5d7c2a3a184","project-zomboid","Administration","How to Become Admin on a Project Zomboid Server","Grant admin access on your Project Zomboid server in 3 steps. Console commands, access levels, and the 10 commands you actually use day-to-day.","## How to Become Admin on a Project Zomboid Server\n\nYou become admin on Project Zomboid through the server console — there's no in-game button, no admin password set up by default. This guide walks through the exact steps to grant yourself admin access on a Pterodactyl-hosted server, then covers the essential commands you'll actually use day-to-day.\n\n## Step 1 — Find your server console\n\nIn the DoomHosting panel (or any Pterodactyl panel):\n\n1. Open your server\n2. Click the **Console** tab\n3. Wait for the line `SERVER STARTED` to appear\n\nYou'll see startup logs first. Don't type until the server is fully started — early commands get dropped.\n\n## Step 2 — Grant yourself admin\n\nType this in the console (no `\u002F` prefix needed when typing in the console — slashes are only for in-game chat):\n\n```\ngrantadmin YourSteamUsername\n```\n\nReplace `YourSteamUsername` with your in-game player name (case-sensitive). You should see:\n\n```\nUser YourSteamUsername has been added as admin.\n```\n\nIf the user doesn't exist yet, you need to log in to the server at least once. The system creates an account record on first login.\n\n## Step 3 — Verify in-game\n\nConnect to the server and type `\u002Fhelp` in chat. If you see the full admin command list (50+ commands), you're admin. If you only see basic player commands (8–10 commands), the grant didn't take.\n\n## Access levels (not just \"admin\")\n\nProject Zomboid supports five access tiers via `setaccesslevel`:\n\n| Level | Power |\n|---|---|\n| `admin` | Full control — every command |\n| `moderator` | Kick, ban, teleport, message |\n| `overseer` | Read-only inspection of player stats |\n| `gm` | Spawn items, teleport, no ban authority |\n| `observer` | Spectate only — no interaction |\n\nSet them with:\n\n```\nsetaccesslevel \"PlayerName\" \"moderator\"\n```\n\n## The 10 commands you'll actually use\n\nOut of 50+ commands, these are the ones you'll reach for weekly:\n\n| Command | Use case |\n|---|---|\n| `\u002Fplayers` | List who's online |\n| `\u002Fteleport \"Player\"` | Teleport to a player |\n| `\u002Fteleportto x,y,z` | Teleport to coordinates |\n| `\u002Fkickuser \"Player\" -r \"reason\"` | Kick with a reason |\n| `\u002Fbanuser \"Player\" -r \"reason\" -ip -s` | Ban + IP-ban + Steam-ban |\n| `\u002Funbanuser \"Player\"` | Reverse a ban |\n| `\u002Fservermsg \"Restart in 5 minutes\"` | Broadcast to everyone |\n| `\u002Fsave` | Force-save the world |\n| `\u002Fquit` | Save and shut down cleanly |\n| `\u002Fadditem \"Player\" \"Base.Hammer\"` | Spawn an item |\n\nFor the full command reference, see our [Project Zomboid Server Commands Guide](\u002Fhelp\u002Farticles\u002Fproject-zomboid-server-commands-guide).\n\n## Console vs in-game chat — the syntax difference\n\n| Source | Prefix | Example |\n|---|---|---|\n| Server console | none | `grantadmin YourName` |\n| In-game chat | `\u002F` | `\u002Fgrantadmin YourName` |\n\nBoth work identically — the only difference is the slash. New admins often paste console syntax into chat and wonder why nothing happens.\n\n## Where admin permissions are stored\n\nAdmin status lives in the SQLite database at:\n\n```\n\u002Fhome\u002Fcontainer\u002FZomboid\u002Fdb\u002Fservertest.db\n```\n\nYou can inspect it with any SQLite browser if you need to bulk-edit. The `whitelist` table holds username → access level. Modify the `accesslevel` column directly to promote\u002Fdemote outside of the console.\n\n## Setting an admin password (security)\n\nBy default, the dedicated server prompts for an admin password on first run, used when you log in as the special `admin` account. To reset it from the console:\n\n```\nchangepwd \"current_password\" \"new_password\"\n```\n\nOr for the `admin` user specifically while logged in as them:\n\n```\nchangepwd \"admin\" \"newPassword\"\n```\n\nUse a long random password — `admin` has full server control and the account name is well-known.\n\n## Common problems\n\n**\"User does not exist\"**\nThe player has never logged in. Have them connect once first, then re-run `grantadmin`.\n\n**\"Permission denied\" running commands as admin**\nYou used in-game chat without the `\u002F`. Slash is required in chat.\n\n**Lost admin password**\nStop the server, open `\u002Fhome\u002Fcontainer\u002FZomboid\u002Fdb\u002Fservertest.db` in DB Browser for SQLite, find the `admin` row in `whitelist`, replace the `password` field with a known bcrypt hash (or delete the row and recreate via console after restart).\n\n**Console keeps saying \"Type 'help' for commands\"**\nThe server hasn't finished starting. Wait for `SERVER STARTED` before typing.\n\n## FAQ\n\n**Can multiple players be admin at once?**\nYes — there's no limit. Run `grantadmin` for each.\n\n**Is there an admin GUI?**\nProject Zomboid has no admin GUI. Everything happens through console commands or by editing the SQLite database directly.\n\n**Can I demote myself by accident?**\nYes — `\u002Fremoveadmin \"YourName\"` strips your own admin. If you do this and have no other admin accounts, log in as the `admin` user with the password you set on first run.\n\n**What's the difference between admin and the special `admin` user account?**\n`admin` is a built-in account with hardcoded admin privileges, used when you can't log in via Steam (e.g. for password recovery). Regular admin status is granted to your normal Steam-linked account.",[59,60,61,62,63,64],"project zomboid become admin","project zomboid grantadmin","pz admin commands","project zomboid console commands","how to be admin pz server","setaccesslevel project zomboid","Andreas","Technical Writer","2026-05-07T14:01:48.204+00:00","2026-05-07T14:01:47.811835+00:00","2026-05-07T14:39:45.371559+00:00","how-to-become-admin-project-zomboid-server",{"da":72,"de":73,"en":70,"pl":74,"sv":75},"sadan-bliver-du-admin-project-zomboid-server","admin-werden-project-zomboid-server","jak-zostac-adminem-project-zomboid-serwer","hur-du-blir-admin-project-zomboid-server",{"name":65,"role":66},{"slug":53,"name":78},"Project Zomboid",{"slug":53,"name":78,"icon":80,"cardImage":81,"description":82},"https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Fproject-zomboid.webp","Project Zomboid is the ultimate isometric zombie survival sandbox — set in a meticulously detailed Knox County overrun by the undead, where every choice could be your last. Scavenge, fortify a base, manage hunger and sanity, and survive as long as you can with friends in punishing co-op. Rent a dedicated Project Zomboid server from DoomHosting for 24\u002F7 uptime, instant setup, full Steam Workshop mod support, and DDoS protection.",[84,99,103,116,130,144,157,171,184,197],{"id":85,"slug":86,"game_slug":53,"title":87,"description":88,"category":89,"is_featured":10,"published_at":90,"content":91,"keywords":91,"allSlugs":92,"author":97,"date":90,"lastUpdated":90,"game":98},"471ba89c-f3e2-4312-a5c2-41fe4efa8cc9","project-zomboid-server-ram-requirements","Project Zomboid Server RAM Requirements (Build 41 vs Build 42)","Real RAM benchmarks for Project Zomboid B41 and B42 servers. Tables by player count and modlist, signs of OOM, and tuning advice.","Configuration","2026-05-07T14:30:17.366+00:00",null,{"da":93,"de":94,"en":86,"pl":95,"sv":96},"project-zomboid-server-ram-krav","project-zomboid-server-ram-anforderungen","wymagania-ram-serwera-project-zomboid","project-zomboid-server-ram-krav-sv",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":52,"slug":70,"game_slug":53,"title":55,"description":56,"category":54,"is_featured":10,"published_at":67,"content":91,"keywords":91,"allSlugs":100,"author":101,"date":67,"lastUpdated":67,"game":102},{"da":72,"de":73,"en":70,"pl":74,"sv":75},{"name":-1,"role":-1},{"slug":53,"name":78},{"id":104,"slug":105,"game_slug":53,"title":106,"description":107,"category":89,"is_featured":10,"published_at":108,"content":91,"keywords":91,"allSlugs":109,"author":114,"date":108,"lastUpdated":108,"game":115},"286f47b6-0527-4666-ae10-9a8aa0c4fecd","project-zomboid-sandbox-settings-explained","Project Zomboid Sandbox Settings Explained (Build 42)","Every Project Zomboid sandbox setting explained — population, loot, zombies, weather, vehicles. Real Pterodactyl paths and B42 defaults.","2026-05-07T13:56:47.242+00:00",{"da":110,"de":111,"en":105,"pl":112,"sv":113},"project-zomboid-sandbox-indstillinger-forklaret","project-zomboid-sandbox-einstellungen-erklaert","ustawienia-sandbox-project-zomboid-wyjasnione","project-zomboid-sandbox-installningar-forklarade",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":117,"slug":118,"game_slug":53,"title":119,"description":120,"category":121,"is_featured":10,"published_at":122,"content":91,"keywords":91,"allSlugs":123,"author":128,"date":122,"lastUpdated":122,"game":129},"6c43ff8f-efa1-4b09-b49b-ff905c2f062d","how-to-install-mods-project-zomboid-server-build-42","How to Install Mods on a Project Zomboid Server (Build 42)","Add Steam Workshop mods to your Project Zomboid Build 42 dedicated server. Step-by-step guide with real Pterodactyl paths, load order, and troubleshooting.","Mods & Customization","2026-05-07T13:52:33.693+00:00",{"da":124,"de":125,"en":118,"pl":126,"sv":127},"sadan-installerer-du-mods-project-zomboid-server-build-42","mods-installieren-project-zomboid-server-build-42","jak-zainstalowac-mody-project-zomboid-serwer-build-42","hur-du-installerar-mods-project-zomboid-server-build-42",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":131,"slug":132,"game_slug":53,"title":133,"description":134,"category":135,"is_featured":10,"published_at":136,"content":91,"keywords":91,"allSlugs":137,"author":142,"date":136,"lastUpdated":136,"game":143},"e44c4001-5a2a-4321-9f21-d6a975979ecc","how-to-switch-to-project-zomboid-build-42-server","How to Switch to Project Zomboid Build 42 Server","Learn how to switch your Project Zomboid server to Build 42, the unstable beta branch, with our step-by-step guide and troubleshooting tips for a seamless transition to the latest update.","Getting Started","2026-04-10T15:19:24.635+00:00",{"da":138,"de":139,"en":132,"pl":140,"sv":141},"sadan-skifter-du-til-project-zomboid-build-42-server","so-wechseln-sie-zu-project-zomboid-build-42-server","jak-przeaczyc-serwer-project-zomboid-na-build-42","sa-har-vaxlar-du-till-project-zomboid-build-42-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":145,"slug":146,"game_slug":53,"title":147,"description":148,"category":54,"is_featured":10,"published_at":149,"content":91,"keywords":91,"allSlugs":150,"author":155,"date":149,"lastUpdated":149,"game":156},"3478a3d9-c169-4464-8d99-9f695f02f7ab","project-zomboid-server-commands-guide","Project Zomboid Server Commands Guide","Complete list of Project Zomboid server commands for administrators and moderators. Learn how to manage your server, moderate players, and use admin commands effectively.","2024-01-23T00:00:00+00:00",{"da":151,"de":152,"en":146,"pl":153,"sv":154},"project-zomboid-server-kommandoer-guide","project-zomboid-server-befehle-anleitung","project-zomboid-komendy-serwera-poradnik","project-zomboid-server-kommandon-guide",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":158,"slug":159,"game_slug":53,"title":160,"description":161,"category":54,"is_featured":162,"published_at":163,"content":91,"keywords":91,"allSlugs":164,"author":169,"date":163,"lastUpdated":163,"game":170},"ac6b423f-e9c4-4014-a460-7451f0b90b02","how-to-setup-whitelist-project-zomboid-server","How to Set Up a Whitelist on a Project Zomboid Server","Lock your Project Zomboid server to approved players only. 4-step whitelist setup with adduser, addalltowhitelist, and SQLite storage details.",false,"2026-05-07T14:27:44.697+00:00",{"da":165,"de":166,"en":159,"pl":167,"sv":168},"sadan-opretter-whitelist-project-zomboid-server","whitelist-project-zomboid-server-einrichten","jak-skonfigurowac-whitelist-project-zomboid-serwer","hur-satter-upp-whitelist-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":172,"slug":173,"game_slug":53,"title":174,"description":175,"category":54,"is_featured":162,"published_at":176,"content":91,"keywords":91,"allSlugs":177,"author":182,"date":176,"lastUpdated":176,"game":183},"5391546a-ac25-4fad-8013-b753daefca1a","how-to-backup-restore-project-zomboid-server","How to Back Up and Restore a Project Zomboid Server","Back up and restore your Project Zomboid server safely. Full restore, world-only restore, character-only restore, and migration between hosts.","2026-05-07T14:21:26.617+00:00",{"da":178,"de":179,"en":173,"pl":180,"sv":181},"sadan-tager-backup-gendanner-project-zomboid-server","project-zomboid-server-sichern-wiederherstellen","jak-backup-przywrocic-serwer-project-zomboid","hur-du-backar-aterstaller-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":185,"slug":186,"game_slug":53,"title":187,"description":188,"category":54,"is_featured":162,"published_at":189,"content":91,"keywords":91,"allSlugs":190,"author":195,"date":189,"lastUpdated":189,"game":196},"94484ae7-a734-4cc4-a25a-06d239b86b26","how-to-reset-wipe-project-zomboid-server-map","How to Reset or Wipe a Project Zomboid Server Map","Reset your Project Zomboid map — soft reset (keep characters), hard reset (wipe everything), or chunk-level refresh. Real Pterodactyl paths.","2026-05-07T14:17:40.006+00:00",{"da":191,"de":192,"en":186,"pl":193,"sv":194},"sadan-reset-wipe-project-zomboid-server-kort","project-zomboid-server-map-zuruecksetzen-wipen","jak-zresetowac-wipe-mape-serwera-project-zomboid","hur-aterstaller-wipear-project-zomboid-server-karta",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":198,"slug":199,"game_slug":53,"title":200,"description":201,"category":202,"is_featured":162,"published_at":203,"content":91,"keywords":91,"allSlugs":204,"author":209,"date":203,"lastUpdated":203,"game":210},"26b1c2cf-1ca0-44b3-ac5d-4a0ee1441968","project-zomboid-port-forwarding-guide","Project Zomboid Port Forwarding Guide (Port 16261)","Forward port 16261\u002FUDP for Project Zomboid in 5 steps. Router-by-router instructions, Windows Firewall, CGNAT fixes, and verification.","Troubleshooting","2026-05-07T14:05:18.346+00:00",{"da":205,"de":206,"en":199,"pl":207,"sv":208},"project-zomboid-port-forwarding-guide-da","project-zomboid-port-forwarding-anleitung","project-zomboid-przewodnik-port-forwarding","project-zomboid-port-forwarding-guide-sv",{"name":-1,"role":-1},{"slug":53,"name":78},{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":214},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":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":216},"\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":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":218},"\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":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":220},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"m5.433 13.917l1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65\"\u002F>\u003Cpath d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z\"\u002F>\u003C\u002Fg>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":222},"\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>",1778234525880]