Installation Guide

WemX Installation Guide

Installing WemX takes just a few minutes.
Before proceeding with installation, make sure you have the following things:

  • Running Latest Version of Pterodactyl
  • Stock Pterodactyl with no modifications or changes
  • Valid License Key

Let's proceed with the installation. You will need to login as root user. To do so, please run "sudo su"
Download Dependencies

cd /var/www/pterodactyl && apt-get install unzip &&  apt-get install wget


Downloading installer
Let's download the WemX installer via composer

composer require wemx/installer && php artisan billing:fix

Now let's run the Billing Automatic Installer.

php artisan billing:install

The installation is complete


# Updating

Updating can be done using a single command.

cd /var/www/pterodactyl && php artisan billing:install update