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
1. 浏览可用选项
bash
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 .
provisioningStatusREADYVM STATUSRUNNING服务器需要几分钟时间完成配置。使用以下命令查看状态:
bash
npx zeabur@latest server get <server-id> -i=false等待变为且变为。
provisioningStatusREADYVM STATUSRUNNINGSee Also
另请参阅
- — browse available server options before renting
zeabur-server-catalog - — check server status after provisioning
zeabur-server-list - — create a project on the new server
zeabur-project-create
- — 租用前浏览可用服务器选项
zeabur-server-catalog - — 配置完成后查看服务器状态
zeabur-server-list - — 在新服务器上创建项目
zeabur-project-create