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:T1795, Most hosting setups start simple: one server handles everything. Web, email, DNS, databases - all running together on a single IP. It works, and for a small operation it is often perfectly fine. The trouble starts when something goes wrong with one of those services and the consequences spill over into the others. Email deliverability is where this problem shows up most visibly. When web and mail share an IP, the reputation of that address is affected by everything on the server. One compromised site, one spam complaint, one automated script that fires off too many messages - any of these can damage the IP's standing with mail providers, and that affects every domain on the box. Separating email and web is the standard fix. The question is how to do it without turning it into a significant infrastructure project. ## What actually goes wrong when they share an IP **Shared reputation with no isolation.** Blocklists operate at the IP level. If a site on your server gets hacked and starts sending spam, or if a shared hosting customer's script triggers a spam filter, the IP that email flows through gets flagged. Mail from every domain on that server - including customers who have done nothing wrong - suddenly has reduced inbox placement. You are responsible for a problem you did not cause. **Resource competition during critical moments.** Mail and web both consume CPU, RAM, and disk I/O. A traffic spike on a popular site can slow down the mail queue. A runaway cron job can delay delivery. Mail servers work best when they have stable, predictable resources. Mixed infrastructure makes that harder to guarantee. **Harder troubleshooting.** When deliverability issues arise on a mixed server, it takes longer to isolate the cause. Is it the sending domain? The IP? Something running on the web side? Separate servers mean separate logs, separate metrics, and faster diagnosis. ## The traditional approach: manual dedicated mail server The classic solution is to run a separate physical or virtual server dedicated to mail. You configure your MX records to point to it, run your mail stack there, and keep web traffic on your existing servers. This gives you IP isolation and eliminates cross-service interference. The downside is the operational overhead. Setting up and maintaining Postfix, Dovecot, DKIM, SPF, DMARC, and spam filtering on a separate server requires ongoing attention. You also need to keep user accounts synchronized between web and mail servers, which adds complexity to account creation, changes, and deletions. For many providers, this work is manageable - but it is real, ongoing work. ## The modern approach: email nodes in the panel Panels that support multi-node infrastructure let you add a dedicated email node without stepping outside the panel's management interface. The panel handles installation and configuration of the mail stack. Your MX records point to the email node's IP. Web stays on separate servers. Accounts are managed centrally through the panel - one place for everything. In adminbolt, the setup works like this: you add a server as an email node from the panel dashboard. adminbolt installs and configures Postfix, Dovecot, DKIM, SPF, and spam filtering automatically. You set your MX records from the same DNS interface you use for everything else. From that point, outbound mail flows through a dedicated IP with its own reputation, completely separate from your web traffic. Web nodes and email nodes share the same account management. Customers do not notice the separation; they just get more reliable email delivery. ## What changes after you separate them The most immediate change is isolation. A compromised site on a web node no longer threatens the IP your customers send mail through. The email node's reputation is built entirely on mail traffic, which is what mail providers expect to see. Troubleshooting becomes cleaner too. If a customer reports a deliverability problem, you are looking at the mail node specifically, not trying to sort through a mixed server's logs to find the cause. Over time, a dedicated mail IP that handles only mail tends to build a cleaner sending history with major providers. There are no guarantees in email deliverability, but removing the structural risk of IP sharing is one of the more impactful steps you can take. ## When it is worth doing For small setups with a handful of trusted accounts, the overhead of separation may not be justified yet. But there are a few clear indicators that it is time: **Growing account count.** More accounts means more surface area for incidents. As your customer base grows, the probability that something on the server affects the shared IP increases. **Transactional or business email.** Order confirmations, invoices, password resets - these messages need to reach the inbox reliably. A compromised web IP can disrupt delivery for everyone relying on that server for important mail. **Reseller or managed hosting.** If your customers are running their own businesses from email accounts you manage, your deliverability reputation is part of your service quality. Separation is both an operational improvement and a selling point. If none of those apply today, you can defer. But it is worth building the separation into your infrastructure before a deliverability incident forces it. ## Summary Email and web on the same IP share a reputation that neither fully controls. Separating them removes that dependency. The traditional approach works but requires manual setup and ongoing maintenance. A panel with multi-node support can handle the separation through the same interface you already use to manage everything else. [adminbolt features](/features) include multi-node support and dedicated email nodes. [Pricing](/pricing) is flat per server, no per-account fees. **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\":\"Separating Email and Web Hosting: Why and How\",\"datePublished\":\"2026-02-20\",\"dateModified\":\"2026-02-20\",\"description\":\"When email and web share the same IP, one bad neighbor can hurt everyone's deliverability. Here is how to separate them without turning it into a full-time ops project.\",\"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\":\"Separating Email and Web Hosting: Why and How\",\"item\":\"https://adminbolt.com/blog/separating-email-web-hosting-why-how\"}]}"}}],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":"Separating Email and Web Hosting: Why and How"}]]}]}],["$","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":[5," min read"]}]]}],["$","h1",null,{"className":"font-black text-[40px] leading-[1.1] tracking-[-0.03em] text-[#f0ede4] mb-[28px]","children":"Separating Email and Web Hosting: Why and How"}],["$","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