Skip to main content

Prerequisites

Before you begin, make sure you have:
  • A server running Ubuntu 22.04+ with SSH access
  • PHP 8.2+ and Composer installed
  • MySQL 8.0+ running
  • Nginx or Apache
  • A domain pointed at your server
See the full requirements page for details.

Step 1 — Install the application

Download the latest .zip from your customer portal, upload it to your server, and extract it:
Edit .env with your database credentials, app URL, and mail settings:
Run migrations, seed, and publish required assets:

Step 2 — Configure the web server

Nginx (quick example — see full guide):
Set up SSL with Let’s Encrypt:

Step 3 — Start queue workers and the scheduler

Set up Supervisor for queue workers — see Queue Workers.

Step 4 — Complete setup in the admin panel

  1. Open https://yourdomain.com/setup in your browser
  2. Log in with the default admin credentials from the seeder
  3. Change your password immediately
  4. Navigate to Admin → Settings to configure:
    • App name and branding
    • SMTP email settings
    • Payment gateways (Stripe, PayPal, or CryptAPI)
    • Cloud provider keys (DigitalOcean / Vultr)

Step 5 — Create your first plan and deploy a server

  1. Go to Admin → Plans → Create Plan — define bandwidth, speed limits, trial days
  2. Add a billing cycle under the plan (e.g. Monthly at $9.99)
  3. Go to Admin → Deployments → DigitalOcean (or Vultr) to deploy your first VPN server
  4. Create a Server Group and add the server to it
  5. Assign the server group to your plan
Your VPN service is now live. Customers can register at yourdomain.com, subscribe, and download their VPN configs.