Get up and running with CloudForge in 5 minutes
Prerequisites
First, add your server to CloudForge to get a connection token.
SSH into your server and run the agent with npx (no installation required):
npx cloudforge-agent --token YOUR_TOKENReplace YOUR_TOKEN with the token from Step 1. The cloudforge-agent package will be downloaded and started automatically. cloudforge-agent
npm install -g cloudforge-agent
cloudforge-agent --token YOUR_TOKENcurl -fsSL https://cloud-forge.me/install.sh | sh -s -- --token YOUR_TOKENdocker run -d --name cloudforge-agent \
cloudforge/agent:latest --token YOUR_TOKENOnce the agent is running, your server will show as "Online" in CloudForge.
CloudForge - Remote AI Coding Platform
✓ Connected
Ready for AI Coding! Start with:
claude - Claude Code
codex - Codex CLI
aider - Aider
user@server:~$ _
If you run into issues, check our troubleshooting guide or contact us.