Skip to main content

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.

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

The Settings tab provides additional actions for the deployed node. Currently available:
ActionPurpose
Delete nodePermanently remove the node and its data

Monitoring

The Control Panel includes an integrated observability stack with pre-built Grafana dashboards for node health, sync status, and Kubernetes infrastructure metrics. See Monitoring for access instructions.

Next steps

Last modified on May 6, 2026