www.cherryservers.com
Open in
urlscan Pro
20.74.185.234
Public Scan
Submitted URL: http://cherryservers.com/
Effective URL: https://www.cherryservers.com/
Submission: On October 17 via manual from US — Scanned from DE
Effective URL: https://www.cherryservers.com/
Submission: On October 17 via manual from US — Scanned from DE
Form analysis
2 forms found in the DOM<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="["required","email"]" 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="["required","containLowerCase","containUpperCase","containNumber","minLength:8"]" 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="["accepted"]" 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/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-start -mx-2">
<div class="flex-1 px-2">
<input type="email" name="email" placeholder="Enter your email" value="" data-rules="["required","email"]" data-label="Email" class="form-input form-input--transparent w-full"
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="["accepted","nullable"]" 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>
Text Content
CHEAPER EACH MONTH - LIMITED DEAL Learn more CHEAPER EACH MONTH - LIMITED DEAL Learn more * 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 * GPU Computing * Streaming Servers * Managed Hosting * Affiliate Program * Resources * API & Integrations * Knowledgebase * Case Studies * Blog * Company * Contact us * About us * Careers * EU Projects 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 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? Tiger Manish Nepal Feb 10, 2021 The service was great. And we will be a good time to this service. Danijel Kotur Serbia Aug 3, 2020 As a Company in the tech industry, we can really appreciate Cherry Servers because we Got exactly what we needed to grow our platform. Great Company, Great Service. Andrea Mann United Kingdom Sep 12, 2021 Great service, good support! Vasiliy Lithuania Apr 16, 2020 It works! A very sleek and great product. Love what you guys are doing! The AI Man Switzerland Aug 5, 2020 Great cloud servers for Machine Learning at a good price. Tons of RAM, elastic storage and they even got GForce, Radeon R9 and NVIDIA Quadro K GPUs available. Marques Brownlee Germany Aug 31, 2020 They are great. They reply every time when i have questions (and when I have dumb questions). They always helped me. Ralf Peppekus U.A.E. Jun 29, 2020 Flawless! Servers were deployed fast, access was easy and reliable. Everything was painless and quick - and if there is nothing to complain, it's flawless. :-) I would certainly use Cherry servers again for my next project! Waheed Sons Pakistan May 19, 2020 Quick Response and Excellent Services. ABDULQADER Qatar Apr 4, 2019 This is the best company provide Servers, i have work with them over 1 year now, I hope if they open More data Center near Asia Location Haider Abbas Iraq Aug 20, 2020 The Best Company I know I started my servers business in 2012, I used to change server providers almost every year because of bad service/support, then I started dealing with Cherry Servers on the beginning of 2017, and I am still with them because they are the best I know, the good news is that my business has doubled :) I started with 2 dedicated bare metal servers from Cherry Servers and now I have 4 :) and I don't feel worry about support, it is the best :) Alan Pleasure Poland Nov 4, 2020 Great service. Very clean and intuitive dashboard, server itself is very fast, even tho I bought the cheapest one. Support is responsive and polite. I do recommend Cherry Servers! Andrew Estonia Nov 25, 2019 Very reliable servers and great support. Highly recommend. Tiger Manish Nepal Feb 10, 2021 The service was great. And we will be a good time to this service. Danijel Kotur Serbia Aug 3, 2020 As a Company in the tech industry, we can really appreciate Cherry Servers because we Got exactly what we needed to grow our platform. Great Company, Great Service. Andrea Mann United Kingdom Sep 12, 2021 Great service, good support! Vasiliy Lithuania Apr 16, 2020 It works! A very sleek and great product. Love what you guys are doing! The AI Man Switzerland Aug 5, 2020 Great cloud servers for Machine Learning at a good price. Tons of RAM, elastic storage and they even got GForce, Radeon R9 and NVIDIA Quadro K GPUs available. Marques Brownlee Germany Aug 31, 2020 They are great. They reply every time when i have questions (and when I have dumb questions). They always helped me. Ralf Peppekus U.A.E. Jun 29, 2020 Flawless! Servers were deployed fast, access was easy and reliable. Everything was painless and quick - and if there is nothing to complain, it's flawless. :-) I would certainly use Cherry servers again for my next project! Waheed Sons Pakistan May 19, 2020 Quick Response and Excellent Services. ABDULQADER Qatar Apr 4, 2019 This is the best company provide Servers, i have work with them over 1 year now, I hope if they open More data Center near Asia Location Haider Abbas Iraq Aug 20, 2020 The Best Company I know I started my servers business in 2012, I used to change server providers almost every year because of bad service/support, then I started dealing with Cherry Servers on the beginning of 2017, and I am still with them because they are the best I know, the good news is that my business has doubled :) I started with 2 dedicated bare metal servers from Cherry Servers and now I have 4 :) and I don't feel worry about support, it is the best :) Alan Pleasure Poland Nov 4, 2020 Great service. Very clean and intuitive dashboard, server itself is very fast, even tho I bought the cheapest one. Support is responsive and polite. I do recommend Cherry Servers! Andrew Estonia Nov 25, 2019 Very reliable servers and great support. Highly recommend. 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 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 Get the latest news first Subscribe to our newsletter 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-2023 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: 57e3fe4.451 Loading...