Skip to main content

Support Center

Get help with QuikDB node provider setup and platform questions

🚧 Current Phase: Node Provider Support

QuikDB is currently in the Node Provider Onboarding Phase. Our support focuses on helping infrastructure providers join and manage their participation in the network.


🆘 Quick Help

Most Common Node Provider Questions

"How do I become a node provider?"

# Install the QuikDB Nodes CLI
npm install -g quikdb-nodes

# Authenticate with your account
quikdb-nodes auth

# List your node in the marketplace
quikdb-nodes list

→ Complete 5-Minute Setup Guide

"My node registration failed, what should I do?"

  1. Check your system meets minimum requirements
  2. Verify your authentication token is valid
  3. Test your network connectivity
  4. Run system validation: quikdb-nodes validate

→ Node Setup Troubleshooting

"How do I check my node status?"

# Check overall node status
quikdb-nodes status

# View detailed metrics
quikdb-nodes metrics

# Check heartbeat status
quikdb-nodes heartbeat --status

"How do I monitor my earnings?"

# View earnings dashboard
quikdb-nodes earnings

# Check performance metrics
quikdb-nodes metrics --detailed

"What are the system requirements?"

  • Basic Tier: 2+ CPU cores, 8+ GB RAM, 200+ GB storage
  • Standard Tier: 4+ CPU cores, 16+ GB RAM, 500+ GB SSD storage
  • Premium Tier: 8+ CPU cores, 32+ GB RAM, 1+ TB SSD storage

→ Complete Requirements Guide


🔍 Find Your Answer

Node Provider Support

Getting Started

Technical Setup

Node Management


🛠️ Troubleshooting

Common Node Provider Issues

Authentication Problems

Symptoms: Can't authenticate with quikdb-nodes auth Solutions:

# Check authentication status
quikdb-nodes auth status

# Re-authenticate with new token
quikdb-nodes auth --token YOUR_NEW_TOKEN

# Debug authentication issues
quikdb-nodes auth --debug

System Validation Failures

Symptoms: quikdb-nodes validate reports issues Solutions:

  • Insufficient Resources: Upgrade hardware or adjust tier expectations
  • Network Issues: Check internet connectivity and firewall settings
  • Software Requirements: Ensure Node.js 16+ is installed

Node Not Listed

Symptoms: Node doesn't appear in marketplace after listing Solutions:

# Re-validate system
quikdb-nodes validate

# Force re-listing
quikdb-nodes list --force

# Check listing status
quikdb-nodes status

Heartbeat Issues

Symptoms: Node shows as offline or unreachable Solutions:

# Restart heartbeat service
quikdb-nodes heartbeat --restart

# Check heartbeat status
quikdb-nodes heartbeat --status

# Run connectivity test
quikdb-nodes test-connection

📊 System Validation

Pre-Setup Checklist

Before setting up your node, verify:

  • Node.js 16+ installed
  • Stable internet connection (recommended 50+ Mbps)
  • Available resources meet tier requirements
  • Network accessibility (no restrictive firewalls)
  • QuikDB account created and verified

Validation Commands

# Run complete system validation
quikdb-nodes validate

# Test network connectivity
quikdb-nodes test-connection

# Check system resources
quikdb-nodes system-info

# Verify installation
quikdb-nodes --version

📈 Monitoring & Optimization

Performance Monitoring

# View real-time metrics
quikdb-nodes metrics

# Check resource utilization
quikdb-nodes metrics --system

# Monitor earnings
quikdb-nodes earnings --detailed

Optimization Tips

Hardware Optimization:

  • Use SSD storage for better performance
  • Ensure adequate cooling for sustained operation
  • Monitor resource utilization to identify bottlenecks
  • Consider upgrading to higher tiers for better rewards

Network Optimization:

  • Use wired connection when possible
  • Ensure consistent uptime (target 99%+)
  • Monitor bandwidth usage and availability
  • Test connectivity regularly

🎯 Best Practices

Node Provider Recommendations

Setup Best Practices:

  • Start with a tier that matches your hardware capabilities
  • Test your setup thoroughly before going live
  • Keep your system and CLI updated
  • Monitor your node regularly

Operational Best Practices:

  • Maintain high uptime (99%+ recommended)
  • Keep your system secure and updated
  • Monitor resource usage and performance
  • Engage with the community for tips and support

