Dargo Documentation

Complete guide to setting up, using, and mastering your Dargo AI-powered network storage device.

Overview

Dargo is the world's first consumer AI-powered network storage device that operates completely offline. It combines enterprise-grade storage, military-level security, and cutting-edge artificial intelligence in a compact, elegant package.

🧠 Offline AI

Advanced language models run entirely on-device, ensuring your data never leaves your network while providing intelligent file analysis and search capabilities.

🔒 Complete Privacy

Zero cloud dependencies mean your data stays 100% private. No external servers, no data harvesting, no privacy concerns.

âš¡ Lightning Fast

NVMe SSD storage with intelligent caching ensures your files are accessible in milliseconds, not minutes.

Getting Started

Unboxing & Setup

Your Dargo package includes everything you need to get started:

  • Dargo device
  • Power adapter (USB-C, 65W)
  • Ethernet cable (Cat 6)
  • Quick start guide
  • Premium carrying case (Early Bird customers)
Setup Time: Initial setup typically takes 5-10 minutes, with AI model initialization requiring an additional 30-60 minutes depending on your data volume.

Physical Setup

  1. Choose a well-ventilated location near your router
  2. Connect the power adapter
  3. Connect ethernet cable to your router
  4. Press the power button - the LED will turn blue when ready

First Boot

When you first power on Dargo, it will:

  1. Initialize the operating system (2-3 minutes)
  2. Create a secure Wi-Fi network: Dargo-Setup-XXXX
  3. Start the web-based setup wizard

Web Setup Wizard

Connect to the Dargo setup network and navigate to http://dargo.local or 192.168.4.1:

Network: Dargo-Setup-XXXX Password: (printed on device label) URL: http://dargo.local

The setup wizard will guide you through:

  • Admin account creation
  • Network configuration
  • Storage encryption setup
  • AI model initialization
  • Mobile app pairing

Mobile App

The Dargo mobile app provides secure access to your files from anywhere on your local network.

Coming Soon: Mobile apps for iOS and Android will be available in Q1 2026. Until then, use the responsive web interface accessible from any device browser.

File Management

Uploading Files

Multiple ways to add files to your Dargo:

Web Interface

  • Drag and drop files directly into the browser
  • Bulk upload entire folders
  • Progress tracking for large uploads

Network Drive

Mount Dargo as a network drive on your computer:

# macOS/Linux smb://dargo.local/files # Windows \\dargo.local\files

Auto-Import

Configure automatic import from:

  • Desktop screenshots folder
  • Phone photos (via app)
  • Download directories
  • External drives

AI Features

Document Understanding

Dargo's AI automatically analyzes your documents to:

  • Extract key information and metadata
  • Generate searchable text from images
  • Identify document types and categories
  • Create automatic tags and descriptions

Image Recognition

Advanced computer vision capabilities:

  • Automatic face detection and grouping
  • Object and scene recognition
  • Text extraction from images (OCR)
  • Duplicate image detection

Audio Processing

  • Speech-to-text transcription
  • Audio file categorization
  • Music metadata enhancement

Dargo's search goes far beyond filenames:

Natural Language Queries

"Photos from last summer vacation" "Documents about the quarterly report" "Voice recordings from Monday's meeting" "Images with text containing 'budget'"

Advanced Filters

  • Date ranges and time periods
  • File types and formats
  • Content similarity
  • AI-generated tags

Backup & Sync

Automatic Backups

Dargo creates multiple backup layers:

  • Snapshot backups: Hourly incremental snapshots
  • Version history: Keep multiple versions of modified files
  • External backup: Optional USB drive backup

Cross-Device Sync

Keep important folders synchronized across devices:

  • Desktop sync folders
  • Mobile photo backup
  • Document synchronization
Privacy Note: All sync happens locally on your network. No cloud services are used.

Technical Specifications

