Self-built CPA cliproxyapi aggregating various free charity stations for Openclaw - Oracle VPS Ubuntu system using non-root user, can use official installation script
Now there are CPA installation tutorials everywhere. Here I want to record my own操作过程 — Oracle VPS Ubuntu system using non-root user without sudo -i Official installation script curl -fsSL https://raw.githubusercontent.com/brokechubb/cliproxyapi-installer/refs/heads/master/cliproxyapi-installer | bash source Pay attention to the information output by the script Execute command 1, enter your installation directory cd /home/ubuntu/cliproxyapi * If you are a root user, this directory will be different from mine, use your own directory as reference Execute command 2, check if cpa background process can run, if there are any errors ./cli-proxy-api Open a new SSH session, curl test curl localhost:8317 * Note: 8317 is cpa's default port Should get result like this {"endpoints":["POST /v1/chat/completions","POST /v1/completions","GET /v1/models"],"message":"CLI Proxy API Server"} At the same time, the SSH session running cpa pr...