Auto-installation on Vultr
Vultr offers many locations. Create a Cloud Compute instance with Ubuntu 24.04 and at least 4 GB RAM, then install Track Arrow with Docker.
Create the instance
- Sign in at vultr.com and deploy a new server.
- Type: Cloud Compute. OS: Ubuntu 24.04. Size: 2 vCPU / 4 GB or larger.
- Optional: paste the Track Arrow startup script into Cloud-Init user-data.
- If you skip user-data, SSH in and use the manual Docker Compose steps.
Firewall
Same default as DigitalOcean and Hetzner: inbound 22 / 80 / 443 only, outbound unchanged (allow all). Do not open Redis 6379 or other database ports.
- In Vultr open Products → Firewall → Add Firewall Group.
- Inbound IPv4 (and IPv6 if you use it): TCP 22, 80, 443. Attach the group to this instance.
- Leave outbound allow-all. Docker can bypass UFW on the instance.