Accessing Storage
Default Mount Path
# Your storage is always available at:
cd /data
# List your data:
ls -lh /data
# Check storage usage:
df -h /dataSSH Access
Connection Syntax
ssh -i /path/to/key-pair-name.pem -p <PORT> root@<IP_ADDRESS>Example
Jupyter Notebook Access
How to Access
Working with Your Storage in Jupyter
Comfy UI Access
How to Access
Working with Storage in Comfy UI
Best Practices for Access
Security
File Management
Last updated