Join the Network
Apply to become a node in the RedundaNet distributed storage network. Contribute storage and help build a resilient, encrypted infrastructure.
📋 Requirements
- A GPG key pair published to a public keyserver (for node authentication)
- A device that can run Docker (Raspberry Pi, server, VM, etc.)
- Storage space you're willing to contribute (minimum 10GB recommended)
- Reliable internet connection
- A GitHub account (to submit your application)
🔑 GPG Key Setup
Before applying, generate and publish your GPG key:
# Install redundanet CLI
pip install redundanet
# Generate a new GPG key
redundanet node keys generate --name my-node --email you@example.com
# Publish your key to keyservers
redundanet node keys publish --key-id YOUR_KEY_ID
# Or use standard GPG commands:
gpg --gen-key
gpg --send-keys --keyserver keys.openpgp.org YOUR_KEY_ID
How It Works
1
Submit Application
Fill out the form below with your GPG key ID and storage contribution
2
Review
Maintainers review your application and verify your GPG key
3
Approval
Once approved, your node is added to the manifest with an assigned IP
4
Connect
Download the manifest and start your node to join the network