Installing BoostonCP on your Linux VPS is a seamless, automated process. Getting started requires a free BoostonCP Client Account to issue your license key. No credit card or payment information is required.

Quick Overview

Account registration takes under 30 seconds. Once logged in, you can order a 100% Free Lifetime License with 1 click in your Client Portal and retrieve your custom 1-line installation command.

Step 1: Create a Free BoostonCP Account

Before executing the installation script, you must have an active Client Account to generate your license key. Registration is completely free and requires no credit card.

Step 2: Order Your Free License (1-Click Order)

After logging into your Client Portal:

  1. Navigate to Store > Free Tier License (or Order License).
  2. Click Order Now (Zero payment or credit card required).
  3. Go to My Services > License Details.
License Key Location:

Inside My Services > View License Details, you will find your unique License Key and your ready-to-use 1-Line Terminal Installation Command.

Step 3: Technical Server Requirements

  • Operating System: Fresh Ubuntu 22.04 or 24.04 LTS (64-bit recommended).
  • User Access: Must be executed as the root user.
  • Hardware: 1 CPU Core, 512MB RAM (1GB+ recommended), 10GB SSD Disk Space.
  • Network Ports: Ports 2087 (Admin Panel), 2083 (User Panel), 80/443 (Web), 22 (SSH) must be open.

Step 4: Execute Universal Installation Command

Connect to your VPS via SSH as root and run your 1-line installation command:

curl -sSL https://boostoncp.com/install.sh | sudo bash -s -- YOUR_LICENSE_KEY

* Replace YOUR_LICENSE_KEY with the actual license key copied from your Client Portal.

Step 5: Access Your Dashboards

Once the automated installer finishes (takes 1-2 minutes), your terminal will output your login credentials:

  • Admin Dashboard: https://your-server-ip:2087
  • User Control Panel: https://your-server-ip:2083