Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Hero_image section.relative > div.container > div.flex > img.w-full | fastpanel.direct/assets/images/hero_screen_2x.png | 1.7 MiB | 1.7 MiB |
div.container > ins#revive-0-1 > a > img div.container > ins#revive-0-1 > a > img | cdn.revive-adserver.net/75172b716b4f67b0515a690e1645044f.gif | 463.9 KiB | 447.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fastpanel.direct/css/output.css | 7.8 KiB | 167 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-vendors.js | 113.8 KiB | 75.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MVPZP3G | 160.6 KiB | 67.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-3RLFJKDLRS&cx=c>m=4e64h1 | 164.9 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17747823417&cx=c>m=4e64h1 | 134.2 KiB | 62.0 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-common.js | 66.7 KiB | 34.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 1.2 s |
| Style & Layout | 364 ms |
| Script Parsing & Compilation | 305 ms |
| Rendering | 283 ms |
| Garbage Collection | 96 ms |
| Parse HTML & CSS | 41 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| embed.tawk.to/_s/v4/app/69e6f4c07ce/css/max-widget.css | 21.6 KiB | 21.6 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/css/message-preview.css | 12.0 KiB | 12.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Hero_image section.relative > div.container > div.flex > img.w-full | fastpanel.direct/assets/images/hero_screen_2x.png |
Top right figure div > section.relative > picture > img.absolute | fastpanel.direct/assets/images/top_right_figure_mobile.svg |
Bottom left figure div > section.relative > picture > img.absolute | fastpanel.direct/assets/images/bottom_left_figure_mobile.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.pb-[100px] > div.container > ins#revive-0-1 > a section.pb-[100px] > div.container > ins#revive-0-1 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.overflow-x-hidden html.overflow-x-hidden |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="en"> | Syntax not understood |
| 5 | <head> | Syntax not understood |
| 6 | <meta charset="UTF-8"> | Syntax not understood |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | Syntax not understood |
| 11 | <title>404 page - FASTPANEL® </title> | Syntax not understood |
| 14 | <meta name="description" content="not_found.description%!(EXTRA string=robots.txt)"> | Syntax not understood |
| 16 | <meta name="robots" content="noindex,nofollow"> | Syntax not understood |
| 18 | <meta property="og:title" content="404 page - FASTPANEL® "> | Unknown directive |
| 19 | <meta property="og:description" | Unknown directive |
| 20 | content="not_found.description%!(EXTRA string=robots.txt)"> | Syntax not understood |
| 22 | <meta property="og:image" content="https://fastpanel.direct/assets/social_preview/general.png"> | Unknown directive |
| 24 | <meta property="og:url" content="https://fastpanel.direct/ssl"> | Unknown directive |
| 25 | <meta property="og:type" content="website"> | Unknown directive |
| 26 | <meta property="og:site_name" content="FASTPANEL ®"> | Unknown directive |
| 28 | <meta property="og:locale" content="en_US" /> | Unknown directive |
| 29 | <meta property="og:locale:alternate" content="de_DE" /> | Unknown directive |
| 30 | <meta property="og:locale:alternate" content="et_EE" /> | Unknown directive |
| 32 | <meta name="twitter:card" content="summary_large_image"> | Unknown directive |
| 33 | <meta name="twitter:title" content="404 page - FASTPANEL® "> | Unknown directive |
| 34 | <meta name="twitter:description" | Unknown directive |
| 35 | content="not_found.description%!(EXTRA string=robots.txt)"> | Syntax not understood |
| 36 | <meta name="twitter:image" content="https://fastpanel.direct/assets/social_preview/general.png"> | Unknown directive |
| 37 | <meta name="twitter:site" content="@@fastpanel_news"> | Unknown directive |
| 38 | <meta name="twitter:creator" content="@@fastpanel_news"> | Unknown directive |
| 40 | <script> | Syntax not understood |
| 41 | (function(w,d, s, l, i){ | Syntax not understood |
| 42 | w[l]=w[l]||[]; | Syntax not understood |
| 43 | w[l].push({'gtm.start': new Date().getTime(), event:'gtm.js'}); | Unknown directive |
| 44 | var f=d.getElementsByTagName(s)[0], | Syntax not understood |
| 45 | j=d.createElement(s), | Syntax not understood |
| 46 | dl=l!='dataLayer' ? '&l='+l : ''; | Unknown directive |
| 47 | j.async=true; | Syntax not understood |
| 48 | j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; | Unknown directive |
| 49 | f.parentNode.insertBefore(j, f); | Syntax not understood |
| 50 | })(window, document, 'script', 'dataLayer', 'GTM-MVPZP3G'); | Syntax not understood |
| 51 | </script> | Syntax not understood |
| 52 | <script> | Syntax not understood |
| 53 | window.dataLayer = window.dataLayer || []; | Syntax not understood |
| 54 | function gtag(){ dataLayer.push(arguments); } | Syntax not understood |
| 55 | </script> | Syntax not understood |
| 58 | <script type="application/ld+json"> | Syntax not understood |
| 59 | { | Syntax not understood |
| 60 | "@context": "https://schema.org", | Unknown directive |
| 61 | "@type": "WebSite", | Unknown directive |
| 62 | "name": "404 page - FASTPANEL® ", | Unknown directive |
| 63 | "url": "https://fastpanel.direct/ssl", | Unknown directive |
| 64 | "description": "not_found.description%!(EXTRA string=robots.txt)", | Unknown directive |
| 65 | "publisher": { | Unknown directive |
| 66 | "@type": "Organization", | Unknown directive |
| 67 | "name": "FASTPANEL", | Unknown directive |
| 68 | "logo": "https://fastpanel.direct/assets/images/partner-materials/logos/svg/fastpanel_icon_blue.svg" | Unknown directive |
| 69 | }, | Syntax not understood |
| 70 | "breadcrumb": { | Unknown directive |
| 71 | "@type": "BreadcrumbList", | Unknown directive |
| 72 | "itemListElement": [ | Unknown directive |
| 73 | { | Syntax not understood |
| 74 | "@type": "ListItem", | Unknown directive |
| 75 | "position": 1, | Unknown directive |
| 76 | "name": "Home", | Unknown directive |
| 77 | "item": "https://fastpanel.direct/" | Unknown directive |
| 78 | }, | Syntax not understood |
| 79 | { | Syntax not understood |
| 80 | "@type": "ListItem", | Unknown directive |
| 81 | "position": 2, | Unknown directive |
| 82 | "name": "not_found.head.title", | Unknown directive |
| 83 | "item": "https://fastpanel.direct/\/robots.txt" | Unknown directive |
| 84 | } | Syntax not understood |
| 85 | ] | Syntax not understood |
| 86 | } | Syntax not understood |
| 87 | } | Syntax not understood |
| 88 | </script> | Syntax not understood |
| 90 | <link rel="icon" type="image/x-icon" sizes="16x16 48x48" href="./favicon.ico"> | Syntax not understood |
| 91 | <link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg"> | Syntax not understood |
| 93 | <link rel="preload" href="/assets/fonts/Onest-Regular.woff2" as="font" type="font/woff" | Syntax not understood |
| 94 | crossorigin="anonymous"> | Syntax not understood |
| 95 | <link rel="preload" href="/assets/fonts/Onest-Medium.woff2" as="font" type="font/woff" | Syntax not understood |
| 96 | crossorigin="anonymous"> | Syntax not understood |
| 98 | <link rel="stylesheet" href="/css/output.css"> | Syntax not understood |
| 100 | <script defer src="/js/alpine.min.js"></script> | Syntax not understood |
| 101 | </head> | Syntax not understood |
| 104 | <body x-data="{showMenu : false, scrolled: false}" :class="{ 'overflow-hidden': showMenu }"> | Unknown directive |
| 108 | <noscript> | Syntax not understood |
| 109 | <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MVPZP3G" | Unknown directive |
| 110 | height="0" width="0" | Syntax not understood |
| 111 | style="display:none;visibility:hidden"></iframe> | Unknown directive |
| 112 | </noscript> | Syntax not understood |
| 115 | <script async src="https://servedby.revive-adserver.net/asyncjs.php"></script> | Unknown directive |
| 116 | <ins data-revive-zoneid="27002" data-revive-id="727bec5e09208690b050ccfc6a45d384"></ins> | Syntax not understood |
| 120 | <header x-ref="header" x-init="initialTop = $el.offsetTop" @scroll.window="scrolled = window.scrollY > initialTop" | Syntax not understood |
| 121 | :class="scrolled ? 'fixed bg-surface/80 backdrop-blur-[12.5px]' : 'bg-transparent'" | Unknown directive |
| 122 | class="top-0 right-0 left-0 z-30 py-2 xl:py-[10px] transition-colors duration-300"> | Unknown directive |
| 123 | <div class="container"> | Syntax not understood |
| 124 | <div class="flex justify-between items-center gap-8 lg:gap-4 xl:gap-8"> | Unknown directive |
| 125 | <div class="block xl:hidden"> | Unknown directive |
| 126 | <a href="/"> | Syntax not understood |
| 127 | <img src="/assets/images/logo_mobile.svg" alt="kodu_cloud_logo_header" width="170" height="20"> | Syntax not understood |
| 128 | </a> | Syntax not understood |
| 129 | </div> | Syntax not understood |
| 130 | <div class="hidden xl:flex gap-8 items-center"> | Unknown directive |
| 131 | <a href="/"> | Syntax not understood |
| 132 | <img src="/assets/images/logo_web.svg" alt="kodu_cloud_logo_header" width="190" height="22"> | Syntax not understood |
| 133 | </a> | Syntax not understood |
| 134 | <nav class="flex items-center"> | Syntax not understood |
| 136 | <div class="flex justify-center"> | Syntax not understood |
| 137 | <div x-data="dropdown()" x-init="dropdown()" x-on:keydown.escape.prevent.stop="close($refs.button)" | Unknown directive |
| 138 | x-on:focusin.window="! $refs.panel.contains($event.target) && close()" x-id="['dropdown-button']" | Unknown directive |
| 139 | class="relative"> | Syntax not understood |
| 141 | <button x-ref="button" x-on:click="toggle()" :aria-expanded="open" | Unknown directive |
| 142 | :aria-controls="$id('dropdown-button')" type="button" | Unknown directive |
| 143 | class="relative flex items-center whitespace-nowrap justify-center gap-2 py-2 rounded-lg shadow-sm bg-transparent hover:bg-g-2 text-primary px-3 font-medium cursor-pointer"> | Unknown directive |
| 144 | <span>Services</span> | Syntax not understood |
| 146 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#8B8C90" class="size-4"> | Unknown directive |
| 147 | <path fill-rule="evenodd" | Syntax not understood |
| 148 | d="M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z" | Syntax not understood |
| 149 | clip-rule="evenodd" /> | Syntax not understood |
| 150 | </svg> | Syntax not understood |
| 151 | </button> | Syntax not understood |
| 154 | <template x-if="true"> | Syntax not understood |
| 155 | <div x-ref="panel" x-show="open" x-transition.origin.top.left x-on:click.outside="close($refs.button)" | Unknown directive |
| 156 | :id="$id('dropdown-button')" | Unknown directive |
| 157 | class="absolute left-0 min-w-60 rounded-xl shadow-dropdown mt-2 z-10 origin-top-left bg-g-2 p-1 outline-none"> | Syntax not understood |
| 158 | <a href="/get-license" @click="close($refs.button)" | Syntax not understood |
| 159 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 160 | <img width="20" height="20" loading="lazy" src="/assets/icons/license.svg" alt="server_icon"> | Syntax not understood |
| 161 | Get license | Syntax not understood |
| 162 | </a> | Syntax not understood |
| 163 | <a href="/ssl" @click="close($refs.button)" | Syntax not understood |
| 164 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 165 | <img width="20" height="20" loading="lazy" src="/assets/icons/fastssl.svg" alt="ssl_icon"> | Syntax not understood |
| 166 | SSL certificates | Syntax not understood |
| 167 | </a> | Syntax not understood |
| 168 | <a href="/backup" @click="close($refs.button)" | Syntax not understood |
| 169 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 170 | <img width="20" height="20" loading="lazy" src="/assets/icons/backup_storage_spaces.svg" | Syntax not understood |
| 171 | alt="backup_icon"> | Syntax not understood |
| 172 | Backup storage spaces | Syntax not understood |
| 173 | </a> | Syntax not understood |
| 174 | <a href="/server-help" @click="close($refs.button)" | Syntax not understood |
| 175 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 176 | <img width="20" height="20" loading="lazy" src="/assets/icons/server_help.svg" alt="server_icon"> | Syntax not understood |
| 177 | Server help | Syntax not understood |
| 178 | </a> | Syntax not understood |
| 180 | </div> | Syntax not understood |
| 181 | </template> | Syntax not understood |
| 182 | </div> | Syntax not understood |
| 183 | </div> | Syntax not understood |
| 184 | <a href="/partners" class="py-2 px-3 rounded-lg bg-transparent hover:bg-g-2 text-primary font-medium"> | Unknown directive |
| 185 | For partners | Syntax not understood |
| 186 | </a> | Syntax not understood |
| 187 | <a href="https://kb.fastpanel.direct/" target="_blank" | Unknown directive |
| 188 | class="py-2 px-3 rounded-lg bg-transparent hover:bg-g-2 text-primary font-medium lg:hidden xl:inline"> | Unknown directive |
| 189 | Knowledge base | Syntax not understood |
| 190 | </a> | Syntax not understood |
| 191 | <a href="https://fastpanel.cloud/" target="_blank" | Unknown directive |
| 192 | class="py-2 px-3 rounded-lg bg-transparent hover:bg-g-2 text-primary font-medium lg:hidden xl:inline"> | Unknown directive |
| 193 | VPN | Syntax not understood |
| 194 | </a> | Syntax not understood |
| 195 | </nav> | Syntax not understood |
| 196 | </div> | Syntax not understood |
| 197 | <div class="flex items-center justify-between gap-5"> | Syntax not understood |
| 198 | <div class="hidden md:flex gap-4 items-center"> | Unknown directive |
| 200 | <div class="flex justify-center"> | Syntax not understood |
| 201 | <div x-data="dropdown()" x-init="dropdown()" x-on:keydown.escape.prevent.stop="close($refs.button)" | Unknown directive |
| 202 | x-on:focusin.window="! $refs.panel.contains($event.target) && close()" x-id="['dropdown-button']" | Unknown directive |
| 203 | class="relative"> | Syntax not understood |
| 205 | <button x-ref="button" x-on:click="toggle()" :aria-expanded="open" | Unknown directive |
| 206 | :aria-controls="$id('dropdown-button')" type="button" | Unknown directive |
| 207 | class="relative flex items-center whitespace-nowrap justify-center gap-2 py-[10px] px-3 rounded-lg shadow-sm bg-transparent hover:bg-g-2 text-primary cursor-pointer"> | Unknown directive |
| 208 | <span> | Syntax not understood |
| 210 | <img width="20" height="20" class="min-w-5" src="/assets/images/us_flag.svg" | Syntax not understood |
| 211 | alt="us_flag_icon"> | Syntax not understood |
| 212 | </span> | Syntax not understood |
| 214 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#8B8C90" class="size-4"> | Unknown directive |
| 215 | <path fill-rule="evenodd" | Syntax not understood |
| 216 | d="M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z" | Syntax not understood |
| 217 | clip-rule="evenodd" /> | Syntax not understood |
| 218 | </svg> | Syntax not understood |
| 219 | </button> | Syntax not understood |
| 222 | <template x-if="true"> | Syntax not understood |
| 223 | <div x-ref="panel" x-show="open" x-transition.origin.top.left x-on:click.outside="close($refs.button)" | Unknown directive |
| 224 | :id="$id('dropdown-button')" | Unknown directive |
| 225 | class="absolute left-0 min-w-36 rounded-xl shadow-dropdown mt-2 z-10 origin-top-left bg-g-2 p-1 outline-none"> | Syntax not understood |
| 230 | <a href="/de/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 231 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 232 | <img width="20" height="20" loading="lazy" src="/assets/images/de_flag.svg" alt="de_flag_icon"> | Syntax not understood |
| 234 | Deutsch | Syntax not understood |
| 235 | </a> | Syntax not understood |
| 242 | <a href="/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 243 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 244 | <img width="20" height="20" loading="lazy" src="/assets/images/us_flag.svg" alt="us_flag_icon"> | Syntax not understood |
| 246 | English | Syntax not understood |
| 247 | </a> | Syntax not understood |
| 254 | <a href="/es/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 255 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 256 | <img width="20" height="20" loading="lazy" src="/assets/images/sp_flag.svg" alt="es"> | Syntax not understood |
| 258 | Español | Syntax not understood |
| 259 | </a> | Syntax not understood |
| 266 | <a href="/et/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 267 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 268 | <img width="20" height="20" loading="lazy" src="/assets/images/et_flag.svg" alt="et_flag_icon"> | Syntax not understood |
| 270 | Eesti | Syntax not understood |
| 271 | </a> | Syntax not understood |
| 278 | <a href="/fr/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 279 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 280 | <img width="20" height="20" loading="lazy" src="/assets/images/fr_flag.svg" alt="fr"> | Syntax not understood |
| 282 | Français | Syntax not understood |
| 283 | </a> | Syntax not understood |
| 290 | <a href="/id/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 291 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 292 | <img width="20" height="20" loading="lazy" src="/assets/images/id_flag.svg" alt="id"> | Syntax not understood |
| 294 | Indonesian | Syntax not understood |
| 295 | </a> | Syntax not understood |
| 302 | <a href="/it/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 303 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 304 | <img width="20" height="20" loading="lazy" src="/assets/images/it_flag.svg" alt="it"> | Syntax not understood |
| 306 | Italian | Syntax not understood |
| 307 | </a> | Syntax not understood |
| 314 | <a href="/lt/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 315 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 316 | <img width="20" height="20" loading="lazy" src="/assets/images/lt_flag.svg" alt="lt_flag_icon"> | Syntax not understood |
| 318 | Lithuanian | Syntax not understood |
| 319 | </a> | Syntax not understood |
| 326 | <a href="/pl/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 327 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 328 | <img width="20" height="20" loading="lazy" src="/assets/images/pl_flag.svg" alt="pl"> | Syntax not understood |
| 330 | Polish | Syntax not understood |
| 331 | </a> | Syntax not understood |
| 338 | <a href="/pt_PT/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 339 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 340 | <img width="20" height="20" loading="lazy" src="/assets/images/pt_PT_flag.svg" alt="pt_PT"> | Syntax not understood |
| 342 | Portuguese | Syntax not understood |
| 343 | </a> | Syntax not understood |
| 350 | <a href="/sr_Latn/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 351 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 352 | <img width="20" height="20" loading="lazy" src="/assets/images/sr_Latn_flag.svg" alt="sr_Latn"> | Syntax not understood |
| 354 | Serbian | Syntax not understood |
| 355 | </a> | Syntax not understood |
| 362 | <a href="/tr/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 363 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 364 | <img width="20" height="20" loading="lazy" src="/assets/images/tr_flag.svg" alt="tr"> | Syntax not understood |
| 366 | Turkish | Syntax not understood |
| 367 | </a> | Syntax not understood |
| 374 | <a href="/uk/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 375 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 376 | <img width="20" height="20" loading="lazy" src="/assets/images/ua_flag.svg" alt="ua_flag_icon"> | Syntax not understood |
| 378 | Українська | Syntax not understood |
| 379 | </a> | Syntax not understood |
| 386 | <a href="/vi/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 387 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 388 | <img width="20" height="20" loading="lazy" src="/assets/images/vi_flag.svg" alt="vi_flag_icon"> | Syntax not understood |
| 390 | Vietnamese | Syntax not understood |
| 391 | </a> | Syntax not understood |
| 398 | <a href="/zh_Hans/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 399 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 400 | <img width="20" height="20" loading="lazy" src="/assets/images/zh_Hans_flag.svg" alt="zh_Hans_flag_icon"> | Syntax not understood |
| 402 | Chinese (Simplified) | Syntax not understood |
| 403 | </a> | Syntax not understood |
| 409 | </div> | Syntax not understood |
| 410 | </template> | Syntax not understood |
| 411 | </div> | Syntax not understood |
| 412 | </div> | Syntax not understood |
| 413 | <a href="https://cp.fastpanel.direct/login" target="_blank" | Unknown directive |
| 414 | class="btn-secondary md:hidden xl:inline-flex">Login</a> | Unknown directive |
| 415 | <a href="/demo" target="_blank" class="btn-secondary">Demo</a> | Syntax not understood |
| 416 | <a href="/get-license" class="btn-primary">Get license</a> | Syntax not understood |
| 417 | </div> | Syntax not understood |
| 419 | <div class="flex xl:hidden" @keydown.escape.window="showMenu = false"> | Unknown directive |
| 420 | <button class="inline-flex items-center justify-center text-white cursor-pointer size-11" | Syntax not understood |
| 421 | @click="showMenu = true"> | Syntax not understood |
| 422 | <img width="44" height="44" src="/assets/icons/menu_burger.svg" alt="Learn more"> | Syntax not understood |
| 423 | </button> | Syntax not understood |
| 425 | <template x-if="true"> | Syntax not understood |
| 426 | <div x-show="showMenu" x-transition:enter="transition ease-in-out duration-75 transform" | Unknown directive |
| 427 | x-transition:enter-start="opacity-0 scale-95" | Unknown directive |
| 428 | @click="$event.target.tagName === 'A' ? showMenu = false : null" | Unknown directive |
| 429 | class="fixed inset-0 z-40 min-h-dvh overflow-y-auto scrollbar-none bg-surface text-white pb-10"> | Syntax not understood |
| 430 | <div class="container"> | Syntax not understood |
| 432 | <div class="flex justify-end items-center bg-surface shadow-2xl sticky top-0 z-40 mb-6 pt-4"> | Syntax not understood |
| 433 | <button @click="showMenu = false" | Syntax not understood |
| 434 | class="inline-flex items-center justify-center size-11 cursor-pointer"> | Syntax not understood |
| 435 | <img width="44" height="44" src="/assets/icons/close_burger.svg" alt="close_menu_icon"> | Syntax not understood |
| 436 | </button> | Syntax not understood |
| 437 | </div> | Syntax not understood |
| 438 | <nav class="flex flex-col gap-4"> | Syntax not understood |
| 440 | <div class="flex justify-center md:hidden"> | Unknown directive |
| 441 | <div x-data="dropdown()" x-init="dropdown()" | Syntax not understood |
| 442 | x-on:keydown.escape.prevent.stop="close($refs.button)" | Unknown directive |
| 443 | x-on:focusin.window="! $refs.panel.contains($event.target) && close()" | Unknown directive |
| 444 | x-id="['dropdown-button']" class="relative w-full"> | Syntax not understood |
| 446 | <button x-ref="button" x-on:click="toggle()" :aria-expanded="open" | Unknown directive |
| 447 | :aria-controls="$id('dropdown-button')" type="button" | Unknown directive |
| 448 | class="relative flex items-center whitespace-nowrap justify-between gap-2 py-[10px] px-3 rounded-lg shadow-sm bg-g-2 text-primary w-full cursor-pointer"> | Syntax not understood |
| 449 | <span class="flex items-stretch gap-2"> | Syntax not understood |
| 451 | <img width="20" height="20" class="min-w-5" src="/assets/images/us_flag.svg" | Syntax not understood |
| 452 | alt="us_flag_icon"> | Syntax not understood |
| 453 | English | Syntax not understood |
| 454 | </span> | Syntax not understood |
| 456 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#8B8C90" class="size-4"> | Unknown directive |
| 457 | <path fill-rule="evenodd" | Syntax not understood |
| 458 | d="M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z" | Syntax not understood |
| 459 | clip-rule="evenodd" /> | Syntax not understood |
| 460 | </svg> | Syntax not understood |
| 461 | </button> | Syntax not understood |
| 464 | <template x-if="true"> | Syntax not understood |
| 465 | <div x-ref="panel" x-show="open" x-transition.origin.top.left | Syntax not understood |
| 466 | x-on:click.outside="close($refs.button)" :id="$id('dropdown-button')" | Unknown directive |
| 467 | class="absolute left-0 w-full rounded-xl shadow-dropdown mt-2 z-10 origin-top-left bg-g-2 p-1 outline-none"> | Syntax not understood |
| 472 | <a href="/de/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 473 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 474 | <img width="20" height="20" loading="lazy" src="/assets/images/de_flag.svg" alt="de_flag_icon"> | Syntax not understood |
| 476 | Deutsch | Syntax not understood |
| 477 | </a> | Syntax not understood |
| 484 | <a href="/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 485 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 486 | <img width="20" height="20" loading="lazy" src="/assets/images/us_flag.svg" alt="us_flag_icon"> | Syntax not understood |
| 488 | English | Syntax not understood |
| 489 | </a> | Syntax not understood |
| 496 | <a href="/es/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 497 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 498 | <img width="20" height="20" loading="lazy" src="/assets/images/sp_flag.svg" alt="es"> | Syntax not understood |
| 500 | Español | Syntax not understood |
| 501 | </a> | Syntax not understood |
| 508 | <a href="/et/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 509 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 510 | <img width="20" height="20" loading="lazy" src="/assets/images/et_flag.svg" alt="et_flag_icon"> | Syntax not understood |
| 512 | Eesti | Syntax not understood |
| 513 | </a> | Syntax not understood |
| 520 | <a href="/fr/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 521 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 522 | <img width="20" height="20" loading="lazy" src="/assets/images/fr_flag.svg" alt="fr"> | Syntax not understood |
| 524 | Français | Syntax not understood |
| 525 | </a> | Syntax not understood |
| 532 | <a href="/id/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 533 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 534 | <img width="20" height="20" loading="lazy" src="/assets/images/id_flag.svg" alt="id"> | Syntax not understood |
| 536 | Indonesian | Syntax not understood |
| 537 | </a> | Syntax not understood |
| 544 | <a href="/it/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 545 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 546 | <img width="20" height="20" loading="lazy" src="/assets/images/it_flag.svg" alt="it"> | Syntax not understood |
| 548 | Italian | Syntax not understood |
| 549 | </a> | Syntax not understood |
| 556 | <a href="/lt/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 557 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 558 | <img width="20" height="20" loading="lazy" src="/assets/images/lt_flag.svg" alt="lt_flag_icon"> | Syntax not understood |
| 560 | Lithuanian | Syntax not understood |
| 561 | </a> | Syntax not understood |
| 568 | <a href="/pl/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 569 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 570 | <img width="20" height="20" loading="lazy" src="/assets/images/pl_flag.svg" alt="pl"> | Syntax not understood |
| 572 | Polish | Syntax not understood |
| 573 | </a> | Syntax not understood |
| 580 | <a href="/pt_PT/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 581 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 582 | <img width="20" height="20" loading="lazy" src="/assets/images/pt_PT_flag.svg" alt="pt_PT"> | Syntax not understood |
| 584 | Portuguese | Syntax not understood |
| 585 | </a> | Syntax not understood |
| 592 | <a href="/sr_Latn/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 593 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 594 | <img width="20" height="20" loading="lazy" src="/assets/images/sr_Latn_flag.svg" alt="sr_Latn"> | Syntax not understood |
| 596 | Serbian | Syntax not understood |
| 597 | </a> | Syntax not understood |
| 604 | <a href="/tr/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 605 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 606 | <img width="20" height="20" loading="lazy" src="/assets/images/tr_flag.svg" alt="tr"> | Syntax not understood |
| 608 | Turkish | Syntax not understood |
| 609 | </a> | Syntax not understood |
| 616 | <a href="/uk/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 617 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 618 | <img width="20" height="20" loading="lazy" src="/assets/images/ua_flag.svg" alt="ua_flag_icon"> | Syntax not understood |
| 620 | Українська | Syntax not understood |
| 621 | </a> | Syntax not understood |
| 628 | <a href="/vi/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 629 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 630 | <img width="20" height="20" loading="lazy" src="/assets/images/vi_flag.svg" alt="vi_flag_icon"> | Syntax not understood |
| 632 | Vietnamese | Syntax not understood |
| 633 | </a> | Syntax not understood |
| 640 | <a href="/zh_Hans/robots.txt" @click="close($refs.button)" | Syntax not understood |
| 641 | class="text-sm px-[10px] py-3 w-full flex items-center gap-4 rounded-lg transition-colors text-left text-primary hover:bg-g-3 focus-visible:bg-g-3 disabled:opacity-50 disabled:cursor-not-allowed"> | Unknown directive |
| 642 | <img width="20" height="20" loading="lazy" src="/assets/images/zh_Hans_flag.svg" alt="zh_Hans_flag_icon"> | Syntax not understood |
| 644 | Chinese (Simplified) | Syntax not understood |
| 645 | </a> | Syntax not understood |
| 650 | </div> | Syntax not understood |
| 651 | </template> | Syntax not understood |
| 652 | </div> | Syntax not understood |
| 653 | </div> | Syntax not understood |
| 654 | <a href="/get-license" class="btn-primary md:hidden">Get license</a> | Unknown directive |
| 655 | <a href="/demo" target="_blank" class="btn-secondary md:hidden">Demo version</a> | Unknown directive |
| 656 | <a href="https://cp.fastpanel.direct/login" target="_blank" class="btn-secondary">Login</a> | Unknown directive |
| 657 | <div class="grid grid-cols-1 md:grid-cols-2 gap-12 mt-8"> | Unknown directive |
| 658 | <ul class="flex flex-col gap-4"> | Syntax not understood |
| 659 | <li class="text-lg font-normal mb-2"> Product</li> | Syntax not understood |
| 660 | <li> | Syntax not understood |
| 661 | <a href="https://kb.fastpanel.direct/" target="_blank" | Unknown directive |
| 662 | class="group flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 663 | Knowledge base | Syntax not understood |
| 664 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 665 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 666 | </a> | Syntax not understood |
| 667 | </li> | Syntax not understood |
| 668 | <li> | Syntax not understood |
| 669 | <a href="https://kb.fastpanel.direct/changelog" target="_blank" | Unknown directive |
| 670 | class="group flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 671 | List of changes | Syntax not understood |
| 672 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 673 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 674 | </a> | Syntax not understood |
| 675 | </li> | Syntax not understood |
| 676 | <li> | Syntax not understood |
| 677 | <a href="https://fastpanel.cloud/" target="_blank" | Unknown directive |
| 678 | class="group flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 679 | VPN | Syntax not understood |
| 680 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 681 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 682 | </a> | Syntax not understood |
| 683 | </li> | Syntax not understood |
| 684 | <li> | Syntax not understood |
| 685 | <a href="/language-support" | Syntax not understood |
| 686 | class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 687 | Help with translate | Syntax not understood |
| 688 | </a> | Syntax not understood |
| 689 | </li> | Syntax not understood |
| 690 | <li> | Syntax not understood |
| 691 | <a href="https://www.trustpilot.com/evaluate/fastpanel.direct" target="_blank" | Unknown directive |
| 692 | class="group flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 693 | Leave feedback | Syntax not understood |
| 694 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 695 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 696 | </a> | Syntax not understood |
| 697 | </li> | Syntax not understood |
| 698 | </ul> | Syntax not understood |
| 699 | <ul class="flex flex-col gap-4"> | Syntax not understood |
| 700 | <li class="text-lg font-normal mb-2">Services</li> | Syntax not understood |
| 701 | <li> | Syntax not understood |
| 702 | <a href="/ssl" class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 703 | SSL certificates | Syntax not understood |
| 704 | </a> | Syntax not understood |
| 705 | </li> | Syntax not understood |
| 706 | <li> | Syntax not understood |
| 707 | <a href="/backup" | Syntax not understood |
| 708 | class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 709 | Backup storage spaces | Syntax not understood |
| 710 | </a> | Syntax not understood |
| 711 | </li> | Syntax not understood |
| 712 | <li> | Syntax not understood |
| 713 | <a href="/server-help" | Syntax not understood |
| 714 | class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 715 | Server help | Syntax not understood |
| 716 | </a> | Syntax not understood |
| 717 | </li> | Syntax not understood |
| 718 | <li> | Syntax not understood |
| 719 | <a href="/get-license" class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 720 | Get license | Syntax not understood |
| 721 | </a> | Syntax not understood |
| 722 | </li> | Syntax not understood |
| 724 | </ul> | Syntax not understood |
| 725 | <ul class="flex flex-col gap-4"> | Syntax not understood |
| 726 | <li class="text-lg font-normal mb-2">Company</li> | Syntax not understood |
| 727 | <li> | Syntax not understood |
| 728 | <a href="/brand-resources" | Syntax not understood |
| 729 | class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 730 | Brand resources | Syntax not understood |
| 731 | </a> | Syntax not understood |
| 732 | </li> | Syntax not understood |
| 733 | <li> | Syntax not understood |
| 734 | <a href="/partners" | Syntax not understood |
| 735 | class="flex items-center gap-2 text-secondary hover:text-primary py-2"> | Unknown directive |
| 736 | For partners | Syntax not understood |
| 737 | </a> | Syntax not understood |
| 738 | </li> | Syntax not understood |
| 739 | </ul> | Syntax not understood |
| 740 | </div> | Syntax not understood |
| 741 | </nav> | Syntax not understood |
| 743 | <div class="flex flex-col gap-3 mt-12"> | Syntax not understood |
| 744 | <div | Syntax not understood |
| 745 | class="inline-flex self-start items-center gap-3 px-4 py-3 rounded-xl bg-transparent border border-g-5"> | Syntax not understood |
| 746 | <img src="/assets/images/ee_flag.svg" alt="ee_flag_icon" width="16" height="16" loading="lazy"> | Syntax not understood |
| 747 | Proudly made in Estonia | Syntax not understood |
| 748 | </div> | Syntax not understood |
| 749 | <a href="mailto:sales@fastpanel.direct" | Unknown directive |
| 750 | class="inline-flex self-start items-center gap-3 px-4 py-3 rounded-xl bg-transparent border border-g-5"> | Syntax not understood |
| 751 | <img src="/assets/icons/email.svg" alt="email_icon" width="16" height="16" loading="lazy"> | Syntax not understood |
| 752 | sales@fastpanel.direct | Syntax not understood |
| 753 | </a> | Syntax not understood |
| 754 | </div> | Syntax not understood |
| 756 | <div class="flex justify-start gap-6 mt-6"> | Syntax not understood |
| 757 | <a @click="showMenu = false" href="https://x.com/fastpanel_news" target="_blank" class="group"> | Unknown directive |
| 758 | <img src="/assets/icons/x.svg" alt="x_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 759 | class="group-hover:opacity-50"> | Unknown directive |
| 760 | <span class="sr-only">X</span> | Syntax not understood |
| 761 | </a> | Syntax not understood |
| 762 | <a @click="showMenu = false" href="https://www.instagram.com/fastpanel_news/" target="_blank" | Unknown directive |
| 763 | class="group"> | Syntax not understood |
| 764 | <img src="/assets/icons/insta.svg" alt="instagram_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 765 | class="group-hover:opacity-50"> | Unknown directive |
| 766 | <span class="sr-only">Instagram</span> | Syntax not understood |
| 767 | </a> | Syntax not understood |
| 768 | <a @click="showMenu = false" href="https://www.threads.net/@fastpanel_news" target="_blank" | Unknown directive |
| 769 | class="group"> | Syntax not understood |
| 770 | <img src="/assets/icons/threads.svg" alt="threads_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 771 | class="group-hover:opacity-50"> | Unknown directive |
| 772 | <span class="sr-only">Threads</span> | Syntax not understood |
| 773 | </a> | Syntax not understood |
| 774 | <a @click="showMenu = false" href="https://discord.gg/BzHBCr8JUY" target="_blank" class="group"> | Unknown directive |
| 775 | <img src="/assets/icons/discord.svg" alt="discord_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 776 | class="group-hover:opacity-50"> | Unknown directive |
| 777 | <span class="sr-only">Discord</span> | Syntax not understood |
| 778 | </a> | Syntax not understood |
| 779 | </div> | Syntax not understood |
| 780 | </div> | Syntax not understood |
| 781 | </div> | Syntax not understood |
| 782 | </template> | Syntax not understood |
| 783 | </div> | Syntax not understood |
| 784 | </div> | Syntax not understood |
| 785 | </div> | Syntax not understood |
| 786 | </div> | Syntax not understood |
| 787 | </header> | Syntax not understood |
| 792 | <section class="relative pt-[60px] pb-[100px] md:pt-[80px] lg:pt-[120px] lg:pb-[160px]" | Unknown directive |
| 793 | :class="{'pt-[120px] md:pt-[140px] lg:pt-[180px]': scrolled}"> | Unknown directive |
| 794 | <div class="flex flex-col items-center pt-[280px] md:pt-[280px] justify-center gap-8 bg-no-repeat bg-center bg-[url('../assets/images/404_desktop.svg')]"> | Unknown directive |
| 795 | <h1 class="relative z-1 text-primary -top-[30px] text-center text-6xl md:text-6xl lg:text-6xl font-medium capitalize mb-10 sm:mb-0"> | Unknown directive |
| 796 | Page not found | Syntax not understood |
| 797 | </h1> | Syntax not understood |
| 798 | <p class="relative text-secondary -top-[30px] text-center text-xl">Sorry, we couldn't find the page you're looking for</p> | Syntax not understood |
| 799 | <div class="relative flex flex-col -top-[30px] self-stretch sm:flex-row sm:self-center gap-4"> | Unknown directive |
| 800 | <a href="/" class="btn-primary lg">Back to home page</a> | Syntax not understood |
| 801 | </div> | Syntax not understood |
| 802 | </div> | Syntax not understood |
| 806 | <picture> | Syntax not understood |
| 808 | <source media="(max-width: 767px)" srcset="/assets/images/bg_blur_mobile.svg"> | Unknown directive |
| 811 | <source media="(min-width: 768px) and (max-width: 1023px)" srcset="/assets/images/bg_blur_tablet.svg"> | Unknown directive |
| 814 | <source media="(min-width: 1024px)" srcset="/assets/images/bg_blur.svg"> | Unknown directive |
| 817 | <img class="absolute z-[-1] -top-[50px] md:-top-[108px] lg:-top-[100px] left-0 lg:-left-[250px]" | Unknown directive |
| 818 | src="/assets/images/bg_blur_mobile.svg" alt="Background blur pattern"> | Syntax not understood |
| 819 | </picture> | Syntax not understood |
| 820 | </section> | Syntax not understood |
| 825 | <footer class="bg-g-1 pt-20 pb-8"> | Syntax not understood |
| 826 | <div class="container"> | Syntax not understood |
| 827 | <div class="grid grid-cols-1 md:grid-cols-3 xl:grid-cols-4 gap-12 md:gap-8 lg:gap-12"> | Unknown directive |
| 828 | <ul class="flex flex-col gap-4"> | Syntax not understood |
| 829 | <li class="text-lg font-normal mb-2">Product</li> | Syntax not understood |
| 830 | <li> | Syntax not understood |
| 831 | <a href="https://kb.fastpanel.direct/" target="_blank" | Unknown directive |
| 832 | class="group flex items-center gap-2 text-secondary hover:text-primary"> | Unknown directive |
| 833 | Knowledge base | Syntax not understood |
| 834 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 835 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 836 | </a> | Syntax not understood |
| 837 | </li> | Syntax not understood |
| 838 | <li> | Syntax not understood |
| 839 | <a href="https://kb.fastpanel.direct/changelog" target="_blank" | Unknown directive |
| 840 | class="group flex items-center gap-2 text-secondary hover:text-primary"> | Unknown directive |
| 841 | List of changes | Syntax not understood |
| 842 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 843 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 844 | </a> | Syntax not understood |
| 845 | </li> | Syntax not understood |
| 846 | <li> | Syntax not understood |
| 847 | <a href="/language-support" class="flex items-center gap-2 text-secondary hover:text-primary"> | Unknown directive |
| 848 | Help with translate | Syntax not understood |
| 849 | </a> | Syntax not understood |
| 850 | </li> | Syntax not understood |
| 851 | <li> | Syntax not understood |
| 852 | <a href="https://www.trustpilot.com/evaluate/fastpanel.direct" target="_blank" | Unknown directive |
| 853 | class="group flex items-center gap-2 text-secondary hover:text-primary"> | Unknown directive |
| 854 | Leave feedback | Syntax not understood |
| 855 | <img width="8" height="20" src="/assets/icons/link_arrow.svg" alt="link_arrow_icon" | Syntax not understood |
| 856 | class="group-hover:-translate-y-0.5 duration-300 ease-in-out"> | Unknown directive |
| 857 | </a> | Syntax not understood |
| 858 | </li> | Syntax not understood |
| 859 | </ul> | Syntax not understood |
| 860 | <ul class="flex flex-col gap-4"> | Syntax not understood |
| 861 | <li class="text-lg font-normal mb-2">Services</li> | Syntax not understood |
| 862 | <li> | Syntax not understood |
| 863 | <a href="/ssl" class="flex items-center gap-2 text-secondary hover:text-primary "> | Unknown directive |
| 864 | SSL certificates | Syntax not understood |
| 865 | </a> | Syntax not understood |
| 866 | </li> | Syntax not understood |
| 867 | <li> | Syntax not understood |
| 868 | <a href="/backup" class="flex items-center gap-2 text-secondary hover:text-primary "> | Unknown directive |
| 869 | Backup storage spaces | Syntax not understood |
| 870 | </a> | Syntax not understood |
| 871 | </li> | Syntax not understood |
| 872 | <li> | Syntax not understood |
| 873 | <a href="/server-help" class="flex items-center gap-2 text-secondary hover:text-primary "> | Unknown directive |
| 874 | Server help | Syntax not understood |
| 875 | </a> | Syntax not understood |
| 876 | </li> | Syntax not understood |
| 877 | </ul> | Syntax not understood |
| 878 | <ul class="flex flex-col gap-4"> | Syntax not understood |
| 879 | <li class="text-lg font-normal mb-2">Company</li> | Syntax not understood |
| 880 | <li> | Syntax not understood |
| 881 | <a href="/partners" class="flex items-center gap-2 text-secondary hover:text-primary "> | Unknown directive |
| 882 | For partners | Syntax not understood |
| 883 | </a> | Syntax not understood |
| 884 | </li> | Syntax not understood |
| 885 | <li> | Syntax not understood |
| 886 | <a href="/brand-resources" class="flex items-center gap-2 text-secondary hover:text-primary "> | Unknown directive |
| 887 | Brand resources | Syntax not understood |
| 888 | </a> | Syntax not understood |
| 889 | </li> | Syntax not understood |
| 890 | <li> | Syntax not understood |
| 891 | <a href="/license_agreement" class="flex items-center gap-2 text-secondary hover:text-primary "> | Unknown directive |
| 892 | License agreement | Syntax not understood |
| 893 | </a> | Syntax not understood |
| 894 | </li> | Syntax not understood |
| 895 | </ul> | Syntax not understood |
| 896 | <div class="flex flex-col gap-6 md:col-span-2 lg:col-span-1"> | Unknown directive |
| 897 | <ul> | Syntax not understood |
| 898 | <li | Syntax not understood |
| 899 | class="inline-flex lg:flex self-start items-center gap-3 px-4 py-3 rounded-xl bg-transparent border border-g-5 mb-3"> | Unknown directive |
| 900 | <img src="/assets/images/ee_flag.svg" alt="ee_flag_icon" width="16" height="16" loading="lazy"> | Syntax not understood |
| 901 | Proudly made in Estonia | Syntax not understood |
| 902 | </li> | Syntax not understood |
| 903 | <li> | Syntax not understood |
| 904 | <a href="mailto:sales@fastpanel.direct" | Unknown directive |
| 905 | class="inline-flex lg:flex self-start items-center gap-3 px-4 py-3 rounded-xl bg-transparent border border-g-5"> | Unknown directive |
| 906 | <img src="/assets/icons/email.svg" alt="email_icon" width="16" height="16" loading="lazy"> | Syntax not understood |
| 907 | sales@fastpanel.direct | Syntax not understood |
| 908 | </a> | Syntax not understood |
| 909 | </li> | Syntax not understood |
| 910 | </ul> | Syntax not understood |
| 912 | <ul class="flex justify-start lg:justify-between gap-6"> | Unknown directive |
| 913 | <li> | Syntax not understood |
| 914 | <a href="https://x.com/fastpanel_news" target="_blank" class="group"> | Unknown directive |
| 915 | <img src="/assets/icons/x.svg" alt="x_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 916 | class="group-hover:opacity-50"> | Unknown directive |
| 917 | <span class="sr-only">X</span> | Syntax not understood |
| 918 | </a> | Syntax not understood |
| 919 | </li> | Syntax not understood |
| 920 | <li> | Syntax not understood |
| 921 | <a href="https://www.instagram.com/fastpanel_news/" target="_blank" class="group"> | Unknown directive |
| 922 | <img src="/assets/icons/insta.svg" alt="instagram_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 923 | class="group-hover:opacity-50"> | Unknown directive |
| 924 | <span class="sr-only">Instagram</span> | Syntax not understood |
| 925 | </a> | Syntax not understood |
| 926 | </li> | Syntax not understood |
| 927 | <li> | Syntax not understood |
| 928 | <a href="https://www.threads.net/@fastpanel_news" target="_blank" class="group"> | Unknown directive |
| 929 | <img src="/assets/icons/threads.svg" alt="threads_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 930 | class="group-hover:opacity-50"> | Unknown directive |
| 931 | <span class="sr-only">Threads</span> | Syntax not understood |
| 932 | </a> | Syntax not understood |
| 933 | </li> | Syntax not understood |
| 934 | <li> | Syntax not understood |
| 935 | <a href="https://discord.gg/BzHBCr8JUY" target="_blank" class="group"> | Unknown directive |
| 936 | <img src="/assets/icons/discord.svg" alt="discord_icon" width="32" height="32" loading="lazy" | Syntax not understood |
| 937 | class="group-hover:opacity-50"> | Unknown directive |
| 938 | <span class="sr-only">Discord</span> | Syntax not understood |
| 939 | </a> | Syntax not understood |
| 940 | </li> | Syntax not understood |
| 941 | </ul> | Syntax not understood |
| 942 | </div> | Syntax not understood |
| 943 | </div> | Syntax not understood |
| 945 | <p class="text-start text-[12px] text-secondary mt-12 md:mt-8 lg:mt-12"> | Unknown directive |
| 946 | © P.A.G.M. OU 2016-2026 All rights reserved. FASTPANEL® is a registered trade mark of P.A.G.M. OU | Syntax not understood |
| 947 | </p> | Syntax not understood |
| 948 | </div> | Syntax not understood |
| 949 | </footer> | Syntax not understood |
| 952 | <script src="/js/main.min.js"></script> | Syntax not understood |
| 954 | </body> | Syntax not understood |
| 956 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.