What is a Hedera full node?
A Hedera full node is infrastructure that syncs and verifies the Hedera ledger, then answers application queries about balances, blocks, and transactions.
This guide covers what a Hedera full node does, when to self-host versus use managed RPC, and how RpcNode fits as a Full Node RPC provider for Hedera.
Why Hedera full nodes matter
Every wallet balance, payment confirmation, and contract read ultimately depends on nodes that agree on Hedera state. Public endpoints rate-limit and flake; your product’s reliability tracks the quality of the full nodes behind your RPC URL.
Hedera in the RpcNode catalog: Hedera JSON-RPC Relay.
- Native asset: HBAR
- Environments: Mainnet (Relay), Testnet (Relay)
- API family: EVM JSON-RPC
- Listed in the RpcNode network catalog
When to run your own Hedera node
Self-hosting a Hedera full node makes sense when you need custom indexing, ultra-low latency next to your app, or compliance constraints that forbid third-party RPC. For most product teams, managed Full Node RPC is faster to ship and cheaper to operate.
- Building wallets, payments, or address watchers that need reliable Hedera reads and writes
- Avoiding multi-terabyte disks, peer tuning, and 24/7 pager duty for chain upgrades
- Preferring HTTPS JSON-RPC with allowlists, keys, and usage metering
- Evaluating Hedera before dedicating hardware — start on RpcNode, or self-host with Toolkit in a few clicks
Hedera full node server requirements
Hedera full node server requirements depend on the official client. Treat the figures below as a planning baseline for NVMe-backed Full Node RPC — then verify against current project documentation before purchase.
Looking up "Hedera server requirements", "Hedera hardware requirements", or "Hedera minimum specs"? Use the checklist below as the planning baseline for a self-hosted full node.
Hedera is in the RpcNode catalog. Until you need custom indexing or on-prem constraints, prefer managed Full Node RPC when available rather than buying this class of server “just in case”.
- CPU: 4–8+ cores as a starting point
- RAM: 16–32 GB+
- Disk: prefer NVMe; 500 GB–2+ TB until you measure real growth
- Bandwidth: 1 Gbps recommended
- OS: Ubuntu 22.04/24.04 LTS
- Monitor tip lag and disk growth after the first month
Self-host Hedera with RpcNode Toolkit
RpcNode Toolkit is a free self-hosted panel: install a Linux host agent, add the server, then add a node in a few clicks (network → environment → server). The node page walks install, sync, logs, and RPC.
Hedera may already be in the Add node catalog, or you can use managed Full Node RPC on RpcNode while you wait. Hardware requirements in this guide still apply — Toolkit automates the install, not the disks.
- Install the host agent on Linux, then Add server in the panel.
- Add node: pick the network, environment, and server.
- Open the node page for ports, install, sync, and the fullnode RPC endpoint.
How to run a Hedera full node
How to run a Hedera full node: use the network’s official node documentation for the supported client, then harden RPC exposure.
RpcNode publishes this guide so teams can compare self-host minimum specs with managed Full Node RPC when the catalog network is activated.
Hedera is in the RpcNode catalog. Until you need custom indexing or on-prem constraints, prefer managed Full Node RPC when available rather than buying this class of server “just in case”.
- Provision Ubuntu 24.04 LTS (or the OS your client documents) on bare metal or a dedicated VM. Create a system user such as `nodeop` — do not run the node as root.
- Attach NVMe sized from official docs. Mount it away from the root filesystem and give ownership to the operator user.
- Apply OS hygiene: unattended-upgrades or a patch cadence, fail2ban/SSH keys, and raise file-descriptor limits if the client docs require it.
- Install the supported Hedera client from upstream releases only.
- Configure a full-node (or RPC-node) profile — avoid enabling validator/signing keys on a public API host.
- systemd or the project’s supervised process model; open P2P; whitelist RPC.
- Verify tip/sync with the native status RPC and compare to a public explorer.
- Treat official docs as source of truth for flags and ports
- Prefer managed RpcNode RPC when you do not need custom infra
Using Hedera RPC without self-hosting
RpcNode exposes managed EVM JSON-RPC for Hedera. Create an endpoint in the cabinet, restrict IPs if needed, and call the same methods your stack already uses.
Catalog environments for Hedera: Mainnet (Relay), Testnet (Relay). Create an endpoint in the RpcNode cabinet for the environment you need, or use this guide to plan a self-hosted deployment.
Typical methods teams start with: chain tip, account/balance reads, transaction broadcast.
Self-hosting vs managed Full Node RPC
Self-hosting gives maximum control and can reduce per-request cost at huge scale, but you own upgrades, peers, disk growth, and incident response. RpcNode Toolkit cuts the install to a few clicks (agent → Add server → Add node → node page) while you still run the hardware.
Managed RpcNode Full Node RPC trades that ops burden for a stable HTTPS endpoint, usage visibility, and the same method surface your SDK already speaks. If you are comparing providers, also see RpcNode’s comparison page.
Hedera integration checklist
Use this short checklist when wiring Hedera into production.
- Pick the correct environment (Mainnet (Relay), Testnet (Relay)) — never mix testnet keys with mainnet funds
- Store RPC URLs and keys in secrets management; rotate on staff changes
- Add IP allowlisting for server-side backends
- Alert on tip lag / getHealth (or equivalent) failures
- Load-test eth_getLogs / getProgramAccounts-style heavy calls before launch
- Decide full vs archive needs early — RpcNode is Full Node oriented
- Confirm Hedera server requirements (CPU/RAM/disk) before self-hosting
- Or install with RpcNode Toolkit in a few clicks — free self-hosted panel
Hedera full node FAQ
Can I install a Hedera full node in a few clicks?
RpcNode Toolkit is a free self-hosted panel: add a server, add a node in a few clicks, then administer install and sync from the node page. Open rpcnode.dev/toolkit. If you only need HTTPS RPC, use managed Full Node RPC instead.
What is a Hedera full node?
A Hedera full node verifies and stores blockchain data for Hedera, then serves queries about blocks, accounts, and transactions. RpcNode runs Full Node RPC so apps can use that data over HTTPS.
Is RpcNode Hedera RPC available now?
Hedera is listed in the RpcNode network catalog. Check the product for current managed RPC availability for your account, or use this guide to plan self-hosting meanwhile.
Full node vs archive node for Hedera?
Full nodes verify the chain and answer tip-oriented RPC. Archive or indexed stacks keep deeper history for analytics. RpcNode focuses on managed Full Node RPC for Hedera.
Can I accept HBAR payments on Hedera?
RpcNode also ships crypto payment infrastructure and address watching on supported networks. When Hedera RPC is active for your account, you can combine payments with the same Full Node-backed data plane.
What are the Hedera full node server requirements?
See the “Hedera full node server requirements” section for CPU, RAM, disk, bandwidth, and OS minimum specs. If you only need HTTPS RPC, managed RpcNode Full Node endpoints avoid buying that hardware.