OpenClaw is an open-source AI Agent framework that connects to local or cloud-based large language models to enable automated tasks and intelligent interactions. This tutorial explains how to deploy and run OpenClaw on AI Pyramid, leveraging the local computing power of the Axera AX8850(24 TOPS NPU) device to build edge-deployed intelligent agent applications.
Download the OpenClaw image file below and follow the AI Pyramid image burning tutorial to complete the burning process.
| Firmware version | Download link |
|---|---|
| AI_Pyramid_openclaw_emmc_ubuntu_rootfs_desktop_V3.6.4 | Download |
After flashing the image, power on the AI Pyramid device and connect it to an Ethernet network. The device will automatically enable the OpenClaw initialization service upon startup.
From another computer on the same local network, open a browser and navigate to https://pyramid-openclaw.local/terminal.html to access the remote configuration page.
Follow the on-screen instructions and click Open Web Terminal (TTY) to log into the device’s command-line terminal.
The default login credentials are:Username: root;Password: 123456.
Follow the Quick Start Guide on the webpage to complete the initial setup.
Execute the openclaw onboard command to start configuration:
root@pyramid-openclaw:~# openclaw onboard Note: The openclaw onboard initialization process takes approximately 2 minutes—please be patient.
After reading the security notice, select Yes to proceed:
◆ I understand this is personal-by-default and shared/multi-user use requires lock-down. Continue?
● Yes / ○ No Choose QuickStart for rapid setup:
◆ Onboarding mode
│ ● QuickStart (Configure details later via openclaw configure.)
│ ○ Manual Select Qwen to try Qwen's free model, or choose another provider based on your subscription.
◆ Model/auth provider
│ ○ OpenAI
│ ○ Anthropic
│ ● Qwen (OAuth)
│ ○ OpenRouter
│ ○ Skip for now Copy the displayed authorization URL into your browser to complete Qwen OAuth authentication (register an account if you don’t have one).
◇ Qwen OAuth
│ Open https://chat.qwen.ai/authorize?user_code=1-_VFKMX&client=qwen-code to approve access.
│ If prompted, enter the code 1-_VFKMX. After successful authentication, choose Keep current to retain the default model.
◆ Default model
│ ● Keep current (qwen-portal/coder-model)
│ ○ Enter model manually Select Skip for now to bypass communication channel setup:
◆ Select channel (QuickStart)
│ ○ Telegram (Bot API)
│ ○ Discord (Bot API)
│ ● Skip for now Select No to skip Skills configuration.
◆ Configure skills now? (recommended)
│ ○ Yes / ● No Press the spacebar to select Skip for now, then press Enter to skip.
◆ Enable hooks?
│ ◼ Skip for now
│ ◻ 🚀 boot-md
│ ◻ 📝 command-logger After installation completes, be sure to save the displayed token—it is required for local network access.
◇ Dashboard ready
│ Dashboard link (with token):
│ http://192.168.28.130:18789/#token=bb656109d98071da940120724179202ae25e730ca9608c78
│ Copy/paste this URL in a browser to control OpenClaw. Run the following commands to allow LAN access to the OpenClaw Gateway.
openclaw config set gateway.bind lan
openclaw config set gateway.controlUi.allowInsecureAuth true
openclaw config set gateway.controlUi.allowedOrigins '["http://127.0.0.1","http://127.0.0.1:18789","https://pyramid-openclaw.local"]'
openclaw config set gateway.controlUi.enabled true Open the following address in your computer’s browser (replace YOUR_TOKEN_VALUE with your actual token).
https://pyramid-openclaw.local#token=YOUR_TOKEN_VALUE On first access from a computer, device pairing is required. Perform the following steps in the terminal:
# List pending devices
root@pyramid-openclaw:~# openclaw devices list
# Approve device pairing (replace requestId with the actual ID)
root@pyramid-openclaw:~# openclaw devices approve <requestId> Instruct OpenClaw to execute the following: "Generate a complete Tetris web game, save it as openclaw-deploy-game.html, then start a local HTTP server in the directory containing this file and return the accessible URL address." Open the browser to visit the game's URL.