Documentation

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

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"
Note

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:

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:

API Integration

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: