www.cherryservers.com Open in urlscan Pro
195.189.98.25  Public Scan

Submitted URL: http://www.cherryservers.com/
Effective URL: https://www.cherryservers.com/
Submission: On June 03 via api from US — Scanned from NL

Form analysis 6 forms found in the DOM

POST https://www.cherryservers.com/!/forms/pre_order

<form x-data="statamicForm({
      onSuccess ({ submission }) {
        Analytics.track('form_submit', {
          id: '6b7df5ad-d483-42fa-a2c5-40d4c08e3d0a',
          type: 'lead',
          name: 'product_waiting_list',
          product_interest: submission.product_interest,
          identity_resolution: 'email'
        })

        Analytics.identify(null, {
          identity_resolution: 'email',
          email: submission.email
        })

        $dispatch('success')
      }
    })" x-bind="formSubmit" data-success-message="You successfully joined pre-order list" action="https://www.cherryservers.com/!/forms/pre_order" method="POST" novalidate="">
  <input type="hidden" name="form_entry_id" value="db442185-3462-4729-b95d-734796d46db7">
  <input type="hidden" name="product_interest" value="4th gen amd epyc">
  <input type="text" name="honeypot" id="honeypot" tabindex="-1" autocomplete="off" class="hidden">
  <input type="hidden" name="page_name" value="Home">
  <input type="hidden" name="page_url" value="https://www.cherryservers.com">
  <div>
    <div class="flex flex-col gap-2">
      <div class="mb-2">
        <input type="email" name="email" placeholder="Enter your email" value="" data-rules="[&quot;required&quot;,&quot;email&quot;]" data-label="Email" class="form-input form-input--transparent w-full"
          x-bind:class="{ 'form-input--error': fieldData['email'].errorMessage }">
        <div x-show="fieldData['email'].errorMessage">
          <p class="form-error-message" x-show="fieldData['email'].errorMessage" x-text="fieldData['email'].errorMessage" x-transition:enter=""></p>
        </div>
      </div>
      <div>
        <label class="inline-flex flex-wrap items-start text-left mb-1 cursor-pointer" x-bind:class="{ 'text-red-500': fieldData['consent'].errorMessage }">
          <input type="checkbox" name="consent" value="1" data-rules="[&quot;accepted&quot;,&quot;nullable&quot;]" data-label="Privacy policy" class="form-checkbox form-checkbox--transparent"
            x-bind:class="{ 'form-checkbox--error': fieldData['consent'].errorMessage }">
          <span class="ml-2 text-sm">I agree to be contacted as per Cherry Servers <a href="/legal/privacy-policy" target="_blank" class="text-blue-500 font-semibold hover:underline">privacy policy</a>.</span>
          <div x-show="fieldData['consent'].errorMessage">
            <p class="form-error-message" x-show="fieldData['consent'].errorMessage" x-text="fieldData['consent'].errorMessage" x-transition:enter=""></p>
          </div>
        </label>
      </div>
      <div>
        <button class="cui-button  cui-button--normal cui-button--blue   w-full" type="submit">
          <span>Pre-order now</span>
        </button>
      </div>
    </div>
  </div>
</form>