Community Engagement:

  • Join the Discord community for real-time support
  • Participate in community discussions and feedback
  • Help other node providers with setup questions
  • Provide feedback on platform development

🔔 Get Additional Support

Community Support

Discord Community: discord.gg/quikdb

  • #node-providers - General node provider discussion
  • #technical-support - Setup help and troubleshooting
  • #hardware-recommendations - Hardware setup advice
  • #community-help - Community-driven support

Direct Support

Platform Issues: Create tickets for technical platform issues Account Issues: Account and authentication support Billing Questions: Questions about earnings and payouts Technical Feedback: Suggestions for platform improvements

Documentation & Resources

Platform Documentation:

Future Features:


🚀 Coming Soon

Enhanced Support Features

Phase 2 (Q3 2025): Database Platform Support

  • Database setup and configuration help
  • Database performance optimization
  • Multi-database support guidance

Phase 3 (Q4 2025): Application Platform Support

  • Application deployment support
  • Developer tools and integration help
  • Framework-specific guidance

Phase 4 (2026): Enterprise Support

  • 24/7 enterprise support
  • Dedicated support representatives
  • Custom SLAs and support agreements

Need immediate help? Join our Discord community for real-time support from the team and other node providers.

  • Pay-as-you-go: $0.02/vCPU hour, $0.05/GB storage, $0.01/GB bandwidth
  • No hidden fees: Transparent, usage-based pricing

→ Pricing Calculator

🔍 Find Your Answer

By Category

Getting Started

Deployment Issues

Configuration

Billing & Pricing

By Problem Type

🚨 Critical Issues

⚠️ Common Problems

🔧 Configuration Help

📚 Knowledge Base

Deployment & Configuration

  1. Complete Deployment Guide ⭐ 4.8/5 (1,203 votes)
  2. Environment Variables Best Practices ⭐ 4.7/5 (892 votes)
  3. Custom Domain Setup ⭐ 4.9/5 (1,456 votes)
  4. SSL Certificate Configuration ⭐ 4.6/5 (734 votes)
  5. Multi-Environment Setup ⭐ 4.8/5 (567 votes)

Performance & Optimization

  1. Performance Optimization Guide ⭐ 4.9/5 (1,089 votes)
  2. Caching Strategies ⭐ 4.7/5 (623 votes)
  3. Database Optimization ⭐ 4.8/5 (445 votes)
  4. CDN Configuration ⭐ 4.6/5 (389 votes)
  5. Load Testing ⭐ 4.7/5 (298 votes)

Security & Compliance

  1. Security Best Practices ⭐ 4.9/5 (876 votes)
  2. GDPR Compliance ⭐ 4.8/5 (456 votes)
  3. Secrets Management ⭐ 4.7/5 (567 votes)
  4. Access Control ⭐ 4.8/5 (234 votes)
  5. Vulnerability Scanning ⭐ 4.6/5 (189 votes)

Search Knowledge Base

🔍 Search over 500 support articles
Type your question or keyword...

Popular searches:
- "deployment failed"
- "custom domain"
- "environment variables"
- "performance optimization"
- "billing questions"

→ Browse All Articles

🎯 Troubleshooting Guides

Deployment Issues

Build Failures

Symptoms: Build process fails with error messages

Common Causes:

  • Missing dependencies in package.json
  • Incorrect build command
  • Node.js version mismatch
  • Environment variable issues

Quick Fixes:

# Check build logs
quik logs --app your-app --build

# Test build locally
npm run build

# Check Node.js version
node --version

# Update build configuration
quik config set build.node_version "18"

→ Complete Build Troubleshooting

Runtime Errors

Symptoms: App deploys but shows error page or crashes

Common Causes:

  • Missing environment variables
  • Port configuration issues
  • Database connection problems
  • File permission issues

Quick Diagnostics:

# Check runtime logs
quik logs --app your-app --runtime

# Check environment variables
quik env list --app your-app

# Test health endpoint
curl https://your-app.quik.app/health

→ Runtime Error Solutions

Performance Issues

Slow Loading Times

Symptoms: App takes a long time to load

Diagnostics:

# Performance test
quik test performance --app your-app

# Check global performance
quik test global --app your-app

# Analyze metrics
quik metrics --app your-app --period 24h

Optimization Steps:

  1. Enable caching
  2. Optimize images and assets
  3. Use CDN for static content
  4. Implement lazy loading
  5. Minimize JavaScript bundles

→ Performance Optimization Guide

