Full Web Server Setup Guide
Deploy your SnapReels API, Database, and Web Frontend cleanly on a fresh Ubuntu 22.04 or 24.04 server in minutes using our automated installer.
Prepare Application Files
Log in to your VPS terminal via SSH. The first step is to create a folder directory dedicated to our application:
Next, use an SFTP program (like FileZilla or WinSCP) or the command line to upload your downloaded snapreels.zip file directly into this new directory (/var/www/snapreels).
Once uploaded, install the unzip tool and extract your files using the following commands:
Automated Installation Script
We provide an automated shell script that installs all prerequisites (Node.js, MongoDB 7.0, Nginx, PM2 processes) and configures SSL security for HTTPS.
Find CodeCanyon Script Source
Locate the install.txt file in your downloaded CodeCanyon package before writing the script below.
Step 2.1: Create the script file: In your terminal, run the following command to edit a new script file:
Step 2.2: Paste content: Copy the full content inside your install.txt file and paste it into the editor screen. Press Ctrl + X, then Y, then Enter to save and exit.
Step 2.3: Make executable and run: Run these commands to trigger the automated installation wizard. Input your custom domain name and admin email when prompted:
Finalize Setup Wizard
When the shell script completes, it will output a Web Setup wizard link. Copy and visit this link on your web browser to finish creating the databases, admin account and system tables.