<form x-data="createAccountForm({})" x-bind="formSubmit" novalidate="">
  <div x-show="loading" class="absolute inset-0 flex items-center justify-center bg-white bg-opacity-90 z-10" style="display: none;">
    <div role="status">
      <svg aria-hidden="true" class="inline w-14 h-14 text-gray-200 animate-spin fill-blue-500" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
          fill="currentColor"></path>
        <path
          d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
          fill="currentFill"></path>
      </svg>
      <span class="sr-only">Loading...</span>
    </div>
  </div>
  <input x-ref="recaptchaResponse" type="hidden" name="g_recaptcha_response" x-bind:data-rules="recaptchaRequired ? JSON.stringify(['required']) : JSON.stringify([])" data-label="reCAPTCHA verification" data-rules="[]">
  <div class="p-6">
    <div class="flex flex-col">
      <div class="mb-2">
        <input type="text" name="email" placeholder="Enter your email" data-rules="[&quot;required&quot;,&quot;email&quot;]" data-label="Email" class="form-input form-input--large w-full"
          x-bind:class="{ 'form-input--error': fieldData['email'].errorMessage }">
      </div>
      <div class="mb-2">
        <div x-data="{ showPassword: false }" class="relative">
          <input :type="showPassword ? 'text' : 'password'" name="password" placeholder="Create your password" autocomplete="off"
            data-rules="[&quot;required&quot;,&quot;containLowerCase&quot;,&quot;containUpperCase&quot;,&quot;containNumber&quot;,&quot;minLength:8&quot;]" data-label="Password" class="form-input form-input--large w-full"
            x-bind:class="{ 'form-input--error': fieldData['password'].errorMessage }" type="password">
          <div class="absolute top-1/2 right-4 cursor-pointer" style="transform: translateY(-50%);">
            <svg x-show="!showPassword" x-on:click="showPassword = !showPassword" class="w-4 h-4 text-gray-400 hover:text-gray-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
              stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
              <path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
              <circle cx="12" cy="12" r="3"></circle>
            </svg> <svg x-show="showPassword" x-on:click="showPassword = !showPassword" class="w-4 h-4 text-gray-400 hover:text-gray-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
              stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;">
              <path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path>
              <line x1="1" y1="1" x2="23" y2="23"></line>
            </svg>
          </div>
        </div>
      </div>
      <div class="mb-2">
        <label class="inline-flex items-start text-left mb-1 p-2 border border-gray-300 rounded transition-colors duration-300 cursor-pointer hover:border-gray-400"
          x-bind:class="{ 'border-red-500': fieldData['agreement'].errorMessage, 'hover:border-gray-400': !fieldData['agreement'].errorMessage }">
          <input type="checkbox" name="agreement" data-rules="[&quot;accepted&quot;]" data-label="Cherry Servers privacy policy and terms of service" class="form-checkbox"
            x-bind:class="{ 'form-checkbox--error': fieldData['agreement'].errorMessage }">
          <span class="ml-2 text-sm">I have read and agree with <a href="/legal/privacy-policy" target="_blank" class="text-blue-500 font-semibold hover:underline">privacy policy</a> and
            <a href="/legal/terms-of-service" target="_blank" class="text-blue-500 font-semibold hover:underline">terms of service</a>. </span>
        </label>
      </div>
      <template x-if="recaptchaRequired">
        <div x-init="onRecaptchaInit" class="flex items-center justify-center mb-2">
          <div x-ref="recaptcha"></div>
        </div>
      </template>
      <div>
        <button class="cui-button  cui-button--normal cui-button--red   w-full" type="submit">
          <span>Create Account</span>
        </button>
      </div>
      <div class="mt-3 text-center text-sm relative h-4">
        <div class="bg-snow-400 h-px w-full absolute top-[9px] left-0"></div>
        <span class="relative px-4 bg-white">or sign up with</span>
      </div>
      <div class="mt-3">
        <div class="-mx-2 flex items-center">
          <div class="px-2 w-1/3">
            <button class="cui-button  cui-button--normal cui-button--light-gray   w-full" type="button" title="Google" data-label="Google" transparent="transparent" x-on:click="onSocialAuth('google')">
              <span><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" class="flex-shrink-0 h-5">
                  <path style="fill:#FBBB00;" d="M113.47,309.408L95.648,375.94l-65.139,1.378C11.042,341.211,0,299.9,0,256
                  c0-42.451,10.324-82.483,28.624-117.732h0.014l57.992,10.632l25.404,57.644c-5.317,15.501-8.215,32.141-8.215,49.456
                  C103.821,274.792,107.225,292.797,113.47,309.408z"></path>
                  <path style="fill:#518EF8;" d="M507.527,208.176C510.467,223.662,512,239.655,512,256c0,18.328-1.927,36.206-5.598,53.451
                  c-12.462,58.683-45.025,109.925-90.134,146.187l-0.014-0.014l-73.044-3.727l-10.338-64.535
                  c29.932-17.554,53.324-45.025,65.646-77.911h-136.89V208.176h138.887L507.527,208.176L507.527,208.176z"></path>
                  <path style="fill:#28B446;" d="M416.253,455.624l0.014,0.014C372.396,490.901,316.666,512,256,512
                  c-97.491,0-182.252-54.491-225.491-134.681l82.961-67.91c21.619,57.698,77.278,98.771,142.53,98.771
                  c28.047,0,54.323-7.582,76.87-20.818L416.253,455.624z"></path>
                  <path style="fill:#F14336;" d="M419.404,58.936l-82.933,67.896c-23.335-14.586-50.919-23.012-80.471-23.012
                  c-66.729,0-123.429,42.957-143.965,102.724l-83.397-68.276h-0.014C71.23,56.123,157.06,0,256,0
                  C318.115,0,375.068,22.126,419.404,58.936z"></path>
                </svg></span>
            </button>
          </div>
          <div class="px-2 w-1/3">
            <button class="cui-button  cui-button--normal cui-button--light-gray   w-full" type="button" title="Facebook" data-label="Facebook" transparent="transparent" x-on:click="onSocialAuth('facebook')">
              <span><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 96.124 96.123" style="enable-background:new 0 0 96.124 96.123; fill: #3b5998" class="flex-shrink-0 h-5"
                  xml:space="preserve">
                  <path d="M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803
                  c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654
                  c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246
                  c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z"></path>
                </svg></span>
            </button>
          </div>
          <div class="px-2 w-1/3">
            <button class="cui-button  cui-button--normal cui-button--light-gray   w-full" type="button" title="Github" data-label="Github" transparent="transparent" x-on:click="onSocialAuth('github')">
              <span><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 96.124 96.123" style="enable-background:new 0 0 96.124 96.123; fill: #3b5998" class="flex-shrink-0 h-5"
                  xml:space="preserve">
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"
                    fill="#24292f"></path>
                </svg></span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.cherryservers.com/!/forms/pre_order

