Get your hypernode running in 5 minutes.
Ensure you have:
- Linux system (Ubuntu 22.04+ recommended)
- 4GB RAM minimum
- 20GB disk space
- Docker installed
./hypernode_bundle/setup-hypernode.shThis will:
- Detect your OS and architecture
- Install dependencies (Docker, WireGuard, etc.)
- Generate node identity and keys
- Register with the Factory
- Join the Hypergraph network
- Start services
# Check status
./cli/hypergraph-cli.sh status
# View services
docker ps
# Check VPN connection
sudo wg showOpen your browser:
- Webapp: http://localhost:3000
- API: http://localhost:8000/api/health
- Grafana: http://localhost:3001
- Configure services: Edit
~/.hypergraph/config.yaml - Monitor: Access Grafana dashboards
- Join tribe: Contact admins for tribe assignment
- Enable features: Activate optional services
# Check connectivity
curl https://factory.hypergraph.dev/health
# Re-register
./cli/hypergraph-cli.sh factory register# Run diagnostics
./cli/hypergraph-cli.sh doctor
# Check logs
./cli/hypergraph-cli.sh logs api-gateway- Read the full README
- Check TECHNICAL_GUIDE
- Join Discord: https://discord.gg/hypergraph