ClearFox logoClearFox
Installation Guide

Deploy ClearFox in One Command

All you need is Docker installed on your server.

Run on your server
curl -fsSL https://clearfox.ai/install.sh | sh

This downloads the configuration, pulls Docker images, and starts ClearFox.
Then open http://localhost:3000 to complete the setup wizard.

You'll need

Updating to a new version

Run the same install command again — it detects the existing installation, updates docker-compose.yml, pulls new images, and restarts. Your .env and data are preserved.

Terminal
curl -fsSL https://clearfox.ai/install.sh | sh

Or manually: cd /opt/clearfox && curl -fsSL -o docker-compose.yml 'https://clearfox.ai/api/install/bundle?type=compose' && docker compose pull && docker compose up -d

Need help?

Contact us at sales@clearfox.ai or visit our FAQ section for common questions.