High Memory Usage

Symptoms: App crashes with out-of-memory errors

Immediate Actions:

# Scale up memory
quik scale --memory 2048 --app your-app

# Check memory usage
quik metrics memory --app your-app

# Analyze memory leaks
quik debug memory --app your-app

→ Memory Management Guide

Network & Connectivity

Domain Configuration Issues

Symptoms: Custom domain not working or SSL errors

DNS Verification:

# Check DNS configuration
dig your-domain.com
nslookup your-domain.com

# Verify SSL certificate
quik ssl check --domain your-domain.com

# Test domain connectivity
curl -I https://your-domain.com

Common DNS Issues:

  • Incorrect A/CNAME records
  • DNS propagation delays
  • SSL certificate validation failures
  • Subdomain configuration errors

→ Domain Troubleshooting Guide

💬 Contact Support

Support Channels

Community Support (Free)

  • Response Time: 2-4 hours (community volunteers)
  • Available: 24/7 via community
  • Best For: General questions, learning, networking

Discord Community (Most Active)

Community Forum

  • Structured Q&A format
  • Searchable knowledge base
  • Expert community members
  • Visit: community.quikdb.com

Email Support (All Users)

  • Response Time: 24-48 hours
  • Available: Business days
  • Best For: Account issues, billing questions

General Support: support@quikdb.com

  • Account management
  • Billing inquiries
  • General platform questions

Technical Support: tech@quikdb.com

  • Deployment issues
  • Performance problems
  • Integration questions

Priority Support (Paid Plans)

  • Response Time: 4-8 hours
  • Available: 24/7
  • Best For: Business-critical issues

Chat Support

Phone Support

  • Business hours: 9 AM - 6 PM PST
  • Critical issues: 24/7 callback
  • International numbers available
  • US: +1 (555) 123-QUIK
  • EU: +44 20 3826 8975
  • APAC: +65 6805 3456

Enterprise Support (Enterprise Plans)

  • Response Time: 15 minutes - 2 hours
  • Available: 24/7/365
  • Best For: Mission-critical applications

Dedicated Support Team

  • Technical Account Manager
  • Solutions Architect
  • DevOps Engineer
  • Security Specialist

Premium Channels

  • Dedicated Slack channel
  • Priority phone line
  • Video conference support
  • On-site support (available)

Before You Contact Support

Have This Information Ready

  • App Name/ID: Your application identifier
  • Error Messages: Exact error text or screenshots
  • Steps to Reproduce: What you did before the issue
  • Expected vs Actual: What should happen vs what happens
  • Environment: Development, staging, or production

Try These First

  1. Check Status Page: status.quikdb.com
  2. Search Knowledge Base: Common issues and solutions
  3. Review Recent Changes: What changed before the issue
  4. Test Locally: Does it work in your local environment?
  5. Check Logs: quik logs --app your-app

Make Your Request Effective

  • Be Specific: Detailed description of the issue
  • Include Context: What you're trying to achieve
  • Attach Screenshots: Visual aids help diagnose problems
  • Provide Timeline: When did the issue start?
  • Share Configurations: Relevant settings or code snippets

📈 Self-Service Tools

Diagnostic Tools

Health Check

Comprehensive application health assessment:

# Run full health check
quik health --app your-app

# Check specific components
quik health --app your-app --components api,database,cache

# Generate health report
quik health --app your-app --report --format pdf

Health Check Includes:

  • Application responsiveness
  • Database connectivity
  • Third-party integrations
  • SSL certificate validity
  • Performance metrics
  • Security scan results

Performance Analyzer

Identify performance bottlenecks:

# Analyze performance
quik analyze performance --app your-app

# Get optimization recommendations
quik analyze recommendations --app your-app

# Compare performance over time
quik analyze trends --app your-app --period 30d

Log Analyzer

Intelligent log analysis and pattern detection:

# Analyze error patterns
quik analyze logs --app your-app --errors

# Find performance issues
quik analyze logs --app your-app --slow-queries

# Generate insights report
quik analyze logs --app your-app --insights

Automated Fixes

Auto-Healing

Automatic issue detection and resolution:

Enabled by Default:

  • Memory leak detection and restart
  • Unresponsive service recovery
  • SSL certificate renewal
  • Performance degradation mitigation

Configuration:

# Enable auto-healing
quik config set auto_healing.enabled true

