Install Prosper202 on Ubuntu 20.04 VPS with Virtualmin & Nginx

Configure unmanaged VPS with Virtualmin control panel and LEMP stack to host Prosper202 PPC tracking software

Prosper202 is a popular PPC tracking software. It’s mainly used to track and optimize ad campaigns. Being a self-hosted PHP software, Prosper202 needs hosting space. An unmanaged VPS is the best hosting solution for Prosper202. This tutorial will help you install Prosper202 on Ubuntu 20.04 VPS with Virtualmin & Nginx

Looking for FREE version of Prosper202? My install Prosper202 on VPS or shared hosting service comes with last FREE version (v1.9.30) of Prosper202.

Installing Prosper202 on VPS just takes about 30 – 45 minutes. We’ll convert an empty Ubuntu 20.04 VPS to a super fast Prosper202 clickserver. But before we start, there are few things to take care of.

Prerequisites

I’m going to assume few things.

Those are the minimum requirements. Please complete each step in that order to be able to install Prosper202 on Ubuntu 20.04 VPS.

If you’ve completed all the steps above correctly, your server is now ready for Prosper202. So let’s install it.

freelancer to install prosper202 Not a tech guy? Rather have a freelancer install Prosper202 Tracker for you? Who’s better than the guy who wrote this tutorial!
Hire me and have your Prosper202 tracker ready within 24 hours!
Get Prosper202 Installed

Install Prosper202 on Ubuntu 20.04 VPS

Open up Putty and login to the server with administration username for the domain. It’s the username you saw on Edit Virtual Server screen when creating the virtual server with Virtualmin. Then change to the public_html directory for the domain.

cd $HOME/public_html

And then run following commands to download and install latest paid version of Prosper202.

wget -O prosper202.zip http://my.tracking202.com/clickserver/download/latest
unzip prosper202.zip
rm prosper202.zip

This will download paid version of Prosper202. If you want free version, you can get it from Github with following commands,

git init
git remote add origin https://github.com/tjosm/Prosper202-1.9.29.git
git pull origin new_branch

Now open your domain in browser. If your DNS is properly configured, you’ll see Prosper202 web installer on your domain. Follow the instructions to complete the installation. You’ll be asked for the MySQL database name, MySQL Username and MySQL password. You can obtain MySQL credentials from Virtualmin.

You’ll be taken to final step of the installation after submitting MySQL credentials. This is where you can create your Prosper202 account.

Congratulations!! You now have a superfast Prosper202 clickserver. Login to your Prosper202 and start tracking.

Tharindu

Hey!! I'm Tharindu. I'm from Sri Lanka. I'm a part time freelancer and this is my blog where I write about everything I think might be useful to readers. If you read a tutorial here and want to hire me, contact me here.

Related Articles

6 Comments

  1. I have tried this tutorial over and over now, and it seems like something is left out. When I try to enter the pulic_html directory, there isnt one! And for that reason Im stuck on this tutorial too!!

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button