Self-Hosted Setup
Use the same license issued by the admin console. Linux can run either as a local node or as a web control plane that your customer hosts under their own domain in AWS, Azure, or GCP.
Pick a platform first. For Linux, you can switch between agent mode and web mode without editing the generated files by hand.
Active platform: linux
Active architecture: x86_64
Active mode: agent
Hosted cloud: aws
Enter a valid tenant slug, license key, and machine fingerprint. For Linux web mode, add the customer domain you want to cut over after deployment.
Quick Install Commands
Switch between Linux node mode and Linux web mode. The generated command, compose hints, and downloads update automatically.
cloudagents-bootstrap --api "https://cloudagents.uk" --tenant "default" --license "<paste-license-key>" --machine "<generated-machine-id>" --arch "x86_64" --platform "linux"
cloudagents-mcp-server --config ~/.cloudagents/mcp-server.json
Use the copy button after you generate the command for your target platform.
Download installer scaffold
Download compose template
Download complete runtime bundle
Download MCP config
Download MCP launcher
docker compose up -d cloudagents-node cloudagents-mcp
Then keep the license heartbeat running hourly and cache the returned offline lease token locally.
1. Download the installer scaffold and MCP files for the selected platform.
2. Run the generated bootstrap command on the target machine.
3. Start the MCP server locally before enabling cloud actions.
4. Start the local node and confirm outbound HTTPS is allowed.
5. Verify the offline lease so the machine can survive temporary disconnects.