Installation
Install Launchtic on any VPS in under 5 minutes with a single command.
Prerequisites
- A fresh VPS (Ubuntu 22.04+), 2 vCPU / 2 GB RAM / 5 GB disk minimum
- Ports 80 and 443 free
- Your license key — format
LT-XXXX-XXXX-XXXX-XXXX(get one)
Install
SSH into your server and run the command below, replacing
LT-XXXX-XXXX-XXXX-XXXX with your license key:
curl -fsSL https://launchtic.com/install | bash -s -- --license LT-XXXX-XXXX-XXXX-XXXX
Tip: copy the command with your key already filled in from launchtic.com/account — no manual editing.
The installer checks requirements, installs Docker if needed, activates your
license, and starts everything. When it's done, open http://<your-server-ip>
and the setup wizard handles your admin account, domains, and SSL.
Moving to a new server
A license runs on one server at a time. Deactivate it in Settings → License (or at launchtic.com/account), then run the installer on the new server with the same key.