Bare Metal for the Heavy Lifting. Cloud for Lighter Workloads.
Run demanding workloads on high-performance bare metal, and scale flexibly with VPS or VDS as your needs evolve.
"By migrating to Cherry Servers, Dawn Labs achieved 40% reduction in infrastructure costs with validators now consistently rank in the top 50–100 globally across performance-based Solana staking pools."
"Cherry Servers' bare metal servers boosted uptime to nearly 100% and cut hosting costs by ~35%, while helping increase infrastructure revenue by 20%, ensuring maximum returns for stakers."
"The bare metal setup met all production requirements as part of the RPC infrastructure. Since going live, it has shown no downtime, stable performance under production load, and serving RPC requests without noticeable lag."
Where Bare Metal Performance Meets Cloud Agility
Combine on-prem control and performance with cloud flexibility. Deploy a dedicated server in minutes, customize it to your exact workload, and manage everything via API or dashboard. Powered by low-latency connectivity across the US and EU.
Instant Bare Metal
Deploy a dedicated server in minutes for speed, performance, and automation.
Custom Bare Metal
Build your exact hardware configuration with up to 1152GB RAM, 80TB SSD, NVMe storage, and GPU accelerators.
Virtual Cloud Servers
Scale up or down easily with virtual private (VPS) and virtual dedicated servers (VDS).
Developer Automation
Manage your infrastructure as code through CLI, API, SDKs, Ansible or Terraform. Faster deployments, fewer errors.
24/7 Human Support
Get 24/7 technical support from humans, not bots, in under 45 seconds. Consult with engineers to optimize your infrastructure.
Global Low-Latency Network
Up to 10G connectivity, 100TB included egress, and strategically located data centers across the US, EU, and Singapore.
Latest Hardware
Run workloads on powerful 5th-gen AMD EPYC, Ryzen, and Threadripper CPUs with DDR5 memory and Gen5 NVMe SSD disks.
Flexible Payments
Use hourly billing for short-term testing, save with fixed-term pricing, or pay in crypto. No long-term lock-ins.
Turn Complexity into Clarity with Infrastructure as Code
Accelerate your workflow with powerful, easy-to-use APIs and integrations—designed for DevOps teams. Fully compatible with open source automation tools and CI/CD pipelines.
cherryctl server create \
--plan B1-1-1gb-20s-shared \
--image debian_12_64bit \
--region LT-Siauliai \
--hostname my-server-name
import cherryservers_sdk_python
facade = cherryservers_sdk_python.facade.CherryApiFacade(token="my-token")
# Create a new server.
creation_req = cherryservers_sdk_python.servers.CreationRequest(
region="LT-Siauliai", plan="B1-1-1gb-20s-shared"
)
server = facade.servers.create(creation_req, project_id=220189)
print(server.get_model())
package main
import (
"github.com/cherryservers/cherrygo/v3"
"log"
)
func main() {
c, err := cherrygo.NewClient(cherrygo.WithAuthToken("your-api-token"))
if err != nil {
log.Fatal("Couldn't initialize cherryservers client: ", err)
}
// Create a new server.
addServerRequest := cherrygo.CreateServer{
ProjectID: 220189,
Image: "debian_12_64bit",
Region: "LT-Siauliai",
Plan: "B1-1-1gb-20s-shared",
}
server, _, err := c.Servers.Create(&addServerRequest)
if err != nil {
log.Fatal("Error while creating new server: ", err)
}
log.Println(server.ID, server.Name, server.Hostname)
}
---
- name: Create a new server
hosts: localhost
tasks:
- name: Create a server
cherryservers.cloud.server:
project_id: 216063
region: "LT-Siauliai"
plan: "B1-1-1gb-20s-shared"
auth_token: "my-auth-token-goes-here"
terraform {
required_providers {
cherryservers = {
source = "cherryservers/cherryservers"
}
}
}
# Set the variable value in variables.tf file.
# Or set the CHERRY_AUTH_KEY or CHERRY_AUTH_TOKEN environment variables.
variable "cherry_api_token" {
description = "Cherry servers API token"
type = string
default = "my_api_token_goes_here"
}
# Configure the Cherry Servers Provider.
provider "cherryservers" {
api_token = var.cherry_api_token // API token can be found in Cherry Servers client portal - https://portal.cherryservers.com/settings/api-keys
}
resource "cherryservers_server" "server" {
plan = "B1-1-1gb-20s-shared"
project_id = 220189
region = "LT-Siauliai"
}
Supported Cryptocurrencies
Reach a Global Audience
Run on 10G uplinks across 6 data centers in the US, EU, and Singapore, connected by a 100G+ redundant backbone with direct IX peering and DoubleZero interconnection.
Our Support Heroes Will Back You Up
Support Engineers 24/7
Get qualified technical assistance in 15 seconds by live chat, or via email and phone.
Personal Account Manager
Have a single point of contact that will ensure personalized care of your account with us.
Technical Documentation
Tap into our knowledgebase articles to learn how to build stuff on your own.
Why Developers Love Cherry Servers?
Our customers consistently highlight speed, expertise, and personal attention from our team.
No tricks, only treats
Join our community, and get 10% OFF for all orders
Need a human in the loop?
Book a free consultation. We'll match you with the right config. No sales pitch, just answers.