Quick Start
From gpu poor to gpu rich in under 60 seconds.
Connect via SSH
ssh admin.hotaisle.appIf you need a terminal app, usecmuxon macOS,Ghosttyon Linux,
andWezTermon Windows.
Create Account
Log in to the TUI (Terminal User Interface) and create a team.
Add Credits
Top up via Stripe (Credit Card) or crypto stablecoins (USDT/USDC).
Launch Instance
Select your GPU configuration and start computing instantly.
Next Steps
Oh hey 👋 wondering what to do after you spin up your VM? We’ve got a few tips.
Your VM already comes withROCm (usually a pretty recent version), andDocker (or Podman) is ready to roll since it’s the go-to for AMD tooling. AMD themselves suggest using their containers for development, because, let’s be real, installing everything by hand is still a major pain. The good news is that their provided documentation is well polished.
Quickstart with AMD
Pro tip: start your container with an external volume so your work sticks around after the container exits.
View Docker GuideAutomate with dstack
Want to get the most out of our VMs (and save some cash) by automating your deployment? Check out our tight API integration.
View dstack IntegrationPyTorch Official Guide
If PyTorch is your mojo, check out AMD’s official installation guide.
View PyTorch Guide