Getting Started
Quick start guides to get your Thox.ai device up and running in minutes.
Unboxing & Setup
What's in the Box
- •Thox.ai Edge Device
- •USB-C Power Adapter (65W)
- •Ethernet Cable (Cat6, 1m)
- •Quick Start Guide
- •Mounting Kit (optional use)
Physical Setup
- 1Place the device on a flat, well-ventilated surface. Ensure at least 2 inches of clearance on all sides for proper airflow.
- 2Connect the Ethernet cable to your router or network switch (recommended for initial setup).
- 3Connect the USB-C power adapter to the device and plug it into a power outlet.
First Boot Guide
Boot Sequence
When powered on for the first time, your Thox.ai device will go through an initialization sequence:
Yellow LED - Initializing
System is booting and performing self-checks (30-60 seconds)
Blue LED - Configuring Network
Device is obtaining IP address and connecting to network (15-30 seconds)
Green LED - Ready
Device is fully operational and accepting connections
Accessing the Device
Once the LED turns green, access your device using one of these methods:
# Via mDNS hostname (recommended)
http://thox.local:8080
# Via IP address (check your router)
http://192.168.x.x:8080
Network Configuration
Ethernet Connection (Default)
By default, Thox.ai uses DHCP to automatically obtain an IP address. No configuration is needed for most networks.
Wi-Fi Configuration
To configure Wi-Fi, use the CLI tool or web interface:
# Using the CLI
thox wifi setup --ssid "YourNetwork" --password "YourPassword"
Static IP Configuration
For static IP assignment:
# Configure static IP
thox network config --ip 192.168.1.100 --gateway 192.168.1.1 --dns 8.8.8.8
Initial Calibration
For optimal performance, run the calibration wizard after first boot. This optimizes the device for your specific workload.
Running Calibration
# Start calibration wizard
thox calibrate --auto
# Or for specific workload type
thox calibrate --profile coding
Available Profiles
coding
Optimized for code completion and generation
chat
Optimized for conversational AI tasks
analysis
Optimized for data analysis and reasoning
balanced
General-purpose balanced performance