<form x-data="statamicForm({
      onSuccess ({ submission }) {
        Analytics.track('form_submit', {
          id: '6b7df5ad-d483-42fa-a2c5-40d4c08e3d0a',
          type: 'lead',
          name: 'product_waiting_list',
          product_interest: submission.product_interest,
          identity_resolution: 'email'
        })

        Analytics.identify(null, {
          identity_resolution: 'email',
          email: submission.email
        })

        $dispatch('success')
      }
    })" x-bind="formSubmit" data-success-message="You successfully joined pre-order list" action="https://www.cherryservers.com/!/forms/pre_order" method="POST" novalidate="">
  <input type="hidden" name="form_entry_id" value="db442185-3462-4729-b95d-734796d46db7">
  <input type="hidden" name="product_interest" value="Nvidia A100">
  <input type="text" name="honeypot" id="honeypot" tabindex="-1" autocomplete="off" class="hidden">
  <input type="hidden" name="page_name" value="Home">
  <input type="hidden" name="page_url" value="https://www.cherryservers.com">
  <div>
    <div class="flex flex-col gap-2">
      <div class="mb-2">
        <input type="email" name="email" placeholder="Enter your email" value="" data-rules="[&quot;required&quot;,&quot;email&quot;]" data-label="Email" class="form-input form-input--transparent w-full"
          x-bind:class="{ 'form-input--error': fieldData['email'].errorMessage }">
        <div x-show="fieldData['email'].errorMessage">
          <p class="form-error-message" x-show="fieldData['email'].errorMessage" x-text="fieldData['email'].errorMessage" x-transition:enter=""></p>
        </div>
      </div>
      <div>
        <label class="inline-flex flex-wrap items-start text-left mb-1 cursor-pointer" x-bind:class="{ 'text-red-500': fieldData['consent'].errorMessage }">
          <input type="checkbox" name="consent" value="1" data-rules="[&quot;accepted&quot;,&quot;nullable&quot;]" data-label="Privacy policy" class="form-checkbox form-checkbox--transparent"
            x-bind:class="{ 'form-checkbox--error': fieldData['consent'].errorMessage }">
          <span class="ml-2 text-sm">I agree to be contacted as per Cherry Servers <a href="/legal/privacy-policy" target="_blank" class="text-blue-500 font-semibold hover:underline">privacy policy</a>.</span>
          <div x-show="fieldData['consent'].errorMessage">
            <p class="form-error-message" x-show="fieldData['consent'].errorMessage" x-text="fieldData['consent'].errorMessage" x-transition:enter=""></p>
          </div>
        </label>
      </div>
      <div>
        <button class="cui-button  cui-button--normal cui-button--blue   w-full" type="submit">
          <span>Pre-order now</span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.cherryservers.com/!/forms/newsletter_subscribe

