Skip to main content
This guide covers the operations available for managing deployed blockchain nodes.

Node list

Chainstack Self-Hosted node list
The node list displays all deployed nodes with:
  • Node name
  • Protocol and network
  • Date created
  • Date updated
  • Current status

Filtering and sorting

Use the controls to:
  • Filter by status (All statuses, Running, Bootstrapping, Error)
  • Search for specific nodes

Node details

Click on any node to view its details page, which includes:
Chainstack Self-Hosted node details

Overview tab

InformationDescription
ProtocolBlockchain protocol (e.g., Ethereum)
NetworkNetwork name (e.g., Mainnet, Hoodi)
Date createdWhen the node was deployed
Deployment IDUnique identifier for the deployment
Revision IDCurrent revision of the deployment
Date updatedLast modification timestamp
Access and credentials for your node:
EndpointDescription
Execution client HTTP endpointJSON-RPC HTTP endpoint (port 8545)
Execution client WSS endpointJSON-RPC WebSocket endpoint (port 8546)
Consensus client HTTP endpointBeacon API endpoint (port 5052)
The endpoint URLs are internal Kubernetes service addresses. To access nodes from outside the cluster, you’ll need to expose these services via LoadBalancer, NodePort, or Ingress.

Settings tab

Additional actions for the deployed node. The list of available actions at the moment:
ActionPurpose
Delete nodePermanently remove the node and its data

Next steps

Last modified on January 28, 2026