UXWizz
WebsitePricingDemoTwitter (X)
  • Introduction
  • 🛠️ Installation
    • Requirements
      • Limitations
      • Server specs (CPU, RAM)
    • Installation guide
      • Uploading the script
      • Creating a MySQL database
      • Running the installer
    • Install on a new server
      • Ubuntu 20.04 (or higher)
      • DigitalOcean
    • Docker
      • Via Docker Compose
      • Standalone Docker image
    • Adding the tracking code
      • Automatic SPA pageview tracking
      • Add tracker to Next.js App
      • Add tracker to React Router App
    • Optimization tips
      • MySQL/MariaDB
      • Auto-delete old data (cron jobs)
      • Apache
    • Frequently Asked Questions
  • 🔧JavaScript API
    • Tags
    • Events
    • Hooks/callbacks
    • Other API functions
    • Session Recording
      • Ignore specific elements
  • 📖Guides and features
    • Goals (NEW!)
    • Ask AI (NEW!)
    • Basic usage
    • A/B testing
    • Usage tips
    • Dashboard user access level
    • Resetting the admin password
    • Database querying
    • Technical details
      • IP Geolocation
    • Troubleshooting
      • Agency
        • MultiDB
      • Dashboard
        • Refreshing dashboard sub-page leads to 404 error
        • Website iframe not loading (x-frame-options)
        • License says "invalid"
        • Updating Fails
      • Tracking
        • No data is being recorded
        • Can't include tracker via Google Tag Manager
        • The A/B test JS file is missing
      • WordPress
        • Cloudways 403 Forbidden screen on WordPress
        • NGINX 403 Forbidden screen on WordPress
    • Extending the dashboard
    • Support
    • Migrating to a new server
  • 🎓Useful Examples
    • Feedback form (polls)
    • Tracking 404 Pages
    • Tracking UTM parameters
    • Tracking Google Ads GCLID
    • Storing user device types
    • Track video playback
  • 📜About
    • Changelog
    • Personal Data Information
    • Privacy Policy (uxwizz.com)
    • Licenses and pricing
    • [Deprecated] License Subscriptions
Powered by GitBook
On this page
  • 1. Standalone version (LAMP server)
  • 1.1. Option A: New server (VPS or dedicated)
  • 1.2. Option B. Existing server (with cPanel or FTP access)
  • 2. WordPress version (plugin)

Was this helpful?

  1. 🛠️ Installation

Installation guide

PreviousServer specs (CPU, RAM)NextUploading the script

Last updated 1 year ago

Was this helpful?

UXWizz can be installed on a server running Apache, PHP and MySQL (LAMP). Installation steps depend on your UXWizz version (Standalone or WordPress)

Installation guide for:

1. Standalone version (LAMP server)

1.1. Option A: New server (VPS or dedicated)

This is the recommended way as you will have a completely separated server where you can track the all your sites. UXWizz provides a cloud-init configuration script, which allows for one-click installs or you can follow the shell commands mentioned in it to download and install UXWizz.

1.2. Option B. Existing server (with cPanel or FTP access)

2. WordPress version (plugin)

Summary:

  1. Install wp-usertrack.zip as a WordPress plugin and activate it.

  2. Access the userTrack plugin from the wp-admin sidebar.

  3. Choose a password.

  4. Add the current domain name to be tracked (eg. yoursite.com).

  5. Make sure to check the Pages to track menu to set on which pages to automatically insert the ust.min.js file. It's recommended that you track all non-sensitve pages for more accurate data.

  6. You can also include the ust.min.js script manually and even on different domains (tracking snippet is shown after adding a new domain name, or from the tracker info of existing domains).

Note: After installing userTrack data should be immediately tracked, if you visit the site yourself and you don't see any data it means something went wrong during installation. If you can't figure out what's wrong feel free to ask for help by sending an e-mail at support [at] uxwizz.com.

See the .

UXWizz was designed to run on any server and even on cheap shared hosting, as long as it meets the . Install UXWizz in 4 simple steps:

You can find a more detailed .

Login: user: admin pass: Your chosen password

If your WordPress site is in a sub-folder: go to Settings -> Tracking and click "RESET" next to the Server path setting so that the server API path is automatically detected.

steps to setup a new, dedicated UXWizz server
requirements
Upload the script
Create a new MySQL database for UXWizz
Run the auto installer
Add the tracking code to your site
WordPress installation guide here
UXWizz - Standalone
UXWizz - WordPress Plugin