<form x-data="statamicForm({
      onSuccess ({ submission }) {
        Analytics.track('form_submit', {
          id: 'd98d81e1-f862-40ac-a126-186bc7e6c0bb',
          type: 'lead',
          name: 'Newsletter',
          identity_resolution: 'email'
        })

        Analytics.identify(null, {
          email: submission.email
        })
      }
    })" x-bind="formSubmit" data-success-message="Thanks! You successfully subscribed to our newsletter." action="https://www.cherryservers.com/!/forms/newsletter_subscribe" method="POST" novalidate="">
  <input type="hidden" name="form_entry_id" value="db699202-3412-4729-b45d-734796d46db6">
  <input type="text" name="honeypot" id="honeypot" tabindex="-1" autocomplete="off" class="hidden">
  <input type="hidden" name="page_name" value="Home">
  <input type="hidden" name="page_url" value="https://www.cherryservers.com">
  <div>
    <div class="flex items-center">
      <div class="flex border rounded">
        <div class="p-2 border-r bg-white flex items-center">
          <svg class="w-6 h-6 invert" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
            <polyline points="22,6 12,13 2,6"></polyline>
          </svg>
        </div>
        <input type="email" name="email" placeholder="Enter your email" value="" data-rules="[&quot;required&quot;,&quot;email&quot;]" data-label="Email" class="form-input form-input--transparent w-full border-none"
          x-bind:class="{ 'form-input--error': fieldData['email'].errorMessage }">
      </div>
      <div class="px-2">
        <button class="cui-button  cui-button--normal cui-button--white" type="submit" data-label="Subscribe">
          <span>Subscribe</span>
        </button>
      </div>
    </div>
    <div class="mt-4">
      <label class="inline-flex items-start text-left" x-bind:class="{ 'text-red-500': fieldData['consent'].errorMessage }">
        <input type="checkbox" name="consent" value="1" data-rules="[&quot;accepted&quot;,&quot;nullable&quot;]" data-label="Privacy policy" class="form-checkbox form-checkbox--transparent"
          x-bind:class="{ 'form-checkbox--error': fieldData['consent'].errorMessage }">
        <span class="ml-2 text-xs">I agree to receive marketing communication as per <a href="/legal/privacy-policy">privacy policy</a></span>
      </label>
    </div>
    <p class="form-error-message" x-show="fieldData['email'].errorMessage" x-text="fieldData['email'].errorMessage" x-transition:enter="" style="display: none;"></p>
    <p class="form-error-message" x-show="fieldData['consent'].errorMessage" x-text="fieldData['consent'].errorMessage" x-transition:enter="" style="display: none;"></p>
  </div>
</form>

POST https://www.cherryservers.com/!/forms/pre_order

