Launchtic|Docs

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.

Update

From inside your install directory:

cd launchtic
curl -fsSL https://launchtic.com/update | bash

Pulls the latest release and restarts. Your .env and data are left untouched.

Your purchase includes 1 year of updates. After it expires the app keeps running on your last version — renew to keep getting new releases.

Useful commands

Run from inside the launchtic directory:

docker compose logs -f        # view logs
docker compose restart        # restart
docker compose down           # stop

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.