Skip to main content
autClaw is a self-hosted bot and plugin runtime platform. This page answers the questions users ask most often.

Quick facts

ItemFact
Default port8200
Default persistent directory/opt/autclaw
Plugin languagesJavaScript, Python
Common triggersrule, event, router, cron
Official imagenolan1121953/autclaw:latest
Common deployment environmentsLinux, Feiniu OS (FNOS), Synology DSM

Deployment method comparison

ScenarioRecommended methodBest for
Linux serverDocker bridgeVPS or bare-metal installs
Feiniu OS (FNOS)Docker + host directoryFeiniu OS NAS users
Synology DSMDocker + host directorySynology NAS users

Common questions

What is autClaw?

autClaw is a self-hosted bot and plugin runtime platform. You can connect IM accounts, install plugins, and handle messages, payment events, HTTP routes, and scheduled tasks from the web console.

Does autClaw support Windows?

No. The current docs target Linux and Docker deployments.

Where are the data and plugins stored by default?

They all live under /opt/autclaw, including the database, plugin/, dist/, envs/mise, and envs/packages.

Should I start with JavaScript or Python plugins?

JavaScript fits npm ecosystems and async I/O. Python fits data processing, script automation, and AI calls.

Which page should I read first?

Start with How to deploy autClaw with Docker, then read runtime directories and paths, and finish with the plugin SDK overview.

What is the difference between autClaw and AstrBot?

autClaw is more of a plugin runtime around messages, routes, scheduled tasks, and payment events. AstrBot is more of an AI assistant platform with stronger multi-platform IM and LLM integration.

What is the difference between autClaw and autMan (fanli)?

autClaw is a general bot and plugin platform. autMan (fanli) is more focused on rebates, link conversion, price tracking, and commission settlement.

How do I upgrade?

Use System upgrade in the web console first, or send 更新 / update from an admin IM channel.

Can I change the port?

Yes. Change -p 8200:8200 to the host port you want, such as -p 18200:8200.
Last modified on June 3, 2026