<form x-data="statamicForm({
      onSuccess ({ submission }) {
        Analytics.track('form_submit', {
          id: '6b7df5ad-d483-42fa-a2c5-40d4c08e3d0a',
          type: 'lead',
          name: 'product_waiting_list',
          product_interest: submission.product_interest,
          identity_resolution: 'email'
        })

        Analytics.identify(null, {
          identity_resolution: 'email',
          email: submission.email
        })

        $dispatch('success')
      }
    })" x-bind="formSubmit" data-success-message="You successfully joined pre-order list" action="https://www.cherryservers.com/!/forms/pre_order" method="POST" novalidate="">
  <input type="hidden" name="form_entry_id" value="db442185-3462-4729-b95d-734796d46db7">
  <input type="hidden" name="product_interest" value="4th gen amd epyc">
  <input type="text" name="honeypot" id="honeypot" tabindex="-1" autocomplete="off" class="hidden">
  <input type="hidden" name="page_name" value="Home">
  <input type="hidden" name="page_url" value="https://www.cherryservers.com">
  <div>
    <div class="flex flex-col gap-2">
      <div class="mb-2">
        <input type="email" name="email" placeholder="Enter your email" value="" data-rules="[&quot;required&quot;,&quot;email&quot;]" data-label="Email" class="form-input form-input--transparent w-full"
          x-bind:class="{ 'form-input--error': fieldData['email'].errorMessage }">
        <div x-show="fieldData['email'].errorMessage">
          <p class="form-error-message" x-show="fieldData['email'].errorMessage" x-text="fieldData['email'].errorMessage" x-transition:enter=""></p>
        </div>
      </div>
      <div>
        <label class="inline-flex flex-wrap items-start text-left mb-1 cursor-pointer" x-bind:class="{ 'text-red-500': fieldData['consent'].errorMessage }">
          <input type="checkbox" name="consent" value="1" data-rules="[&quot;accepted&quot;,&quot;nullable&quot;]" data-label="Privacy policy" class="form-checkbox form-checkbox--transparent"
            x-bind:class="{ 'form-checkbox--error': fieldData['consent'].errorMessage }">
          <span class="ml-2 text-sm">I agree to be contacted as per Cherry Servers <a href="/legal/privacy-policy" target="_blank" class="text-blue-500 font-semibold hover:underline">privacy policy</a>.</span>
          <div x-show="fieldData['consent'].errorMessage">
            <p class="form-error-message" x-show="fieldData['consent'].errorMessage" x-text="fieldData['consent'].errorMessage" x-transition:enter=""></p>
          </div>
        </label>
      </div>
      <div>
        <button class="cui-button  cui-button--normal cui-button--blue   w-full" type="submit">
          <span>Pre-order now</span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.cherryservers.com/!/forms/pre_order

<form x-data="statamicForm({
      onSuccess ({ submission }) {
        Analytics.track('form_submit', {
          id: '6b7df5ad-d483-42fa-a2c5-40d4c08e3d0a',
          type: 'lead',
          name: 'product_waiting_list',
          product_interest: submission.product_interest,
          identity_resolution: 'email'
        })

        Analytics.identify(null, {
          identity_resolution: 'email',
          email: submission.email
        })

        $dispatch('success')
      }
    })" x-bind="formSubmit" data-success-message="You successfully joined pre-order list" action="https://www.cherryservers.com/!/forms/pre_order" method="POST" novalidate="">
  <input type="hidden" name="form_entry_id" value="db442185-3462-4729-b95d-734796d46db7">
  <input type="hidden" name="product_interest" value="Nvidia A100">
  <input type="text" name="honeypot" id="honeypot" tabindex="-1" autocomplete="off" class="hidden">
  <input type="hidden" name="page_name" value="Home">
  <input type="hidden" name="page_url" value="https://www.cherryservers.com">
  <div>
    <div class="flex flex-col gap-2">
      <div class="mb-2">
        <input type="email" name="email" placeholder="Enter your email" value="" data-rules="[&quot;required&quot;,&quot;email&quot;]" data-label="Email" class="form-input form-input--transparent w-full"
          x-bind:class="{ 'form-input--error': fieldData['email'].errorMessage }">
        <div x-show="fieldData['email'].errorMessage">
          <p class="form-error-message" x-show="fieldData['email'].errorMessage" x-text="fieldData['email'].errorMessage" x-transition:enter=""></p>
        </div>
      </div>
      <div>
        <label class="inline-flex flex-wrap items-start text-left mb-1 cursor-pointer" x-bind:class="{ 'text-red-500': fieldData['consent'].errorMessage }">
          <input type="checkbox" name="consent" value="1" data-rules="[&quot;accepted&quot;,&quot;nullable&quot;]" data-label="Privacy policy" class="form-checkbox form-checkbox--transparent"
            x-bind:class="{ 'form-checkbox--error': fieldData['consent'].errorMessage }">
          <span class="ml-2 text-sm">I agree to be contacted as per Cherry Servers <a href="/legal/privacy-policy" target="_blank" class="text-blue-500 font-semibold hover:underline">privacy policy</a>.</span>
          <div x-show="fieldData['consent'].errorMessage">
            <p class="form-error-message" x-show="fieldData['consent'].errorMessage" x-text="fieldData['consent'].errorMessage" x-transition:enter=""></p>
          </div>
        </label>
      </div>
      <div>
        <button class="cui-button  cui-button--normal cui-button--blue   w-full" type="submit">
          <span>Pre-order now</span>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

 * Privacy Policy
 * Terms of Service
 * Knowledgebase

 * Log In
 * EUR
   EUR USD

