Skip to main content

Device Overview

The RM-01 AI supercomputer is a portable AI solution that combines high performance, security, and ease of use, specifically designed for enterprise-level AI applications. It operates offline with local computation, significantly reducing data security risks and operational costs.

System Architecture

RM-01 consists of three core modules interconnected through a built-in Ethernet switch chip, forming an independent internal network:

Inference Module

IP Address: 10.10.99.98Handles AI model inference computation, providing high-performance computing power

Application Module

IP Address: 10.10.99.99Runs pre-installed applications and business systems, such as Open WebUI

Management Module

IP Address: 10.10.99.97Provides RobOS real-time monitoring and device management functions
When you connect RM-01 to your host device (computer, phone, or tablet) via USB Type-C, the host will automatically be assigned the static IP address 10.10.99.100 and join RM-01’s internal network.

Key Features

Powerful Performance

  • Supports 300+ mainstream open-source models
  • Up to 2070 TFLOPS computing power
  • 128GB LPDDR5 high-speed memory

Ultimate Security

  • Hardware-level asymmetric encryption protection
  • Data processed locally, never transmitted externally
  • Anti-tamper physical security design

Simple Deployment

  • Deployment setup completed within 5 minutes
  • Plug-and-play, no professional IT support needed
  • Maximum power consumption only 140W (TDP 60W)

Device Interfaces

  • Power Button: Short press to turn on/off, long press for 5 seconds to force shutdown
  • Status Indicator: White (Running), Blue (Starting), Red (Error)
  • CFexpress Slot: For model and application storage, supports hot-swapping
  • MicroSD Slot: For logo customization and key storage
  • Expansion Port: For connecting external expansion devices (supports multimodal input)
  • USB-C Power Port: Connect to power adapter (supports PD3.1)
  • USB-C Network Port: Connect to personal devices or enterprise switches
  • Ventilation: Ensure good ventilation, do not block

Quick Start

First-time Setup

1

Unboxing Inspection

Confirm the package contains the following items:
  • RM-01 Main Unit
  • CFexpress Card with pre-installed models and applications
  • MicroSD Card
  • Warranty Card
  • Quick Start Guide
  • USB-C Power Adapter
  • USB-C to Ethernet Adapter
2

Connect Power

  • Connect the USB-C power adapter to the RM-01
  • Connect the power adapter to a power outlet
3

Start the Device

  • Press the power button
  • Wait for the device to boot (about 1-2 minutes)
  • A steady white indicator light means the device is running normally
4

Device Connection

Use a USB Type-C cable to connect RM-01 to your host device (computer, phone, or tablet). After the device is powered on, it will automatically configure the internal network, and your host will be assigned the static IP address: 10.10.99.100
After successful connection, your host’s network interface will display as AX88179A or RMinte RM-01 (depending on version)
5

Configure Internet Sharing (Optional)

If you need RM-01 to access the internet, you can share the network through your host device. For macOS example:
  1. Open System Settings > Network > Sharing
  2. Enable Internet Sharing, select Wi-Fi as the sharing source
  3. In “Share to devices”, check the RM-01 network interface
  4. Manually set the RM-01 network interface parameters:
    • IP Address: 10.10.99.100
    • Subnet Mask: 255.255.255.0
    • Router: 10.10.99.100
  5. Click Done
This configuration makes the host act as a gateway, and RM-01 will automatically obtain the default gateway and DNS. If internet access is not needed, you can skip this step.

Accessing the Management Interface

RM-01 provides multiple management entry points, each corresponding to different functional modules:
  • RobOS Monitoring Dashboard
  • Open WebUI Debugging
  • Inference Service Endpoint
Access the real-time monitoring dashboard of the management module:
http://10.10.99.97
View the connection status and operation of each RM-01 module here, keeping track of device health in real-time.
If you have purchased or deployed other enterprise applications, they typically run on the application module (10.10.99.99). Please contact your service provider for specific port numbers and access methods.

Model Management

Loading Open-Source Models (Automatic Mode)

RM-01 supports quick loading of open-source large language models (LLM), allowing you to easily verify model compatibility.
1

Prepare Model Files

Using a CFexpress Type-B card reader, place the complete model weight files into the auto/llm/ directory of the storage card.Supported formats include: .safetensors, .bin, .pt, .awq, etc.Correct example:
auto/llm/model-001-of-006.safetensors
auto/llm/config.json
auto/llm/tokenizer.json
auto/llm/vocab.json
Do not use subfolders! Files must be placed directly in the auto/llm/ directory, not in subdirectories.Incorrect example:
auto/llm/Qwen3-30B-A3B-Instruct-2507-AWQ/model.safetensors
2

Insert Storage Card and Start

