Skip to content

Using the OpenClaw Plugin

This tutorial describes how to use the aaPanel OpenClaw (Docker) plugin.

Install aaPanel

  • If you do not have aaPanel installed, please install it first.

Log in to your server using an SSH tool, and execute the following command with root privileges to install aaPanel:

shell
URL=https://www.aapanel.com/script/install_panel_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_panel_en.sh "$URL";fi;bash install_panel_en.sh forum
  • If aaPanel is already installed, skip this step. Go to the App Store, search for the OpenClaw plugin, and click Install.

Install the OpenClaw Plugin

  • Log in to aaPanel, go to the App Store, search for the OpenClaw plugin, and click Install.

alt text

  • The installation may take a long time, please wait patiently.

Initialize OpenClaw

For the API address, API key, and model information of the AI model, please refer to the API documentation of each model provider.

On the Install Config interface, enter the AI model information to initialize.

  • LLM API URL

  • LLM API Key

  • Default Model

alt text Note: After modifying the configuration, you need to rebuild the application for the changes to take effect.

Access OpenClaw

On the Access Info interface of the plugin, directly copy the address to access, e.g.: http://IP:18789/?token=8de7xx628cc313

  • Make sure port 18789 is open in your system firewall and the security group provided by your server provider.

alt text

  • Successfully accessed OpenClaw: alt text

Access via Domain

  • Configure a reverse proxy on the left-side menu Docker interface:

alt text

  • Access test: http://your-domain:18789/?token=8de7xx628cc313

  • You must use the full URL to access; otherwise, you will receive the message: unauthorized: gateway token mismatch (open the dashboard URL and paste the token in Control UI settings)

Skill Manage

View, install, and disable skills

alt text

View Logs

You can view the real‑time running logs of the OpenClaw container for troubleshooting.

alt text

For more tutorials, please refer to:

OpenClaw Official Website

OpenClaw Github