Cherry Servers
Navigation
 * Pricing
    * Dedicated servers
    * Virtual servers
    * Custom Server Builder

 * Products
    * Dedicated servers
    * Virtual Servers
      * Cloud VPS
      * Storage VPS
      * Cloud VDS
    * Spot Servers
    * Cloud Platform
      * Networking Services
      * Cloud Storage
      * Security & Support

 * Solutions
    * Web3 Infrastructure
    * GPU Computing
    * Streaming Servers
    * Managed Hosting
    * Affiliate Program

 * Resources
    * API & Integrations
    * Knowledgebase
    * Case Studies
    * Blog

 * Company
    * Contact us
    * About us
    * Careers
    * EU Projects


4TH GENERATION AMD EPYC

Available in the Netherlands in May:

 * AMD EPYC 9124P - from €305/mo (64GB RAM / 2x 1TB NVMe)
 * AMD EPYC 9254P - from €390/mo (64GB RAM / 2x 1TB NVMe)
 * AMD EPYC 9354P - from €509/mo (64GB RAM / 2x 1TB NVMe)
 * AMD EPYC 9554P - from €679/mo (256GB RAM / 2x 1TB NVMe)

Leave your email and our sales engineer will contact you personally.

I agree to be contacted as per Cherry Servers privacy policy.



Pre-order now


CLOUD INFRASTRUCTURE
FOR SMART DEVELOPERS

Build on an open cloud platform that gives you full control, ensures stable
workloads and provides free technical support 24/7

Explore services Watch video
Loading...
Start your cloud journey
Loading...
I have read and agree with privacy policy and terms of service.

Create Account

or sign up with



SERVER OUTLET

Intel Xeon servers are now up to 35% OFF

 * Choose from 10+ server plans
 * Custom hardware components
 * Available in Europe

Check available servers


NVIDIA A100 GPU

Unleash peak performance for AI and Data Analytics

 * Comes with AMD EPYC 7402P server
 * Costs from €1486 / month
 * Available in 48 hours

Pre-order Now


4TH GENERATION AMD EPYC

Available in the Netherlands in May.

 * 9124p, 9254P, 9354P or 9554P CPUs
 * Up to 1152GB DDR5 RAM
 * Starting from €305/mo

Pre-order Now
01 / 03


MAXIMIZE YOUR INFRASTRUCTURE EFFICIENCY

Adjust your cloud to your workload, not the other way around

For easy start and quick scale


TOP QUALITY VIRTUAL SERVERS

Shared or dedicated virtual servers for small & medium workloads. Deployed in 3
minutes.

Learn more
For high-end workloads


INSTANT DEDICATED SERVERS

Private bare metal servers for high-end workloads. Deployed in 3 minutes.

Learn more
For specific projects


CUSTOM DEDICATED SERVERS

Choose every hardware component yourself. Deployed in a few hours.

Configure server
For cloud-native apps


PUBLIC CLOUD PLATFORM

On-demand, spot or fixed-term billing, clean API and automated network.

Configure server


WHY DEVELOPERS LOVE CHERRY SERVERS?

Rock Canada
Mar 25, 2023
Good user experience

Timely, friendly and professional.

Ali S Brazil
Dec 28, 2022

Great support. Affordable price and easy to use.

Lucsas United Kingdom
Feb 20, 2023

I love competent and orderly people. That's why great respect to Cherry Servers.

SafeData Lithuania
Jun 29, 2023
Amazing support

The support team is fast, helpful and friendly. The server that I got from them
is very good.