Component Specification
Processor 8-core ARM Cortex-A78 @ 2.4GHz
Memory 16GB LPDDR5 RAM
Storage 2TB NVMe SSD (expandable)
Connectivity Dual Gigabit Ethernet, Wi-Fi 6E, Bluetooth 5.3
Ports 2x USB-A 3.2, 2x USB-C, 1x HDMI 2.1
Power 65W USB-C Power Delivery
Dimensions 220mm × 150mm × 45mm
Weight 1.2kg
Operating System DargoOS (Linux-based)
AI Models LLaMA 2 7B, Whisper v3, CLIP, Custom models

API Documentation

Dargo provides RESTful APIs for developers to build custom integrations:

Authentication

All API requests require authentication using API keys:

curl -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ https://dargo.local/api/v1/files

File Operations

# Upload file POST /api/v1/files # List files GET /api/v1/files?folder=/Documents&limit=50 # Search files GET /api/v1/search?q=meeting+notes&type=document # Get file metadata GET /api/v1/files/{file_id}/metadata

AI Operations

# Analyze document POST /api/v1/ai/analyze { "file_id": "doc_123", "operations": ["summarize", "extract_entities"] } # Natural language search POST /api/v1/ai/search { "query": "photos from last vacation", "limit": 20 }

Network Configuration

Port Requirements

Dargo uses the following ports:

  • 80/443: Web interface (HTTP/HTTPS)
  • 22: SSH access (optional)
  • 139/445: SMB file sharing
  • 8080: API server
  • 5353: mDNS discovery

VPN Access

For secure remote access, Dargo includes a built-in VPN server:

# Generate VPN configuration dargo-cli vpn create-client "My Phone" # Download configuration file https://dargo.local/admin/vpn/my-phone.ovpn

Security

Encryption

  • At rest: AES-256 full disk encryption
  • In transit: TLS 1.3 for all connections
  • API: JWT tokens with rotation

Access Control

  • Role-based permissions
  • Two-factor authentication
  • IP allowlisting
  • Audit logging

Troubleshooting

Common Issues

Device Won't Power On

  1. Check power adapter connection
  2. Try a different power outlet
  3. Hold power button for 10 seconds to force reset
  4. Check LED status indicators

Can't Connect to Web Interface

  1. Verify network connection (LED should be green)
  2. Try accessing via IP: http://192.168.1.xxx
  3. Clear browser cache and cookies
  4. Disable VPN/proxy temporarily

Slow Performance

  • Check available storage space (keep 20% free)
  • Restart the device monthly
  • Update to latest firmware
  • Check network speed and congestion

AI Features Not Working

  • Ensure AI model initialization completed
  • Check system resources in admin panel
  • Restart AI services: dargo-cli ai restart

Frequently Asked Questions

Can I expand storage?

Yes, Dargo supports external USB drives for additional storage. The internal SSD can also be upgraded by authorized service centers.

How much power does Dargo use?

Typical power consumption is 25-35W during normal operation, with peaks up to 65W during intensive AI processing.

Can I run Docker containers?

Yes, Dargo supports Docker containers for custom applications. See the developer documentation for details.

What happens if my Dargo breaks?

All data is encrypted and backed up. You can restore to a replacement device using your recovery key and backup drive.

Warranty & Support

Warranty Coverage

  • Hardware: 3-year limited warranty
  • Software: Lifetime updates and support
  • Early Bird customers: Extended 5-year warranty

What's Covered

  • Manufacturing defects
  • Component failures
  • Power supply issues
  • Software bugs and security updates

Contact Support

Need help? Our support team is here to assist:

📧 Email Support

support@dargo.io
Response within 24 hours

💬 Community Forum

community.dargo.io
Get help from other users

Premium Support: Early Bird customers receive priority support with dedicated engineering assistance.

Remote Diagnostics

For complex issues, we can run diagnostics remotely (with your permission):

# Enable remote support session dargo-cli support enable-remote --duration 2h # Session ID: RS-ABC123 (provide to support)
Privacy: Remote diagnostics never access your personal files. Only system logs and configuration are analyzed.