VESSL Cloud has been rebuilt from the ground up to let you use high-performance GPUs instantly without complex infrastructure setup. Here are the key steps to get started.
It is a GPU cloud optimized for AI/ML workloads. From LLM fine-tuning to large-scale training and model experimentation. Rent only what you need.
Start developing AI models immediately without complicated configurations.

Create an account at VESSL Cloud.

An Organization is a unit for managing members, billing, and resources.

Credits are required to run a Workspace. Before running, please go to the Billing tab, register a card, and add credits.
You can create a workspace in 3 steps.

- Enter a Workspace Name.
- Select a Resource Spec (GPU/CPU) that fits your workload.
- You can check the estimated hourly cost on the spec card.

- Select a Container Image.
- You can use official images like PyTorch and CUDA, or your own custom images.
- Custom images must include SSHD and Python.
- Select or create an SSH Key.
- When created, the private key is downloaded, and the public key is saved to your account.
- Configure Ports.

- 8888 (Jupyter) and 22 (SSH) are open by default.
- Use Custom Ports to open additional ports if needed.
4. Attach at least one Persistent Volume.

- Temporary storage in a workspace may disappear when the workspace is stopped.
- To persist data, you must attach a Persistent volume (Workspace volume, Shared volume).
- The mount path is fixed to /root ($HOME). It cannot be changed.

- Check the Cost Summary based on the selected resources and volumes.
- Click Deploy to start.
- The workspace will not automatically terminate until your credit balance drops below $10.

Check connection details in the Connect tab of the Workspace detail page.
- Click Open Jupyter or the displayed port to open it directly in your browser.

- Copy the SSH command from the Connect tab.
- Replace
/path/to/key with the path to your downloaded private key. - Paste into your terminal and run.
You can also use VS Code Remote-SSH. Detailed instructions are available in the guide.
If you opened Custom Ports, check the External Link/Port info in the Connect tab.
Check the billing items by workspace status first.

- Pause: Use when you want to keep the environment but reduce costs.
- Storage costs still apply in the Pause state.
- Terminate: Use when you want to stop billing completely.
- To remove it from the list entirely, toggle View Terminated and then Delete.
- Guide Docs
- Technical Support: support@vessl.ai
- Enterprise Inquiries: Contact biz-us@vessl.ai for dedicated support.