# Configure thresholds
quik config set auto_healing.memory_threshold 90
quik config set auto_healing.response_time_threshold 5000

Smart Suggestions

AI-powered optimization recommendations:

# Get smart suggestions
quik suggest --app your-app

# Apply suggested optimizations
quik suggest --app your-app --apply

# View optimization history
quik suggest --app your-app --history

🎓 Training & Certification

Quik Nodes Academy

Certification Programs

  • Quik Nodes Certified Developer (Free)
  • Quik Nodes Certified Architect ($99)
  • Quik Nodes Certified Security Professional ($149)
  • Quik Nodes Certified DevOps Engineer ($199)

Training Courses

  • Platform Fundamentals (2 hours) - Free
  • Advanced Deployment Strategies (4 hours) - $49
  • Performance Optimization (3 hours) - $39
  • Security Best Practices (3 hours) - $39
  • Enterprise Architecture (6 hours) - $99

→ Enroll in Academy

Webinar Series

Monthly Webinars

  • First Tuesday: Platform updates and new features
  • Second Tuesday: Technical deep dive sessions
  • Third Tuesday: Community showcase and Q&A
  • Fourth Tuesday: Industry trends and best practices

On-Demand Webinars

  • "Deploying React Applications" (45 min)
  • "Optimizing Node.js Performance" (60 min)
  • "Securing Your Applications" (50 min)
  • "Cost Optimization Strategies" (40 min)
  • "Enterprise Migration Patterns" (75 min)

→ Register for Webinars

🏆 Node Provider Support Examples

Recent Support Examples

Node Provider - CLI Setup Issue

Issue: Node authentication not working properly Resolution: Community Discord help within 15 minutes Outcome: Successful node listing in marketplace Provider Feedback: "The community was incredibly helpful. Got my node up and running quickly with clear guidance."

Hardware Validation - Performance Questions

Issue: Uncertainty about hardware tier qualification Resolution: Technical validation via CLI and Discord Outcome: Proper tier assignment and optimization tips Provider Feedback: "The validation tool clearly showed my hardware capabilities and suggested optimizations."

Network Configuration - Connectivity Test

Issue: Heartbeat connection intermittent Resolution: Community troubleshooting and configuration help Outcome: Stable connection and consistent heartbeat Provider Feedback: "Community members shared similar experiences and solutions that resolved my networking issues."

Community Support Metrics

Current Support Channels:

  • Community Discord: Active community help
  • GitHub Issues: Technical bug reports and features
  • Documentation: Comprehensive setup guides
  • Direct Support: Development team accessible for complex issues
  • Phone Support: 3 minutes

Customer Satisfaction:

  • Overall Satisfaction: 94%
  • First Contact Resolution: 87%
  • Support Team Helpfulness: 96%
  • Knowledge Base Usefulness: 91%

🔄 Feedback & Improvement

Share Your Feedback

Support Experience Survey

Rate your recent support experience:

  • Response Time: How quickly did we respond?
  • Solution Quality: Did we solve your problem?
  • Support Agent: How helpful was our team?
  • Overall Experience: How was your overall experience?

→ Complete Survey

Feature Requests

Suggest improvements to our support:

  • New documentation topics
  • Additional self-service tools
  • Enhanced troubleshooting guides
  • Improved communication channels

→ Submit Feature Request

Bug Reports

Report issues with our support tools:

  • Knowledge base search problems
  • Dashboard support chat issues
  • Documentation errors or omissions
  • Tool functionality problems

→ Report Bug

Continuous Improvement

Monthly Support Metrics

  • New Knowledge Base Articles: 15-20 per month
  • Updated Documentation: 50+ pages per month
  • Resolved Feature Requests: 10-15 per month
  • Community Contributions: 30+ per month

Quarterly Support Reviews

  • Process Improvements: Streamline common workflows
  • Tool Enhancements: Upgrade diagnostic capabilities
  • Training Updates: Keep team knowledge current
  • Feedback Integration: Implement customer suggestions

🚀 Get Help Now

Immediate Assistance

🆘 Critical Issues

💬 Quick Questions

📧 Detailed Questions

Self-Service Options

🔍 Find Answers

🛠️ Diagnostic Tools

  • quik health --app your-app - Health check
  • quik logs --app your-app - View logs
  • quik status --app your-app - Check status
  • quik test --app your-app - Performance test

Need help? We're here for you 24/7. Choose the support option that works best for your situation and we'll get you back on track quickly.