AETHER-MESH OS
Technical documentation for partners deploying white-label mesh infrastructure.
Overview
AETHER-MESH OS is a complete Linux-based operating system purpose-built for mesh network deployment. Licensed partners receive full white-label rights to rebrand and deploy the OS under their company identity.
System Requirements
- x86_64 or ARM64 processor
- 2GB RAM minimum (4GB recommended)
- 32GB storage minimum
- Network interface with internet connectivity
White-Label Configuration
After receiving your license, rebrand the OS to match your company identity:
# Rebrand the OS identity $ sudo aether-config rebrand --name "YourOS" --vendor "Your Company" # Update boot splash and desktop $ sudo aether-config theme --logo /path/to/logo.png --colors "#0066cc,#ffffff" # Set support contact information $ sudo aether-config support --email "support@yourcompany.com"
All branding changes are applied system-wide and persist through updates.
License Activation
Activate your license key on each deployment:
$ aether license activate YOUR-LICENSE-KEY License activated successfully Partner: Your Company Name Type: Enterprise Nodes: Unlimited
The license verification system performs periodic checks to ensure compliance:
- Initial activation requires internet connectivity
- Heartbeat checks occur every 24 hours
- 48-hour grace period for temporary connectivity issues
- Revenue reporting integrates with your billing system
Mesh Network Deployment
Deploy nodes to create your mesh network:
# Initialize a new mesh network $ aether mesh init --name "client-network" # Join additional nodes $ aether mesh join --token TOKEN_FROM_INIT # View network status $ aether mesh status Network: client-network Nodes: 12 (all healthy) Uptime: 99.99%
Revenue Reporting
The licensing system automatically tracks deployment metrics for royalty calculation:
- Node count and uptime metrics
- Monthly revenue reporting via API or dashboard
- 1% royalty on deployment revenue
- Net 30 payment terms
Connect your billing system to automate revenue reporting. See the API Reference for webhook configuration.
Support
Partners have access to technical support for licensing, deployment, and operational issues:
- Email: support@xodevelopment.com
- Partner portal (available after license activation)
- Security updates and patches included for 5 years