1:"$Sreact.fragment" 2:I[68166,["/_next/static/chunks/871899d3339c746e.js","/_next/static/chunks/636edb8ff7c7c830.js","/_next/static/chunks/f5afafa71b74a4a9.js"],"default"] 3:I[22016,["/_next/static/chunks/871899d3339c746e.js","/_next/static/chunks/636edb8ff7c7c830.js","/_next/static/chunks/f5afafa71b74a4a9.js"],""] 4:I[17560,["/_next/static/chunks/871899d3339c746e.js","/_next/static/chunks/636edb8ff7c7c830.js","/_next/static/chunks/f5afafa71b74a4a9.js"],"default"] b:I[31664,["/_next/static/chunks/871899d3339c746e.js","/_next/static/chunks/636edb8ff7c7c830.js","/_next/static/chunks/f5afafa71b74a4a9.js"],"default"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/58284bda24c88a12.js"],"OutletBoundary"] 17:"$Sreact.suspense" 1a:I[55923,["/_next/static/chunks/871899d3339c746e.js","/_next/static/chunks/636edb8ff7c7c830.js","/_next/static/chunks/f5afafa71b74a4a9.js"],"default"] 5:T1339, Before a single customer logs in or a single website loads, your hosting panel is already consuming server resources. This is not a flaw - the panel needs to run constantly to manage services, handle API requests, and keep everything operational. But the size of that footprint is not fixed. Different panels have very different idle resource usage, and that difference has a direct effect on how efficiently you can use your hardware. On a 4 GB VPS, the difference between a panel that uses 380 MB at idle and one that uses 920 MB is more than half a gigabyte of RAM that either goes to your customers or disappears into software overhead before anyone sends a request. Multiply that across a fleet of ten or twenty servers and the impact on your capacity planning becomes real. ## Why panel RAM usage is a business decision, not just a technical detail More available RAM means more room for everything that actually serves your customers. PHP-FPM workers run in parallel to handle concurrent requests. MariaDB uses cache to serve frequent queries from memory instead of disk. Each account on the server has a buffer to absorb traffic spikes without hitting resource limits. A lighter panel does not automatically mean better performance. There are many factors involved. But it does give you more room to work with on the same hardware. You can run more accounts per server before needing to upgrade or add a node. You can use smaller instances for the same workload. Either way, the margin impact is real. If you are running a fleet of servers and wondering where to find efficiency gains before investing in more hardware, checking your panel's idle footprint is worth doing. ## Typical RAM usage at idle across common panels These numbers are based on clean installs with services running and no customer accounts. Your actual numbers will vary depending on add-ons, configuration, and workload, but this gives you a useful baseline for comparison. | Panel | Typical RAM at idle | Notes | | ----------- | ------------------- | ----------------------------- | | adminbolt | ~380 MB | AlmaLinux 9, default stack | | DirectAdmin | ~300-400 MB | Lightweight, single-server | | Plesk | ~500-700 MB | Depends on enabled components | | cPanel/WHM | ~920 MB | Includes Java-based services | adminbolt and DirectAdmin are at the lighter end of the range. Plesk sits in the middle. These are idle baselines. During active work like backups, migrations, or bulk account operations, usage climbs on all panels. ## What the difference looks like on a 4 GB VPS Working with rough numbers and reserving about 500 MB for the OS and system buffers: With a panel consuming 920 MB at idle, you have approximately 2.5 GB left for MySQL, PHP workers, and customer sites combined. With a panel at 380 MB, you have roughly 3.1 GB for the same. That extra 600 MB might translate to three to five more PHP workers, a larger MySQL buffer pool, or simply better headroom during traffic spikes. On one server it is a modest gain. On ten servers it is a meaningful capacity difference that you do not have to pay for. ## How to measure your current panel's footprint Before drawing any conclusions, measure your actual baseline. Panel vendors quote idle figures under ideal conditions; your real-world number reflects your actual configuration. **Check overall RAM usage:** ```bash free -m ``` Look at the "used" value after the panel has been running for at least ten to fifteen minutes with no active tasks. **See which processes are using the most memory:** ```bash ps aux --sort=-%mem | head -20 ``` **Get a live view:** ```bash htop ``` Sort by the MEM% column. Panel daemons, web server processes, and database services will typically appear near the top. For the cleanest baseline: reboot the server, start the panel, create no accounts, wait fifteen minutes, then run `free -m`. That number is as close to a true idle footprint as you will get in practice. ## What adminbolt's footprint means in practice At roughly 380 MB idle, adminbolt runs the full stack needed for production hosting: Apache (MyApache) for web, PHP-FPM, Postfix and Dovecot for email, MariaDB for databases, DNS management, and the panel's own API and control layer. Everything is included in that number. There are no separate services to disable to get it lower. If you are planning capacity for a new deployment or trying to get more out of existing hardware, the panel's idle footprint is one of the more direct levers you have. It is worth measuring before you decide what to run. [See adminbolt features](/features) and [pricing](/pricing). **Try adminbolt for 30 days, no credit card required:** ```bash curl -sSL https://get.adminbolt.com/install.sh | bash ``` 0:{"buildId":"N7W8jdbB70dGgzSRQ4mSQ","rsc":["$","$1","c",{"children":[[["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"headline\":\"How Much RAM Does Your Hosting Panel Use? (And Why It Matters)\",\"datePublished\":\"2026-02-20\",\"dateModified\":\"2026-02-20\",\"description\":\"Your control panel runs 24/7 and uses server RAM before a single customer logs in. Here is how to check your panel footprint and what it means for account density.\",\"author\":{\"@type\":\"Organization\",\"name\":\"adminbolt\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"adminbolt\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://adminbolt.com/logo.png\"}}}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https://adminbolt.com\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https://adminbolt.com/blog\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How Much RAM Does Your Hosting Panel Use? (And Why It Matters)\",\"item\":\"https://adminbolt.com/blog/hosting-panel-resource-usage-compared\"}]}"}}],null,["$","$L2",null,{}],["$","main",null,{"className":"relative py-[72px] px-5 sm:px-[52px] border-b-4 border-[var(--color-border)] bg-[var(--color-section)]","children":["$","div",null,{"className":"container max-w-[848px]","children":[["$","nav",null,{"aria-label":"Breadcrumb","className":"mb-[36px]","children":["$","ol",null,{"className":"flex flex-wrap items-center gap-1.5 text-[12px] font-medium tracking-[0.04em] text-[#f0ede4]/25","children":[["$","li",null,{"children":["$","$L3",null,{"href":"/","className":"hover:text-[#e8820c] transition-colors","children":"Home"}]}],["$","li",null,{"className":"opacity-60","children":"/"}],["$","li",null,{"children":["$","$L3",null,{"href":"/blog.html","className":"hover:text-[#e8820c] transition-colors","children":"Blog"}]}],["$","li",null,{"className":"opacity-60","children":"/"}],["$","li",null,{"className":"text-[#f0ede4]/40 truncate max-w-[240px] sm:max-w-none","aria-current":"page","children":"How Much RAM Does Your Hosting Panel Use? (And Why It Matters)"}]]}]}],["$","header",null,{"className":"mb-[48px]","children":["$undefined",["$","div",null,{"className":"flex flex-wrap items-center gap-[10px] text-[11px] font-medium tracking-[0.14em] uppercase text-[#f0ede4]/30 mb-[20px]","children":[["$","time",null,{"dateTime":"2026-02-20","children":"February 20, 2026"}],["$","span",null,{"className":"w-1 h-1 rounded-full bg-[#f0ede4]/20 block"}],[["$","span",null,{"children":"adminbolt team"}],["$","span",null,{"className":"w-1 h-1 rounded-full bg-[#f0ede4]/20 block"}]],["$","span",null,{"children":[4," min read"]}]]}],["$","h1",null,{"className":"font-black text-[40px] leading-[1.1] tracking-[-0.03em] text-[#f0ede4] mb-[28px]","children":"How Much RAM Does Your Hosting Panel Use? (And Why It Matters)"}],["$","div",null,{"className":"h-px bg-gradient-to-r from-[rgba(240,237,228,0.12)] to-transparent"}]]}],"$undefined",["$","div",null,{"className":"blog-post","children":["$","$L4",null,{"content":"$5"}]}],"$L6"]}]}],"$L7"],["$L8","$L9"],"$La"]}],"loading":null,"isPartial":false} 6:["$","div",null,{"className":"mt-[64px] pt-[32px] border-t border-[rgba(240,237,228,0.06)]","children":["$","$L3",null,{"href":"/blog.html","className":"inline-flex items-center gap-2 text-[13px] font-medium text-[#e8820c] hover:text-[#f0a342] transition-colors","children":"← Back to Blog"}]}] c:T66c,M2.96792e-07 2.11642C2.96792e-07 1.58464 0.21125 1.07464 0.587278 0.698608C0.963305 0.322581 1.47331 0.111331 2.00509 0.111331H21.9927C22.2563 0.1109 22.5173 0.162454 22.7609 0.26304C23.0045 0.363626 23.2258 0.511269 23.4123 0.697516C23.5987 0.883763 23.7466 1.10496 23.8475 1.34843C23.9483 1.59191 24.0001 1.85289 24 2.11642V22.1041C24.0003 22.3676 23.9486 22.6287 23.8479 22.8723C23.7472 23.1159 23.5994 23.3372 23.4131 23.5237C23.2268 23.7101 23.0055 23.858 22.762 23.9588C22.5184 24.0596 22.2574 24.1115 21.9938 24.1113H2.00509C1.74169 24.1113 1.48086 24.0594 1.23752 23.9586C0.994184 23.8578 0.773096 23.71 0.586892 23.5237C0.400688 23.3374 0.253017 23.1162 0.152316 22.8728C0.0516145 22.6294 -0.000143013 22.3685 2.96792e-07 22.1051V2.11642ZM9.49964 9.26188H12.7495V10.8939C13.2185 9.95569 14.4185 9.11133 16.2218 9.11133C19.6789 9.11133 20.4982 10.9801 20.4982 14.4088V20.7601H16.9996V15.1899C16.9996 13.2371 16.5305 12.1353 15.3393 12.1353C13.6865 12.1353 12.9993 13.3233 12.9993 15.1899V20.7601H9.49964V9.26188ZM3.49964 20.6106H6.99927V9.11133H3.49964V20.6095V20.6106ZM7.5 5.36078C7.5066 5.66043 7.45328 5.95837 7.34317 6.23713C7.23306 6.51588 7.06838 6.76984 6.8588 6.98409C6.64921 7.19834 6.39894 7.36857 6.12268 7.48479C5.84641 7.60101 5.54972 7.66088 5.25 7.66088C4.95028 7.66088 4.65359 7.60101 4.37732 7.48479C4.10106 7.36857 3.85079 7.19834 3.6412 6.98409C3.43162 6.76984 3.26694 6.51588 3.15683 6.23713C3.04672 5.95837 2.9934 5.66043 3 5.36078C3.01295 4.77263 3.25569 4.21292 3.67624 3.80153C4.09678 3.39015 4.6617 3.15979 5.25 3.15979C5.8383 3.15979 6.40322 3.39015 6.82376 3.80153C7.24431 4.21292 7.48705 4.77263 7.5 5.36078Z7:["$","footer",null,{"className":"relative overflow-hidden bg-gray-50/80 dark:bg-black/10 border-t border-[var(--color-border)]","children":[["$","div",null,{"className":"absolute inset-0 bg-gradient-to-b from-white/20 via-gray-100/40 to-gray-200/60 dark:from-transparent dark:via-transparent dark:to-transparent pointer-events-none","aria-hidden":true}],["$","div",null,{"className":"relative container py-12 lg:py-20","children":[["$","div",null,{"className":"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-6 gap-10 lg:gap-8 mb-10","children":[["$","div",null,{"className":"lg:col-span-2 space-y-6","children":[["$","div",null,{"children":[["$","$L3",null,{"href":"/","className":"flex items-center gap-2 text-[var(--color-heading)] font-bold text-xl mb-2","children":[["$","div",null,{"className":"w-6 h-6 bg-[var(--color-primary-200)] rounded-sm"}],"Adminbolt Inc."]}],["$","p",null,{"className":"text-sm text-[var(--color-typography-lighter)] max-w-xs","children":"The hosting control panel built for the next decade."}]]}],["$","$Lb",null,{}],["$","div",null,{"children":[["$","h3",null,{"className":"text-sm font-semibold text-gray-800 dark:text-white mb-2","children":"Address"}],["$","p",null,{"className":"text-sm text-[var(--color-typography-lighter)]","children":["Adminbolt, Inc.",["$","br",null,{}],"1111b S. Governors Ave., STE 25364",["$","br",null,{}],"Dover, DE 19904"]}]]}],["$","div",null,{"className":"flex items-center gap-2","children":[["$","a",null,{"href":"https://www.linkedin.com/company/adminbolt/","target":"_blank","rel":"noopener noreferrer","className":"w-10 h-10 inline-flex items-center justify-center hover:[&_svg_path]:fill-[var(--color-primary-200)] transition-colors","aria-label":"LinkedIn","children":["$","svg",null,{"width":"24","height":"24","viewBox":"0 0 24 25","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"fillRule":"evenodd","clipRule":"evenodd","d":"$c","fill":"var(--color-footer-icon)"}]}]}],["$","a",null,{"href":"https://discord.gg/YUchdPHHMy","target":"_blank","rel":"noopener noreferrer","className":"w-10 h-10 inline-flex items-center justify-center hover:[&_svg_path]:fill-[var(--color-primary-200)] transition-colors","aria-label":"Discord","children":"$Ld"}]]}]]}],"$Le","$Lf","$L10","$L11"]}],"$L12"]}],"$L13","$L14","$L15"]}] 8:["$","script","script-0",{"src":"/_next/static/chunks/636edb8ff7c7c830.js","async":true}] 9:["$","script","script-1",{"src":"/_next/static/chunks/f5afafa71b74a4a9.js","async":true}] a:["$","$L16",null,{"children":["$","$17",null,{"name":"Next.MetadataOutlet","children":"$@18"}]}] 19:T4b3,M22.0179 2.18903C20.3016 1.44525 18.5147 0.904329 16.6573 0.611328C16.4222 1.01702 16.1636 1.53541 15.9755 1.96364C14.0005 1.67064 12.0021 1.67064 10.0271 1.96364C9.81551 1.49033 9.58039 1.03956 9.32177 0.611328C7.46437 0.904329 5.654 1.44525 3.96118 2.21157C0.575552 7.05735 -0.34139 11.7679 0.105325 16.4334C2.10379 17.8533 4.31385 18.9352 6.6885 19.6113C7.22926 18.9126 7.69949 18.1914 8.09918 17.4251C7.32331 17.1546 6.59446 16.8165 5.88912 16.4109C6.07721 16.2756 6.24179 16.1404 6.42988 16.0052C10.5914 17.8984 15.4347 17.8984 19.5962 16.0052C19.7843 16.1404 19.9489 16.2756 20.137 16.4109C19.4316 16.8165 18.6793 17.1546 17.9034 17.4251C18.3031 18.1914 18.7733 18.9126 19.3141 19.6113C21.6887 18.9126 23.9223 17.8533 25.8973 16.4334C26.4145 11.0241 24.9568 6.33612 22.0179 2.18903ZM8.66345 13.5485C7.37033 13.5485 6.33583 12.4215 6.33583 11.0467C6.33583 9.67183 7.37033 8.52236 8.66345 8.52236C9.98009 8.52236 11.0146 9.64929 11.0146 11.0467C10.9911 12.4215 9.98009 13.5485 8.66345 13.5485ZM17.3156 13.5485C16.0225 13.5485 14.988 12.4215 14.988 11.0467C14.988 9.67183 16.0225 8.52236 17.3156 8.52236C18.6323 8.52236 19.6668 9.64929 19.6432 11.0467C19.6197 12.4441 18.6087 13.5485 17.3156 13.5485Zd:["$","svg",null,{"width":"26","height":"20","viewBox":"0 0 26 20","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$19","fill":"var(--color-footer-icon)"}]}] e:["$","div",null,{"children":[["$","h3",null,{"className":"text-lg font-semibold text-gray-800 dark:text-white mb-4","children":"Product"}],["$","ul",null,{"className":"space-y-3","children":[["$","li",null,{"children":["$","$L3",null,{"href":"/features.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Features"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/integrations.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Integrations"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/pricing.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Pricing"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/pricing-comparison.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Compare"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/compare/cpanel.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"adminbolt vs cPanel"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/compare/directadmin.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"adminbolt vs DirectAdmin"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/compare/plesk.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"adminbolt vs Plesk"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/roadmap.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Roadmap"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/converter.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"cPanel converter"}]}]]}]]}] f:["$","div",null,{"children":[["$","h3",null,{"className":"text-lg font-semibold text-gray-800 dark:text-white mb-4","children":"Resources"}],["$","ul",null,{"className":"space-y-3","children":[["$","li",null,{"children":["$","a",null,{"href":"https://docs.adminbolt.com","target":"_blank","rel":"noopener noreferrer","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Documentation"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://docs.adminbolt.com","target":"_blank","rel":"noopener noreferrer","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"API Reference"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/docs/migration-guide.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Migration Guide"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/blog.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Blog"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/technical-spec.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"System Requirements"}]}]]}]]}] 10:["$","div",null,{"children":[["$","h3",null,{"className":"text-lg font-semibold text-gray-800 dark:text-white mb-4","children":"Partners"}],["$","ul",null,{"className":"space-y-3","children":[["$","li",null,{"children":["$","$L3",null,{"href":"/contact.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Partner Program"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/contact.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Become an Affiliate"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/contact.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Contact Sales"}]}]]}]]}] 11:["$","div",null,{"children":[["$","h3",null,{"className":"text-lg font-semibold text-gray-800 dark:text-white mb-4","children":"Company"}],["$","ul",null,{"className":"space-y-3","children":[["$","li",null,{"children":["$","$L3",null,{"href":"/about.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"About Us"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/developer-application.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Careers (We're hiring)"}]}],["$","li",null,{"children":["$","a",null,{"href":"mailto:newhope@adminbolt.com","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Investors"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/contact.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Contact Us"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/bug-bounty.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Bug Bounty Program"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/privacy.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Privacy Policy"}]}],["$","li",null,{"children":["$","$L3",null,{"href":"/terms.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Terms of Service"}]}]]}]]}] 12:["$","p",null,{"className":"text-center text-sm text-[var(--color-typography-lighter)] pt-4 border-t border-[var(--color-border)] mt-6","children":[["$","$L3",null,{"href":"/do-you-like-cpanel.html","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Do you like cPanel?"}]," · ",["$","$L3",null,{"href":"/","className":"text-sm text-[var(--color-typography-lighter)] hover:text-[var(--color-primary-200)] transition-colors","children":"Try adminbolt"}]]}] 13:["$","div",null,{"className":"container py-8 border-t border-[var(--color-border)]","children":["$","$L1a",null,{}]}] 14:["$","div",null,{"className":"divider"}] 1b:T66c,M2.96792e-07 2.11642C2.96792e-07 1.58464 0.21125 1.07464 0.587278 0.698608C0.963305 0.322581 1.47331 0.111331 2.00509 0.111331H21.9927C22.2563 0.1109 22.5173 0.162454 22.7609 0.26304C23.0045 0.363626 23.2258 0.511269 23.4123 0.697516C23.5987 0.883763 23.7466 1.10496 23.8475 1.34843C23.9483 1.59191 24.0001 1.85289 24 2.11642V22.1041C24.0003 22.3676 23.9486 22.6287 23.8479 22.8723C23.7472 23.1159 23.5994 23.3372 23.4131 23.5237C23.2268 23.7101 23.0055 23.858 22.762 23.9588C22.5184 24.0596 22.2574 24.1115 21.9938 24.1113H2.00509C1.74169 24.1113 1.48086 24.0594 1.23752 23.9586C0.994184 23.8578 0.773096 23.71 0.586892 23.5237C0.400688 23.3374 0.253017 23.1162 0.152316 22.8728C0.0516145 22.6294 -0.000143013 22.3685 2.96792e-07 22.1051V2.11642ZM9.49964 9.26188H12.7495V10.8939C13.2185 9.95569 14.4185 9.11133 16.2218 9.11133C19.6789 9.11133 20.4982 10.9801 20.4982 14.4088V20.7601H16.9996V15.1899C16.9996 13.2371 16.5305 12.1353 15.3393 12.1353C13.6865 12.1353 12.9993 13.3233 12.9993 15.1899V20.7601H9.49964V9.26188ZM3.49964 20.6106H6.99927V9.11133H3.49964V20.6095V20.6106ZM7.5 5.36078C7.5066 5.66043 7.45328 5.95837 7.34317 6.23713C7.23306 6.51588 7.06838 6.76984 6.8588 6.98409C6.64921 7.19834 6.39894 7.36857 6.12268 7.48479C5.84641 7.60101 5.54972 7.66088 5.25 7.66088C4.95028 7.66088 4.65359 7.60101 4.37732 7.48479C4.10106 7.36857 3.85079 7.19834 3.6412 6.98409C3.43162 6.76984 3.26694 6.51588 3.15683 6.23713C3.04672 5.95837 2.9934 5.66043 3 5.36078C3.01295 4.77263 3.25569 4.21292 3.67624 3.80153C4.09678 3.39015 4.6617 3.15979 5.25 3.15979C5.8383 3.15979 6.40322 3.39015 6.82376 3.80153C7.24431 4.21292 7.48705 4.77263 7.5 5.36078Z1c:T4b3,M22.0179 2.18903C20.3016 1.44525 18.5147 0.904329 16.6573 0.611328C16.4222 1.01702 16.1636 1.53541 15.9755 1.96364C14.0005 1.67064 12.0021 1.67064 10.0271 1.96364C9.81551 1.49033 9.58039 1.03956 9.32177 0.611328C7.46437 0.904329 5.654 1.44525 3.96118 2.21157C0.575552 7.05735 -0.34139 11.7679 0.105325 16.4334C2.10379 17.8533 4.31385 18.9352 6.6885 19.6113C7.22926 18.9126 7.69949 18.1914 8.09918 17.4251C7.32331 17.1546 6.59446 16.8165 5.88912 16.4109C6.07721 16.2756 6.24179 16.1404 6.42988 16.0052C10.5914 17.8984 15.4347 17.8984 19.5962 16.0052C19.7843 16.1404 19.9489 16.2756 20.137 16.4109C19.4316 16.8165 18.6793 17.1546 17.9034 17.4251C18.3031 18.1914 18.7733 18.9126 19.3141 19.6113C21.6887 18.9126 23.9223 17.8533 25.8973 16.4334C26.4145 11.0241 24.9568 6.33612 22.0179 2.18903ZM8.66345 13.5485C7.37033 13.5485 6.33583 12.4215 6.33583 11.0467C6.33583 9.67183 7.37033 8.52236 8.66345 8.52236C9.98009 8.52236 11.0146 9.64929 11.0146 11.0467C10.9911 12.4215 9.98009 13.5485 8.66345 13.5485ZM17.3156 13.5485C16.0225 13.5485 14.988 12.4215 14.988 11.0467C14.988 9.67183 16.0225 8.52236 17.3156 8.52236C18.6323 8.52236 19.6668 9.64929 19.6432 11.0467C19.6197 12.4441 18.6087 13.5485 17.3156 13.5485Z15:["$","div",null,{"className":"container py-6 flex items-center justify-between max-sm:flex-col max-sm:gap-y-6 max-sm:text-center","children":[["$","span",null,{"className":"text-[var(--color-typography-lighter)] text-sm font-normal","children":"© 2024 - 2026 adminbolt. All rights reserved. | Built for hosting professionals"}],["$","ul",null,{"className":"flex flex-wrap items-center gap-4 text-sm font-medium sm:mt-0","children":[["$","a",null,{"href":"https://www.linkedin.com/company/adminbolt/","target":"_blank","rel":"noopener noreferrer","className":"w-10 h-10 inline-flex items-center justify-center hover:[&_svg_path]:fill-[var(--color-primary-200)] transition-colors","aria-label":"LinkedIn","children":["$","svg",null,{"width":"24","height":"24","viewBox":"0 0 24 25","fill":"none","children":["$","path",null,{"fillRule":"evenodd","clipRule":"evenodd","d":"$1b","fill":"var(--color-footer-icon)"}]}]}],["$","a",null,{"href":"https://discord.gg/YUchdPHHMy","target":"_blank","rel":"noopener noreferrer","className":"w-10 h-10 inline-flex items-center justify-center hover:[&_svg_path]:fill-[var(--color-primary-200)] transition-colors","aria-label":"Discord","children":["$","svg",null,{"width":"26","height":"20","viewBox":"0 0 26 20","fill":"none","children":["$","path",null,{"d":"$1c","fill":"var(--color-footer-icon)"}]}]}]]}]]}] 18:null