zeabur-server-rent
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZeabur Server Rent
Zeabur 服务器租用
Always useto invoke Zeabur CLI. Never usenpx zeabur@latestdirectly or any other installation method. Ifzeaburis not available, install Node.js first.npx
请始终使用调用 Zeabur CLI。 切勿直接使用npx zeabur@latest或其他任何安装方式。如果没有zeabur,请先安装 Node.js。npx
Rent a Server
租用服务器
bash
npx zeabur@latest server rent --provider <code> --region <id> --plan <name> -y -i=falsebash
npx zeabur@latest server rent --provider <code> --region <id> --plan <name> -y -i=falseWorkflow
操作流程
1. Browse available options (use the zeabur-server-catalog
skill for filtering)
zeabur-server-catalog1. 浏览可用选项(使用 zeabur-server-catalog
技能进行筛选)
zeabur-server-catalogbash
npx zeabur@latest server catalog -i=falsebash
npx zeabur@latest server catalog -i=false2. Pick provider, region, plan from the JSON output
2. 从JSON输出中选择服务商、区域和套餐
3. Rent
3. 租用
bash
npx zeabur@latest server rent --provider hetzner --region fsn1 --plan CAX11 -y -i=falsebash
npx zeabur@latest server rent --provider hetzner --region fsn1 --plan CAX11 -y -i=falsePayment Errors
支付错误
If the user has no credit card bound or insufficient balance, the CLI returns:
ERROR Rent server failed: please bind a credit card or recharge credits first
INFO Please bind a credit card or top up your balance at: https://zeabur.com/account/billingAction: Direct the user to https://zeabur.com/account/billing to add a payment method or top up balance, then retry.
如果用户未绑定信用卡或余额不足,CLI会返回:
ERROR Rent server failed: please bind a credit card or recharge credits first
INFO Please bind a credit card or top up your balance at: https://zeabur.com/account/billing操作指引: 引导用户访问 https://zeabur.com/account/billing 添加支付方式或充值余额,然后重试。
After Renting
租用后
The server takes a few minutes to provision. Check status with:
bash
npx zeabur@latest server get <server-id> -i=falseLook for to change to and to . Once ready, use the skill to create a project on the new server.
provisioningStatusREADYVM STATUSRUNNINGzeabur-project-create服务器需要几分钟时间完成配置。使用以下命令查看状态:
bash
npx zeabur@latest server get <server-id> -i=false等待变为且变为。服务器就绪后,使用技能在新服务器上创建项目。
provisioningStatusREADYVM STATUSRUNNINGzeabur-project-create