Deployment Errors
No available nodes found
This error indicates no available nodes for deployment. Common causes:- You’ve reached your tier’s CVM limit
- All nodes are currently at capacity
- Check your account tier limits
- Delete unused CVMs to free up capacity
- Upgrade to a higher tier for more resources
- Try again later if nodes are temporarily at capacity

Can’t deploy more CVMs - tier limit reached
Each account tier has CVM limits:| Tier | Max CVMs | Max vCPUs | Max Memory |
|---|---|---|---|
| Tier 1 | 8 | 16 | 32GB |
| Tier 2 | 16 | 32 | 64GB |
| Enterprise | Unlimited | Unlimited | Unlimited |
- Delete unused CVMs
- Contact [email protected] to upgrade your tier
Deployment blocked - “violates terms & conditions”
Some Docker images trigger anti-spam rules. Known triggers:- Certain base images that have been abused for spam
- Images with suspicious patterns
- Use official base images (e.g.,
python:3.11,node:20) - Avoid deprecated or unmaintained base images
- Contact support if you believe your image was incorrectly flagged
CVM stuck, can’t restart - “process already running”
If your CVM is stuck and won’t restart: Solution: Use the “Power Off” button in the Web UI for a force shutdown. This is different from “Stop” and will forcefully terminate the CVM.- Go to your CVM in the dashboard
- Click Power Off (not Stop)
- Wait for the CVM to fully shut down
- Start the CVM again
Container & Image Errors
exec format error
TEE socket error - “No such file or directory” for dstack.sock
[FAILED] Failed to start Virtual Console Setup
You can safely ignore this error. This is a known issue in OS image dstack v0.5.4 where the virtual console module was partially removed.Networking Issues
Can’t expose non-HTTPS ports
By default, Phala Cloud only exposes HTTPS/TLS ports to the public internet. For TCP services (SSH, databases, etc.):- Use TCP port forwarding with TLS wrapping
- See the TCP services guide
SSH connection issues
See the SSH access guide for detailed troubleshooting. Common issues:- Not using Development OS image (SSH is disabled on Production OS)
- Missing
DSTACK_ROOT_PASSWORDorDSTACK_ROOT_PUBLIC_KEYenvironment variables - Using LibreSSL instead of OpenSSL on macOS
GPU TEE Issues
”Resource matching failed: No teepod found”
No GPU nodes are currently available matching your requirements. Solutions:- Try a different GPU configuration (fewer GPUs)
- Try again later when resources become available
- Contact [email protected] for dedicated capacity
- Payment Order ID
- Order reference
GPU billing questions
See GPU TEE Billing for details on:- 24-hour minimum charges
- When billing starts (only on launch)
- Commitment pricing options
API Error Codes
If you encounter API errors with codes likeERR-01-xxx or ERR-02-xxx, see the Error Codes Reference for a complete list of error codes and their meanings.
Still Need Help?
- Join our Global Telegram
- Join our Chinese Telegram
- Email: [email protected]
- GitHub Issues

