[{"data":1,"prerenderedAt":180},["ShallowReactive",2],{"header-games":3,"i-heroicons:server-stack-16-solid":65,"article-fivem-server-not-showing-in-server-list-en":70,"game-info-article-fivem":94,"help-game-articles-fivem-en":100,"i-heroicons:chevron-right-20-solid":161,"i-heroicons:user-circle-20-solid":164,"i-heroicons:clock-20-solid":166,"i-heroicons:calendar-days-20-solid":168,"i-heroicons:chevron-down-20-solid":170,"i-heroicons:hand-thumb-up-20-solid":172,"i-heroicons:hand-thumb-down-20-solid":174,"i-heroicons:wrench-screwdriver-20-solid":176,"i-heroicons:arrow-right-20-solid":178},{"promoCode":4,"promoPercentage":5,"total":6,"featured":7},"DOOM25",0.25,44,[8,16,23,29,35,41,46,52,59],{"slug":9,"name":10,"icon":11,"hasIcon":12,"badge":13,"basePrice":14,"link":15},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":17,"name":18,"icon":19,"hasIcon":12,"badge":20,"basePrice":21,"link":22},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":24,"name":25,"icon":26,"hasIcon":12,"badge":27,"basePrice":21,"link":28},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","new_update","\u002Fpalworld-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":12,"badge":33,"basePrice":21,"link":34},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png",null,"\u002Frust-server-hosting",{"slug":36,"name":37,"icon":38,"hasIcon":12,"badge":33,"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":12,"badge":33,"basePrice":21,"link":45},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":47,"name":48,"icon":49,"hasIcon":12,"badge":33,"basePrice":50,"link":51},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png",8,"\u002Fenshrouded-server-hosting",{"slug":53,"name":54,"icon":55,"hasIcon":12,"badge":56,"basePrice":57,"link":58},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":60,"name":61,"icon":62,"hasIcon":12,"badge":27,"basePrice":63,"link":64},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png",7,"\u002Fproject-zomboid-server-hosting",{"left":66,"top":66,"width":67,"height":67,"rotate":66,"vFlip":68,"hFlip":68,"body":69},0,16,false,"\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>",{"id":71,"game_slug":72,"slug":73,"category":74,"title":75,"description":76,"content":77,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":80,"allSlugs":81,"author":88,"date":80,"lastUpdated":89,"game":90,"dateFormatted":92,"lastUpdatedFormatted":92,"imageDims":93},"85e9308a-6d02-4c21-be42-880bc5f585f2","fivem","fivem-server-not-showing-in-server-list","Troubleshooting","FiveM Server Not Showing in the Server List: How to Fix It","Six reasons a FiveM server never reaches the browser, from a closed UDP port to an uncommented sv_master1 line, plus a one minute test that finds yours.","Your FiveM server starts, the console looks healthy, and the server browser still does not show it. Almost every case comes down to one of six causes, and a single one-minute test tells you which half of the list to read.\n\nStart with the reachability test below. It splits the problem cleanly: either the outside world cannot reach your server at all, or it can and something in `server.cfg` is keeping you off the list. Skipping this test is why people spend an evening rewriting a config file when the real problem was a closed UDP port.\n\n## Step 1: is your server reachable from outside?\n\nWith the server running, open this in a browser, replacing the address with your server's public IP and port:\n\n```\nhttp:\u002F\u002F203.0.113.10:30120\u002Finfo.json\n```\n\nDo it from somewhere other than the machine running the server. Your home PC works, so does your phone on mobile data. Testing from inside the server itself always succeeds, because that traffic never leaves the machine.\n\n- **A page of JSON appears.** The server is reachable. Skip to step 3.\n- **It times out or refuses the connection.** The server is not reachable. Go to step 2.\n\nYou can also check `http:\u002F\u002Fyour-ip:30120\u002Fdynamic.json`, which returns the live player count, or run the address through our [FiveM server status checker](\u002Ftools\u002Ffivem-server-status-checker).\n\n## Step 2: the server is not reachable\n\nThis is a port problem, not a config problem. Three things to check, in order.\n\n**The Windows firewall.** Windows Server blocks inbound traffic by default, so a brand new VPS refuses everything until you say otherwise. You need port 30120 open on **both TCP and UDP**, as two separate rules. Full walkthrough, with the commands to do it in one go: [How to Open FiveM Ports in Windows Firewall](\u002Fhelp\u002Farticles\u002Fhow-to-open-fivem-ports-windows-firewall).\n\nOn Linux the default is usually the opposite, nothing is blocked, so if you are on a fresh Ubuntu or Debian VPS the firewall is rarely the culprit. Check whether the server process is actually listening and bound to `0.0.0.0` rather than `127.0.0.1`.\n\n**The port the server is bound to.** In `server.cfg`, these two lines set it:\n\n```\nendpoint_add_tcp \"0.0.0.0:30120\"\nendpoint_add_udp \"0.0.0.0:30120\"\n```\n\nBoth must be present, both must point at the same port, and that port must be the one you opened in the firewall. `0.0.0.0` means \"listen on every interface\". If someone changed it to `127.0.0.1` the server only ever talks to itself.\n\n**Port forwarding, if you host from home.** A home connection needs 30120 TCP and UDP forwarded on the router to the PC running the server, on top of the Windows rules. A VPS does not need this at all, it already has its own public IP.\n\nOnce `\u002Finfo.json` answers from outside, come back and continue.\n\n## Step 3: reachable, but still not listed\n\nThe server answers, so the problem is in `server.cfg` or with the license. Work down this list.\n\n### sv_master1 must stay commented out\n\nThis is the one that most guides on the internet get backwards, so check it first. Open `server.cfg` and look for this line:\n\n```\n#sv_master1 \"\"\n```\n\nThe `#` matters. Commented out, as above, your server sends its heartbeat and appears in the list normally. Remove the `#` and you have explicitly told FXServer not to register with the master list: the server turns up as private, and the connect button is disabled for anyone browsing.\n\nPlenty of tutorials and copy-pasted config templates tell you to add `sv_master1 \"\"` to fix listing problems. It does the opposite. If the line is not in your `server.cfg` at all, leave it out. Listing is on by default.\n\n### sv_projectName and sv_projectDesc must both be set\n\n```\nsets sv_projectName \"My FXServer Project\"\nsets sv_projectDesc \"Default FXServer requiring configuration\"\n```\n\nIf either one is missing, the server throws an error on startup and may not appear on the list. Both lines start with `sets`, not `set`. That single letter is easy to lose when editing by hand.\n\n### The license key has to be valid for this server\n\nThe `sv_licenseKey` line needs a working key from the Cfx portal. A failing key takes the server down rather than hiding it, so check the first lines of the console for a licensing error on startup. Keys created in the Cfx portal today are not tied to an address, but older keys made in the previous Keymaster flow could be, so if you have moved the server to a new host, open the key in the portal and confirm it is still valid for this one.\n\nStep by step: [How to Get a FiveM License Key](\u002Fhelp\u002Farticles\u002Fhow-to-get-a-fivem-license-key).\n\n### Give it up to eight minutes\n\nA freshly launched server can take up to eight minutes to appear in the list. If you have just restarted after a config change, wait it out before changing anything else. Restarting repeatedly resets that clock every time.\n\n### More than 48 slots needs a subscription\n\nIf `sv_maxclients` is above 48, the server needs an Element Club Argentum subscription or higher on your Cfx account. Without it, set `sv_maxclients` to 48 or lower and the server lists normally.\n\n### A NAT that masks UDP source ports\n\nRelevant if you host from home or behind a company gateway. Some routers and firewalls rewrite the UDP source port, which breaks the heartbeat even though everything else works. A VPS with a direct public IP does not have this problem. It is one of the reasons people move off a home connection.\n\n## Direct Connect works but the server is not listed\n\nWorth separating, because it narrows things a lot. Press `F8` in FiveM and run:\n\n```\nconnect 203.0.113.10:30120\n```\n\nIf that connects you but the browser still does not show the server, the server is reachable and running fine. That rules out step 2 entirely and points at `sv_master1`, the missing project variables, the slot count, or simply not having waited eight minutes.\n\nIf Direct Connect also fails, go back to step 2.\n\n## Quick checklist\n\n| Check | Where | Correct value |\n|---|---|---|\n| TCP 30120 open | Windows Defender Firewall | Inbound, Allow, all profiles |\n| UDP 30120 open | Windows Defender Firewall | A second, separate rule |\n| Bind address | `server.cfg` | `endpoint_add_tcp` and `endpoint_add_udp` on `0.0.0.0:30120` |\n| Master list | `server.cfg` | `#sv_master1 \"\"` commented, or absent |\n| Project variables | `server.cfg` | `sets sv_projectName` and `sets sv_projectDesc` both set |\n| Slots | `server.cfg` | `sv_maxclients` 48 or lower without a subscription |\n| License | `server.cfg` | Valid `sv_licenseKey` from the Cfx portal |\n| Patience | After a restart | Up to 8 minutes |\n\n## Frequently asked questions\n\n**My server shows as private in the list. Same problem?**\nYes, and the cause is usually the same line. An uncommented `sv_master1 \"\"` marks the server private and greys out the connect button.\n\n**Does the server name affect whether it lists?**\nNo, but it affects whether you can find it. The FiveM browser lists thousands of servers, so search for your exact `sv_hostname`, and remember that colour codes such as `^2` are part of the stored name but not shown as text.\n\n**I opened the ports and nothing changed.**\nConfirm the rules are inbound rather than outbound, that both TCP and UDP exist, and that Public is ticked on the profile step. A VPS adapter usually sits on the Public profile, so a rule with Public unticked does nothing at all.\n\n**Do I need to configure any of this on a DoomHosting FiveM server?**\nNo. Ports are open and the server is listed at setup. Everything above applies to a self-managed VPS, which you can compare against a managed [FiveM server](\u002Ffivem-server-hosting) if you would rather not maintain it yourself.","Magnus","Game Server Expert","2026-08-19T10:00:00+00:00",{"da":82,"de":83,"en":73,"fi":84,"fr":85,"pl":86,"sv":87},"fivem-server-vises-ikke-i-serverlisten","fivem-server-wird-nicht-in-serverliste-angezeigt","fivem-palvelin-ei-nay-palvelinlistalla","serveur-fivem-absent-de-la-liste","serwer-fivem-nie-pojawia-sie-na-liscie","fivem-server-visas-inte-i-serverlistan",{"name":78,"role":79},"2026-08-19T14:05:59.406458+00:00",{"slug":72,"name":91},"Fivem","Aug 19, 2026",{},{"slug":72,"name":95,"icon":96,"cardImage":97,"description":98,"status":99},"FiveM","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Ffivem.png","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Ffivem.webp","FiveM is the community-built multiplayer mod for Grand Theft Auto V that turns Los Santos into your own custom city. Host roleplay servers running ESX or QBCore, racing leagues, drift meets, deathmatch arenas, or whatever wild game mode you can script in Lua. Run servers with up to 256 slots and total control over rules, jobs, and economy. Rent a dedicated FiveM server from DoomHosting for one-click txAdmin, instant setup, full FTP, DDoS protection, and 24\u002F7 expert support.","active",[101,112,121,124,134,143,151],{"id":102,"game_slug":72,"slug":103,"category":104,"title":105,"description":106,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":12,"published_at":107,"author":108,"date":107,"lastUpdated":109,"game":110,"dateFormatted":111},"298606ae-c9e3-47f4-ba24-32f3ad3c1b44","how-to-get-a-fivem-license-key","Getting Started","How to Get a FiveM License Key (Cfx.re Keymaster)","Step-by-step guide to creating a free FiveM (CFX) license key at portal.cfx.re and pasting it into your DoomHosting panel so your FXServer can start.","2026-06-08T11:46:51.879+00:00",{"name":78,"role":79},"2026-08-04T14:56:34.274298+00:00",{"slug":72,"name":91},"Jun 8, 2026",{"id":113,"game_slug":72,"slug":114,"category":115,"title":116,"description":117,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":80,"author":118,"date":80,"lastUpdated":119,"game":120,"dateFormatted":92},"b724b58f-3bd4-455c-8b77-efa3ae126675","how-to-open-fivem-ports-windows-firewall","Configuration","How to Open FiveM Ports in Windows Firewall (30120)","Open port 30120 on TCP and UDP plus 40120 for txAdmin on a Windows VPS, with PowerShell commands or the firewall wizard, then verify the ports from outside.",{"name":78,"role":79},"2026-08-19T14:06:05.878627+00:00",{"slug":72,"name":91},{"id":71,"game_slug":72,"slug":73,"category":74,"title":75,"description":76,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":80,"author":122,"date":80,"lastUpdated":89,"game":123,"dateFormatted":92},{"name":78,"role":79},{"slug":72,"name":91},{"id":125,"game_slug":72,"slug":126,"category":115,"title":127,"description":128,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":129,"author":130,"date":129,"lastUpdated":131,"game":132,"dateFormatted":133},"0e738668-4b74-47d0-b1a1-e04bdafa7d16","how-to-set-up-txadmin-on-your-fivem-server","How to Set Up txAdmin on Your FiveM Server","Set up txAdmin on your DoomHosting FiveM server: enable it, open the web panel, link your admin PIN, deploy recipes, and schedule automatic restarts.","2026-07-26T12:00:00+00:00",{"name":78,"role":79},"2026-07-31T11:00:09.860666+00:00",{"slug":72,"name":91},"Jul 26, 2026",{"id":135,"game_slug":72,"slug":136,"category":137,"title":138,"description":139,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":129,"author":140,"date":129,"lastUpdated":141,"game":142,"dateFormatted":133},"6ac91e58-921e-430e-8282-4538cb98372e","how-to-install-esx-or-qbcore-on-your-fivem-server","Mods & Customization","How to Install ESX or QBCore on Your FiveM Server","Install ESX or QBCore on your FiveM server: create the MySQL database, upload the framework to resources, and set the right ensure order in server.cfg.",{"name":78,"role":79},"2026-07-31T10:59:54.145974+00:00",{"slug":72,"name":91},{"id":144,"game_slug":72,"slug":145,"category":137,"title":146,"description":147,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":129,"author":148,"date":129,"lastUpdated":149,"game":150,"dateFormatted":133},"f49917e2-0cc2-4622-8d49-1d200088f18f","how-to-add-custom-cars-and-scripts-to-your-fivem-server","How to Add Custom Cars and Scripts to Your FiveM Server","Add custom cars and scripts to your FiveM server. Learn the resources folder structure, ensure order, and how to stream add-on vehicles the right way.",{"name":78,"role":79},"2026-07-31T11:03:03.00073+00:00",{"slug":72,"name":91},{"id":152,"game_slug":72,"slug":153,"category":115,"title":154,"description":155,"content":33,"keywords":33,"author_name":78,"author_role":79,"is_featured":68,"published_at":156,"author":157,"date":156,"lastUpdated":158,"game":159,"dateFormatted":160},"c993cdae-41d6-4c77-9453-9582ff038f68","how-to-connect-a-database-to-your-fivem-server","How to Connect a Database to Your FiveM Server","Create a MySQL database in the DoomHosting panel, point oxmysql at it from server.cfg, and import your ESX or QBCore schema on your FiveM server.","2026-07-25T10:00:00+00:00",{"name":78,"role":79},"2026-07-31T11:01:25.652403+00:00",{"slug":72,"name":91},"Jul 25, 2026",{"left":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":163},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":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":165},"\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":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":167},"\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":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":169},"\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":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":171},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":173},"\u003Cpath fill=\"currentColor\" d=\"M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0zM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826c-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a24 24 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4 4 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814c.16-.432.248-.9.248-1.388\"\u002F>",{"left":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":175},"\u003Cpath fill=\"currentColor\" d=\"M18.905 12.75a1.25 1.25 0 1 1-2.5 0v-7.5a1.25 1.25 0 0 1 2.5 0zm-10 4.25v1.3c0 .268-.14.526-.395.607q-.287.091-.605.093a2 2 0 0 1-2-2c0-.995.182-1.948.514-2.826c.204-.54-.166-1.174-.744-1.174h-2.52c-1.243 0-2.261-1.01-2.146-2.247c.193-2.08.651-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.341.317l2.734 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.685 0-1.258.482-1.612 1.068a4 4 0 0 1-2.166 1.73c-.432.143-.853.386-1.011.814c-.16.432-.248.9-.248 1.388\"\u002F>",{"left":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":177},"\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>",{"left":66,"top":66,"width":162,"height":162,"rotate":66,"vFlip":68,"hFlip":68,"body":179},"\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>",1787161158286]