● DEPLOYMENT MANUAL

How to self-host Blastup

Run Blastup on your own VPS, dedicated server, or local environment with zero licensing fees.

1. Clone the repository

Clone Blastup to your server and navigate into the project directory:

git clone https://github.com/kalpintelligence/blastup.git
cd blastup

2. Configure environment variables

Copy the example environment file and configure secrets:

cp .env.example .env
nano .env

3. Start containers

Launch the client, backend server, and MongoDB service in background mode:

docker compose up -d --build

Once started, open http://your-server-ip:3000 in your browser to sign in and scan your WhatsApp QR code.