This page covers the smallest hardware that lets you install the Chainstack Self-Hosted Control Panel end-to-end and click around. It is not “laptop-tier” — the Control Panel runs ~22 pods on Kubernetes, and the cumulative pod resource requests set a real floor.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What you need
The Control Panel is the management interface where you deploy, monitor, and manage blockchain nodes. The minimum that lets a freshcpctl install reach Healthy status:
| Resource | Minimum |
|---|---|
| CPU | 5 cores |
| RAM | 6 GiB |
| Storage | 15 GB |
- A small dedicated server
- A virtual machine with at least 5 vCPUs and 6 GiB RAM
- A cloud instance such as DigitalOcean
s-8vcpu-16gbor equivalent on AWS/GCP/Azure
Software
| Component | Requirement |
|---|---|
| Operating system | Ubuntu 22.04 or 24.04 LTS |
| Kubernetes | k3s (installed during setup) |
The quick start guide walks you through installing k3s and all other required tools. No prior Kubernetes experience is needed.
What you can evaluate
With just the Control Panel running, you can:- Explore the Chainstack Self-Hosted web interface and deployment workflow
- See the available protocols and node configurations
- Understand how Chainstack Self-Hosted manages infrastructure
- Plan your production deployment based on hands-on experience with the product
Get started
- Download the installer — get the cpctl installer for your operating system
- Quick start — end-to-end walkthrough from a fresh Ubuntu server to a running Control Panel
- System requirements — full hardware specifications for production planning
Optional — deploy a testnet node
If you want to go a step further and deploy an actual blockchain node, the Ethereum Hoodi testnet is the lightest option available. The Light preset uses half the CPU and RAM of the standard preset but the same storage.| Resource | Control Panel + Hoodi node (Light preset) |
|---|---|
| CPU | 9 cores |
| RAM | 22 GiB |
| Storage (steady state) | 265 GB NVMe SSD |
| Storage (during deploy) | 515 GB NVMe SSD |
Hoodi is an Ethereum testnet that uses test ETH with no real value, making it ideal for evaluation. Initial bootstrap from the snapshot completes in minutes to hours depending on network conditions; the node then catches up to the chain head in the background.