Customer Indonesia
Dec 22, 2022
Excellent support and affordable price

Support is always quick to respond with a solution anytime of the day,
affordable price and fast custom server deployment time.

Kovic Lithuania
Jan 22, 2023

Great customer support and communication. They helped me though I did some big
mistakes and everything settled out easily with their help.

Dr. Javan United States
Jan 11, 2023
Good Control Panel UI and Support

Good Support. Good Control Panel and UI.

Edmund Netherlands
Oct 31, 2023
Easy to deploy, Good price, Crypto payments

I have been using virtual shared servers for the past three months. Everything
is working fine. - Easy to deploy servers - Good price - Cryptocurrency payments
- Relevant support responses

Vrea Mauritius
Sep 25, 2023
Their response time phenomenal

Their response time to inquiries / assistance required is phenomenal!

Adam Australia
Feb 14, 2023
Above and beyond: Best support ever

We started with a single box to test, then scaled quickly with some very unique
and complicated requirements. I've been renting servers in one form or another
for the last 15+ years, and I can honestly say we've never had the level of
support that we've experienced with Cherry Servers. We highly recommend them!
Pricing has also been really competitive, which is very important during a bear
market. NOTE: They are also a Crypto Proof of Stake (PoS) Validator Friendly
service provider for their bare metal boxes!

Alex Cyprus
Oct 11, 2023

Very reliable service! Been using Cherry for almost 3 years and we’ve almost
never had any downtime. Whenever we need help, their customer support team
responds super quickly and everything gets resolved quickly. They’re a reliable
partner to us and we look forward to working with them for many more years! I
highly recommend them.

Kostas V Lithuania
Sep 17, 2023

The best cloud services for affordable price!

Rock Canada
Mar 25, 2023
Good user experience

Timely, friendly and professional.

Ali S Brazil
Dec 28, 2022

Great support. Affordable price and easy to use.

Lucsas United Kingdom
Feb 20, 2023

I love competent and orderly people. That's why great respect to Cherry Servers.

SafeData Lithuania
Jun 29, 2023
Amazing support

The support team is fast, helpful and friendly. The server that I got from them
is very good.

Customer Indonesia
Dec 22, 2022
Excellent support and affordable price

Support is always quick to respond with a solution anytime of the day,
affordable price and fast custom server deployment time.

Kovic Lithuania
Jan 22, 2023

Great customer support and communication. They helped me though I did some big
mistakes and everything settled out easily with their help.

Dr. Javan United States
Jan 11, 2023
Good Control Panel UI and Support

Good Support. Good Control Panel and UI.

Edmund Netherlands
Oct 31, 2023
Easy to deploy, Good price, Crypto payments

I have been using virtual shared servers for the past three months. Everything
is working fine. - Easy to deploy servers - Good price - Cryptocurrency payments
- Relevant support responses

Vrea Mauritius
Sep 25, 2023
Their response time phenomenal

Their response time to inquiries / assistance required is phenomenal!

Adam Australia
Feb 14, 2023
Above and beyond: Best support ever

We started with a single box to test, then scaled quickly with some very unique
and complicated requirements. I've been renting servers in one form or another
for the last 15+ years, and I can honestly say we've never had the level of
support that we've experienced with Cherry Servers. We highly recommend them!
Pricing has also been really competitive, which is very important during a bear
market. NOTE: They are also a Crypto Proof of Stake (PoS) Validator Friendly
service provider for their bare metal boxes!

Alex Cyprus
Oct 11, 2023

Very reliable service! Been using Cherry for almost 3 years and we’ve almost
never had any downtime. Whenever we need help, their customer support team
responds super quickly and everything gets resolved quickly. They’re a reliable
partner to us and we look forward to working with them for many more years! I
highly recommend them.

Kostas V Lithuania
Sep 17, 2023

The best cloud services for affordable price!


CONTROL YOUR COSTS

Consume cloud infrastructure the way you would like for a price you would expect




 * ON-DEMAND
   
   Manage fluctuating workloads with on-demand servers deployed in 3 minutes and
   billed per-hour.


 * FIXED-TERM
   
   Host your stable long-term workloads cost-effectively for a fixed time
   period.


 * SPOT MARKET
   
   Deploy your fault-tolerant app and save up to 60% by temporarily utilizing
   our spare servers stock.