Insert the CFexpress Type-B storage card into RM-01 and restart the device. The system will automatically scan the auto/llm/ directory and load compatible models.
After the model is loaded, you can access the inference service through the inference service endpoint (http://10.10.99.98:58000/v1/chat/completions).
Automatic Mode Limitations:
  • Only supports large language models (LLM), does not support embedding models or reranker models
  • Suitable for quick verification of model compatibility, performance is limited (maximum context length ≤ 8192 tokens, memory usage rate ≤ 0.8)
  • For higher performance or multi-model parallel deployment, please contact your service provider for manual mode (dev) technical support

Using AI Applications

View and Launch Applications

1

View Available Applications

  1. Log in to the management interface
  2. Click the “App Library” tab
  3. Browse the list of installed AI applications
2

Get Application Details

Click on the application name to view details, including functionality introduction, usage scenarios, and required resources
3

Launch Application

  1. Click the “Launch” button
  2. The application will open in a new tab
  3. Follow the application prompts to operate

Data Management

Data Import

  • Single File Upload
  • Batch Import
  1. Find the “Upload” or “Import” button in the application
  2. Select the file to upload
  3. Wait for the upload to complete

Data Security Guarantees

RM-01 uses multiple security measures to protect your data

Local Processing

All data is processed within the device, never uploaded to the cloud

Hardware Encryption

Uses asymmetric encryption technology to protect stored data

IP5X Sealing

Dust and moisture-proof design, prevents physical disassembly

Permission Control

Granular user permission management system

Security Usage Notes

The inference module does not support SSH login. All model management must be completed through the CFexpress Type-B storage card. This design ensures the stability and security of the inference service.
Do not attempt to directly access the SSH service of the inference module (10.10.99.98). All model deployments should be performed through the storage card.
Before updating models or configurations, it is recommended to back up the auto/ and dev/ directories on the storage card to prevent configuration loss or the need to roll back to a previous version.
  • Change all default passwords immediately after first login
  • Use strong passwords (at least 12 characters, including uppercase and lowercase letters, numbers, and special characters)
  • Update passwords regularly (recommended every 90 days)
  • Do not use the same password across multiple systems

User Management

Adding Users

1

Log in as Administrator

Use an administrator account to access the management interface
2

Enter User Management

Click on the “User Management” option in the left navigation bar
3

Create New User

Click the “Add User” button
4

Fill in User Information

Enter username, email, initial password, and permission level
5

Complete Creation

Click the “Create” button to complete user addition

Permission Settings

RM-01 supports granular permission control:

Administrator

Full access permissions, including system settings

Advanced User

Can use all applications, manage their own data

Standard User

Can use designated applications, restricted data access

Guest

Can only use specific demo applications
Adjusting User Permissions
  1. Enter “User Management”
  2. Select the user to modify
  3. Click “Edit Permissions”
  4. Set application access permissions and data access scope
  5. Save changes

Regular Maintenance

Status Monitoring

Regular system status checks ensure smooth operation
After logging into the management interface, check the system status information on the dashboard:

Performance Metrics

  • CPU usage
  • Memory usage

Storage Status

  • Storage space usage
  • Data read/write speed

System Status

  • Operating temperature
  • Network connection status

Update Management

  • Model Updates
  • Application Updates
  • System Updates
Update models through the CFexpress Type-B storage card:
  1. Obtain new model files from your service provider
  2. Use a card reader to place the model files into the auto/llm/ directory of the storage card
  3. Ensure the file structure is correct (refer to the Model Management section)
  4. Reinsert the storage card and restart the device
It is recommended to back up existing model files before updating

Performance Optimization

If you notice device performance degradation, try the following steps
1

Close Unused Applications

Go to “Application Management” and stop any applications you don’t need
2

Clear Cache

Go to “System Maintenance” and select the “Clear Cache” option
3

Restart Device

Select “Restart” in the management interface, or short press the power button and select “Restart”

Troubleshooting

Possible causes and solutions:
  • Power issue: Check power adapter connection, ensure using original power supply
  • Storage card issue: Try removing and reinserting the storage card
  • System issue: Hold the power button for 10 seconds to force shutdown, then restart
Possible causes and solutions:
  • Insufficient resources: Close other running applications
  • Corrupted application: Reinstall the application
  • Model issue: Check if the required models are correctly loaded
Possible causes and solutions:
  • Network adapter issue: Check the USB-C network adapter connection, confirm the host recognizes the AX88179A or RMinte RM-01 network interface
  • IP address configuration error: Confirm the host IP address is 10.10.99.100 with subnet mask 255.255.255.0
  • Firewall restrictions: Confirm the enterprise firewall is not blocking the following addresses:
    • 10.10.99.97 (Management Module)
    • 10.10.99.98 (Inference Module)
    • 10.10.99.99 (Application Module)
  • Network interface not enabled: Confirm the RM-01 network interface is enabled in network settings
Possible causes and solutions:
  • Multiple applications running simultaneously: Reduce the number of running applications
  • Large model load: Switch to a smaller model
  • High temperature: Ensure good device ventilation, avoid stacking
  • Insufficient storage space: Clear unnecessary data
  • Automatic mode limitations: If using automatic mode to load models, performance is limited to a maximum context of 8192 tokens. Contact your service provider to upgrade to manual mode for higher performance
Possible causes and solutions:
  • Incorrect file structure: Ensure model files are placed directly in the auto/llm/ directory, do not use subfolders
  • Incompatible file format: Check if supported formats are used (.safetensors, .bin, .pt, .awq, etc.)
  • Missing required files: Ensure complete model files are included, including config.json, tokenizer.json, and other configuration files
  • Storage card not properly inserted: Reinsert the CFexpress Type-B storage card and restart the device
  • Storage card failure: Try using another CFexpress Type-B storage card

Getting Support

Service Provider Contact Information

Technical Support Hotline

400-XXX-XXXX (Weekdays 9:00-18:00)

Email Support

Learning Resources

Congratulations! You have completed the basic setup and usage overview of RM-01! Now you can:
  • Use RobOS at http://10.10.99.97 to monitor device status
  • Access Open WebUI at http://10.10.99.99 for model debugging
  • Load your own open-source models to the auto/llm/ directory via CFexpress Type-B storage card
  • Use the inference service endpoint at http://10.10.99.98:58000/v1/chat/completions for AI inference
Start exploring the endless possibilities that AI technology brings to your enterprise! If you have any questions, please contact your service provider or visit our support center for assistance.
For in-depth development or optimizing RM-01 performance, please refer to the RM-01 Developer Guide or contact your service provider for additional technical support.

© 2025 Panidea (Chengdu) Artificial Intelligence Technology Co., Ltd. All rights reserved.