Skip to main content
Learn how to get help, provide feedback, and join the beta program.

Getting help

Documentation

Start with the documentation for answers to common questions:

Technical support

For technical issues and questions: Chainstack Support Center https://support.chainstack.com/hc/en-us When contacting support, please include:
./cpctl status > diagnostic.txt
kubectl get events -n control-panel >> diagnostic.txt
timestamp=\$(date +%s)
touch debug-\$timestamp.txt
debug=debug-\$timestamp.txt
for pod in \$(kubectl get pods -n control-panel -o name); do
  echo "=== \$pod ===" >> \$debug
  kubectl logs \$pod -n control-panel --since=1h 2>/dev/null >> \$debug
done
  1. Description of the issue
    • What you were trying to do
    • What happened
    • What you expected to happen
    • Steps to reproduce

Community resources

Additional resources for blockchain node operators:

Providing feedback

Feature requests

Have an idea for a new feature? We want to hear it! Submit: Chainstack Feedback When submitting feature requests, please include:
  • Description of the feature
  • Your use case / why it’s valuable
  • Any specific requirements or constraints

General feedback

We welcome all feedback — positive or constructive: Submit: Chainstack Feedback

Join the beta

Chainstack Self-Hosted is currently in beta, and we’re actively looking for participants.

What beta participants receive

  • Early access to new features and releases
  • Direct communication with the product team
  • Influence on the roadmap based on your feedback
  • Priority support during the beta period

How to join

Fill out the beta signup form:

Join the Chainstack Self-Hosted Beta

Get early access to new features and direct communication with the product team.

Beta expectations

As a beta participant, we ask that you:
  • Test new features in non-production environments
  • Provide feedback on your experience
  • Report any bugs or issues you encounter
  • Respond to occasional surveys or questions

Beta timeline

The beta program will continue through 2026 as we work toward general availability. Participants will be notified in advance of any changes to the program or pricing.

Contact summary

PurposeContact
Technical supportsupport.chainstack.com
Feature requestsChainstack Feedback
Beta signupSignup form
Last modified on January 28, 2026