Check Full Pricing


EXPERIENCE CHERRY-ON-TOP SERVICES

We are probably the most helpful and friendly people in cloud industry




 * 24/7 TECHNICAL SUPPORT
   
   Get qualified technical assistance anytime you need it
   by email, live chat or phone.


 * PERSONAL ACCOUNT MANAGER
   
   Have a single point of contact that will ensure
   peronalized care of your account with us.


 * SLA UPTIME 99,97%
   
   Rest assured that your services are up and running,
   with our data-based service uptime guarantee.

Let's chat now


BE A PART OF AN OPEN CLOUD ECOSYSTEM

Fulfill your multi-cloud strategy with our open cloud platform and cloud-native
integrations




 * ELEGANT API
   
   Automate everything yourself by using our RESTful API, CLI or Python & GO
   native libraries.


 * DEVOPS INTEGRATIONS
   
   Deploy and manage your cloud inftastructure more easily with Ansible and
   Terraform modules.


 * PARTNERED CLOUD SERVICES
   
   Leverage the services of Cloudflare, Backblaze and our other partners, as we
   ensure unmetered bandwidth.

Explore API & Integrations



DEPLOY AND SCALE YOUR INFRASTRUCTURE
IN MODERN DATA CENTERS WORLD-WIDE

 * Automated Virtual LAN
 * DDoS Protection
 * Up to 3G Available Bandwidth
 * Up to 200TB free traffic


EU-Nord-1
Lithuania
Speed test location

EU-West-1
Netherlands
Speed test location

US-Chicago-1
United States, Chicago
Speed test location

SG-Singapore-1
Singapore
Speed test location

EU-Nord-1
Lithuania
Speed test location



NVIDIA A100 AVAILABLE

Our sales engineer will contact you in 24 hours to discuss server configuration.

I agree to be contacted as per Cherry Servers privacy policy.



Pre-order now

DEPLOY YOUR NEW SERVERS IN 3 MINUTES

Sign Up
Cherry Servers
Contact us 24/7
 * US: +1 332 255 68 52
 * UK: +44 20 3734 1592
 * LT: +370 415 035 03

 * Sales: sales@cherryservers.com
 * Support: support@cherryservers.com

 * LinkedIn
 * Facebook
 * Twitter

No tricks, only news & tips

Join our community, get 10% OFF for all orders

Subscribe
I agree to receive marketing communication as per privacy policy





Pricing
 * Dedicated Servers
 * Virtual Servers
 * Custom Server Builder

Products
 * Dedicated Servers
 * Virtual Servers
 * Spot Servers
 * Cloud Platform

Resources
 * API & Integrations
 * Case Studies
 * Knowledgebase

Company
 * Contacts
 * About us
 * Our Team
 * Core Values
 * EU Projects

Legal
 * Terms of Service
 * Privacy Policy
 * Refund Policy

© Cherry Servers 2001-2024
We use cookies to ensure seamless user experience for our website. Required
cookies - technical, functional and analytical - are set automatically. Please
accept the use of targeted cookies to ensure the best marketing experience for
your user journey. You may revoke your consent at any time through our Cookie
Policy.
Accept Cookies

build: e4fa86d6.664


4TH GENERATION AMD EPYC

Available in the Netherlands in May:

 * AMD EPYC 9124P - from €305/mo (64GB RAM / 2x 1TB NVMe)
 * AMD EPYC 9254P - from €390/mo (64GB RAM / 2x 1TB NVMe)
 * AMD EPYC 9354P - from €509/mo (64GB RAM / 2x 1TB NVMe)
 * AMD EPYC 9554P - from €679/mo (256GB RAM / 2x 1TB NVMe)

Leave your email and our sales engineer will contact you personally.

I agree to be contacted as per Cherry Servers privacy policy.



Pre-order now
Loading...


NVIDIA A100 AVAILABLE

Our sales engineer will contact you in 24 hours to discuss server configuration.

I agree to be contacted as per Cherry Servers privacy policy.



Pre-order now