Quick Start
Deploy your first app in minutes.
1. Connect a Server
- Go to Servers → Add Server
- Name it, select your provider, click Next
- Copy the install command
- SSH into your VPS and run it
ssh root@your-server-ip
# Paste the install commandOnce you see the success message, you're done. TurboV installs Docker, configures networking, and prepares the runtime automatically.
2. Deploy an App
- Click Add App
- Connect GitHub and install the TurboV GitHub App
- Access only selected repositories
- Trigger deployments on new commits
- Select a repository
- (Optional) Add environment variables — encrypted at rest
- Add a domain
- Click Deploy
Your app is now building. Stream live logs or let it run in the background.
What's Next?
Check out the Getting Started guide to learn more about TurboV features and capabilities.