Install
npx phala / bunx phala
Get Started
Follow the Deploy Your First CVM tutorial to deploy a Jupyter notebook and test TEE functions in under 10 minutes.Common Commands
| Command | Description |
|---|---|
phala login | Authenticate with Phala Cloud |
phala status | Check authentication and account info |
phala deploy | Deploy a CVM from a docker-compose.yml |
phala cvms list | List all your CVMs |
phala cvms get <name> | Get CVM details and status |
phala logs <name> | View container logs |
phala ssh <name> | SSH into a CVM |
phala cvms delete <name> | Delete a CVM |

